Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinstruction_simplifier_arm.cc43 bool TryMergeIntoUsersShifterOperand(HInstruction* instruction);
155 bool InstructionSimplifierArmVisitor::TryMergeIntoUsersShifterOperand(HInstruction* bitfield_op) { in TryMergeIntoUsersShifterOperand() function in art::arm::InstructionSimplifierArmVisitor
261 TryMergeIntoUsersShifterOperand(instruction); in VisitShl()
267 TryMergeIntoUsersShifterOperand(instruction); in VisitShr()
281 TryMergeIntoUsersShifterOperand(instruction); in VisitTypeConversion()
287 TryMergeIntoUsersShifterOperand(instruction); in VisitUShr()
Dinstruction_simplifier_arm64.cc43 bool TryMergeIntoUsersShifterOperand(HInstruction* instruction);
159 bool InstructionSimplifierArm64Visitor::TryMergeIntoUsersShifterOperand(HInstruction* bitfield_op) { in TryMergeIntoUsersShifterOperand() function in art::arm64::InstructionSimplifierArm64Visitor
232 TryMergeIntoUsersShifterOperand(instruction); in VisitShl()
238 TryMergeIntoUsersShifterOperand(instruction); in VisitShr()
252 TryMergeIntoUsersShifterOperand(instruction); in VisitTypeConversion()
258 TryMergeIntoUsersShifterOperand(instruction); in VisitUShr()