HomeSort by relevance Sort by last modified time
    Searched refs:HAnd (Results 1 - 16 of 16) sorted by null

  /art/compiler/optimizing/
instruction_simplifier_arm.cc 69 void VisitAnd(HAnd* instruction) OVERRIDE;
187 void InstructionSimplifierArmVisitor::VisitAnd(HAnd* instruction) {
instruction_simplifier_arm64.cc 72 void VisitAnd(HAnd* instruction) OVERRIDE;
191 void InstructionSimplifierArm64Visitor::VisitAnd(HAnd* instruction) {
constant_folding.cc 58 void VisitAnd(HAnd* instruction) OVERRIDE;
218 void InstructionWithAbsorbingInputSimplifier::VisitAnd(HAnd* instruction) {
instruction_simplifier.cc 61 // `op` should be either HOr or HAnd.
82 void VisitAnd(HAnd* instruction) OVERRIDE;
234 // Replace the `HAnd` or `HOr`.
239 hbin = new (GetGraph()->GetAllocator()) HAnd(type, src_left, src_right, dex_pc);
    [all...]
instruction_builder.cc     [all...]
loop_optimization.cc 736 // Scan the loop-body, starting a right-hand-side tree traversal at each left-hand-side
740 return false; // failure to vectorize a left-hand-side
    [all...]
scheduler_arm.cc 91 void SchedulingLatencyVisitorARM::VisitAnd(HAnd* instr) {
    [all...]
bounds_check_elimination.cc 720 // for the left hand side.
    [all...]
induction_var_range.cc     [all...]
code_generator_arm64.cc     [all...]
nodes.h     [all...]
code_generator_arm_vixl.cc     [all...]
code_generator_mips64.cc     [all...]
code_generator_x86.cc     [all...]
code_generator_x86_64.cc     [all...]
code_generator_mips.cc     [all...]

Completed in 601 milliseconds