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

  /art/compiler/optimizing/
constant_folding.cc 50 void VisitEqual(HEqual* instruction) OVERRIDE;
146 void InstructionWithAbsorbingInputSimplifier::VisitEqual(HEqual* instruction) {
pc_relative_fixups_x86.cc 108 void VisitEqual(HEqual* cond) OVERRIDE {
codegen_test.cc 430 HEqual* equal = new (&allocator) HEqual(constant0, constant0);
644 comparison = new (&allocator) HEqual(op1, op2);
graph_test.cc 31 HInstruction* equal = new (allocator) HEqual(instr, instr);
instruction_simplifier.cc 71 void VisitEqual(HEqual* equal) OVERRIDE;
611 return new (arena) HEqual(rhs, lhs);
648 void InstructionSimplifierVisitor::VisitEqual(HEqual* equal) {
    [all...]
induction_var_analysis_test.cc     [all...]
instruction_builder.cc 642 HEqual* comparison = new (arena_) HEqual(value, case_value, dex_pc);
    [all...]
bounds_check_elimination.cc     [all...]
induction_var_range.cc     [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 161 milliseconds