Searched refs:TryMergeIntoShifterOperand (Results 1 – 2 of 2) sorted by relevance
/art/compiler/optimizing/ |
D | instruction_simplifier_arm.cc | 47 bool TryMergeIntoShifterOperand(HInstruction* use, HInstruction* bitfield_op, bool do_merge); 49 return TryMergeIntoShifterOperand(use, bitfield_op, /* do_merge= */ false); in CanMergeIntoShifterOperand() 53 return TryMergeIntoShifterOperand(use, bitfield_op, /* do_merge= */ true); in MergeIntoShifterOperand() 87 bool InstructionSimplifierArmVisitor::TryMergeIntoShifterOperand(HInstruction* use, in TryMergeIntoShifterOperand() function in art::arm::InstructionSimplifierArmVisitor
|
D | instruction_simplifier_arm64.cc | 47 bool TryMergeIntoShifterOperand(HInstruction* use, 51 return TryMergeIntoShifterOperand(use, bitfield_op, /* do_merge= */ false); in CanMergeIntoShifterOperand() 55 return TryMergeIntoShifterOperand(use, bitfield_op, /* do_merge= */ true); in MergeIntoShifterOperand() 93 bool InstructionSimplifierArm64Visitor::TryMergeIntoShifterOperand(HInstruction* use, in TryMergeIntoShifterOperand() function in art::arm64::InstructionSimplifierArm64Visitor
|