Home
last modified time | relevance | path

Searched refs:TryMergeIntoUsersShifterOperand (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/art/compiler/optimizing/
H A Dinstruction_simplifier_arm.cc46 bool TryMergeIntoUsersShifterOperand(HInstruction* instruction);
161 bool InstructionSimplifierArmVisitor::TryMergeIntoUsersShifterOperand(HInstruction* bitfield_op) { in TryMergeIntoUsersShifterOperand() function in art::arm::InstructionSimplifierArmVisitor
274 TryMergeIntoUsersShifterOperand(instruction); in VisitShl()
280 TryMergeIntoUsersShifterOperand(instruction); in VisitShr()
288 if (TryMergeIntoUsersShifterOperand(shl)) { in VisitSub()
309 TryMergeIntoUsersShifterOperand(instruction); in VisitTypeConversion()
315 TryMergeIntoUsersShifterOperand(instruction); in VisitUShr()
H A Dinstruction_simplifier_arm64.cc46 bool TryMergeIntoUsersShifterOperand(HInstruction* instruction);
165 bool InstructionSimplifierArm64Visitor::TryMergeIntoUsersShifterOperand(HInstruction* bitfield_op) { in TryMergeIntoUsersShifterOperand() function in art::arm64::InstructionSimplifierArm64Visitor
245 TryMergeIntoUsersShifterOperand(instruction); in VisitShl()
251 TryMergeIntoUsersShifterOperand(instruction); in VisitShr()
259 if (TryMergeIntoUsersShifterOperand(shl)) { in VisitSub()
280 TryMergeIntoUsersShifterOperand(instruction); in VisitTypeConversion()
286 TryMergeIntoUsersShifterOperand(instruction); in VisitUShr()