Searched refs:InstructionSimplifierArm64Visitor (Results 1 – 1 of 1) sorted by relevance
35 class InstructionSimplifierArm64Visitor final : public HGraphVisitor { class37 InstructionSimplifierArm64Visitor( in InstructionSimplifierArm64Visitor() function in art::arm64::InstructionSimplifierArm64Visitor93 bool InstructionSimplifierArm64Visitor::TryMergeIntoShifterOperand(HInstruction* use, in TryMergeIntoShifterOperand()164 bool InstructionSimplifierArm64Visitor::TryMergeIntoUsersShifterOperand(HInstruction* bitfield_op) { in TryMergeIntoUsersShifterOperand()196 void InstructionSimplifierArm64Visitor::VisitAnd(HAnd* instruction) { in VisitAnd()202 void InstructionSimplifierArm64Visitor::VisitArrayGet(HArrayGet* instruction) { in VisitArrayGet()213 void InstructionSimplifierArm64Visitor::VisitArraySet(HArraySet* instruction) { in VisitArraySet()225 void InstructionSimplifierArm64Visitor::VisitMul(HMul* instruction) { in VisitMul()231 void InstructionSimplifierArm64Visitor::VisitOr(HOr* instruction) { in VisitOr()237 void InstructionSimplifierArm64Visitor::VisitShl(HShl* instruction) { in VisitShl()[all …]