Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinstruction_simplifier_arm64.cc153 bool InstructionSimplifierArm64Visitor::TryMergeIntoUsersShifterOperand(HInstruction* bitfield_op) { in TryMergeIntoUsersShifterOperand() function in art::arm64::InstructionSimplifierArm64Visitor
219 TryMergeIntoUsersShifterOperand(instruction); in VisitShl()
225 TryMergeIntoUsersShifterOperand(instruction); in VisitShr()
239 TryMergeIntoUsersShifterOperand(instruction); in VisitTypeConversion()
245 TryMergeIntoUsersShifterOperand(instruction); in VisitUShr()
Dinstruction_simplifier_arm64.h42 bool TryMergeIntoUsersShifterOperand(HInstruction* instruction);