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

  /art/compiler/optimizing/
constant_folding.cc 54 void VisitAboveOrEqual(HAboveOrEqual* instruction) OVERRIDE;
182 void InstructionWithAbsorbingInputSimplifier::VisitAboveOrEqual(HAboveOrEqual* instruction) {
ssa_liveness_analysis_test.cc 189 // Use HAboveOrEqual+HDeoptimize as the bounds check.
190 HInstruction* ae = new (&allocator_) HAboveOrEqual(index, length);
constant_folding_test.cc 770 block->AddInstruction(last = new (&allocator_) HAboveOrEqual(zero, parameter));
772 block->AddInstruction(last = new (&allocator_) HAboveOrEqual(parameter, zero));
instruction_simplifier.cc 91 void VisitAboveOrEqual(HAboveOrEqual* condition) OVERRIDE;
625 return new (arena) HAboveOrEqual(rhs, lhs);
    [all...]
bounds_check_elimination.cc     [all...]
codegen_test.cc 680 comparison = new (&allocator) HAboveOrEqual(op1, op2);
loop_optimization.cc 785 HInstruction* cond = new (global_allocator_) HAboveOrEqual(phi, hi);
    [all...]
nodes.h     [all...]
code_generator_mips64.cc     [all...]
nodes.cc     [all...]
code_generator_arm_vixl.cc     [all...]
code_generator_mips.cc     [all...]
code_generator_x86.cc     [all...]
code_generator_x86_64.cc     [all...]

Completed in 112 milliseconds