Home
last modified time | relevance | path

Searched refs:VisitAnd (Results 1 – 8 of 8) sorted by relevance

/art/compiler/optimizing/
Dinstruction_simplifier_x86_64.cc50 void VisitAnd(HAnd* instruction) override;
58 void InstructionSimplifierX86_64Visitor::VisitAnd(HAnd* instruction) { in VisitAnd() function in art::x86_64::InstructionSimplifierX86_64Visitor
Dinstruction_simplifier_x86.cc50 void VisitAnd(HAnd * instruction) override;
59 void InstructionSimplifierX86Visitor::VisitAnd(HAnd* instruction) { in VisitAnd() function in art::x86::InstructionSimplifierX86Visitor
Dinstruction_simplifier_arm.cc69 void VisitAnd(HAnd* instruction) override;
187 void InstructionSimplifierArmVisitor::VisitAnd(HAnd* instruction) { in VisitAnd() function in art::arm::InstructionSimplifierArmVisitor
Dinstruction_simplifier_arm64.cc72 void VisitAnd(HAnd* instruction) override;
191 void InstructionSimplifierArm64Visitor::VisitAnd(HAnd* instruction) { in VisitAnd() function in art::arm64::InstructionSimplifierArm64Visitor
Dconstant_folding.cc58 void VisitAnd(HAnd* instruction) override;
219 void InstructionWithAbsorbingInputSimplifier::VisitAnd(HAnd* instruction) { in VisitAnd() function in art::InstructionWithAbsorbingInputSimplifier
Dscheduler_arm.cc91 void SchedulingLatencyVisitorARM::VisitAnd(HAnd* instr) { in VisitAnd() function in art::arm::SchedulingLatencyVisitorARM
Dinstruction_simplifier.cc82 void VisitAnd(HAnd* instruction) override;
1351 void InstructionSimplifierVisitor::VisitAnd(HAnd* instruction) { in VisitAnd() function in art::InstructionSimplifierVisitor
Dbounds_check_elimination.cc1132 void VisitAnd(HAnd* instruction) override { in VisitAnd() function in art::BCEVisitor