Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinstruction_simplifier_arm.cc46 bool TryMergeIntoUsersShifterOperand(HInstruction* instruction);
160 bool InstructionSimplifierArmVisitor::TryMergeIntoUsersShifterOperand(HInstruction* bitfield_op) { in TryMergeIntoUsersShifterOperand() function in art::arm::InstructionSimplifierArmVisitor
268 TryMergeIntoUsersShifterOperand(instruction); in VisitShl()
274 TryMergeIntoUsersShifterOperand(instruction); in VisitShr()
282 if (TryMergeIntoUsersShifterOperand(shl)) { in VisitSub()
303 TryMergeIntoUsersShifterOperand(instruction); in VisitTypeConversion()
309 TryMergeIntoUsersShifterOperand(instruction); in VisitUShr()
Dinstruction_simplifier_arm64.cc46 bool TryMergeIntoUsersShifterOperand(HInstruction* instruction);
164 bool InstructionSimplifierArm64Visitor::TryMergeIntoUsersShifterOperand(HInstruction* bitfield_op) { in TryMergeIntoUsersShifterOperand() function in art::arm64::InstructionSimplifierArm64Visitor
239 TryMergeIntoUsersShifterOperand(instruction); in VisitShl()
245 TryMergeIntoUsersShifterOperand(instruction); in VisitShr()
253 if (TryMergeIntoUsersShifterOperand(shl)) { in VisitSub()
274 TryMergeIntoUsersShifterOperand(instruction); in VisitTypeConversion()
280 TryMergeIntoUsersShifterOperand(instruction); in VisitUShr()