Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinstruction_simplifier_arm.cc44 bool TryMergeIntoUsersShifterOperand(HInstruction* instruction);
157 bool InstructionSimplifierArmVisitor::TryMergeIntoUsersShifterOperand(HInstruction* bitfield_op) { in TryMergeIntoUsersShifterOperand() function in art::arm::InstructionSimplifierArmVisitor
263 TryMergeIntoUsersShifterOperand(instruction); in VisitShl()
269 TryMergeIntoUsersShifterOperand(instruction); in VisitShr()
277 TryMergeIntoUsersShifterOperand(shl); in VisitSub()
292 TryMergeIntoUsersShifterOperand(instruction); in VisitTypeConversion()
298 TryMergeIntoUsersShifterOperand(instruction); in VisitUShr()
Dinstruction_simplifier_arm64.cc44 bool TryMergeIntoUsersShifterOperand(HInstruction* instruction);
161 bool InstructionSimplifierArm64Visitor::TryMergeIntoUsersShifterOperand(HInstruction* bitfield_op) { in TryMergeIntoUsersShifterOperand() function in art::arm64::InstructionSimplifierArm64Visitor
234 TryMergeIntoUsersShifterOperand(instruction); in VisitShl()
240 TryMergeIntoUsersShifterOperand(instruction); in VisitShr()
248 TryMergeIntoUsersShifterOperand(shl); in VisitSub()
263 TryMergeIntoUsersShifterOperand(instruction); in VisitTypeConversion()
269 TryMergeIntoUsersShifterOperand(instruction); in VisitUShr()