Searched refs:HLessThan (Results 1 - 15 of 15) sorted by path

/art/compiler/optimizing/
H A Dbounds_check_elimination_test.cc107 cmp = new (&allocator_) HLessThan(parameter2, array_length);
517 cmp = new (allocator) HLessThan(phi, constant_initial);
H A Dcode_generator_arm.cc1639 void LocationsBuilderARM::VisitLessThan(HLessThan* comp) {
1643 void InstructionCodeGeneratorARM::VisitLessThan(HLessThan* comp) {
H A Dcode_generator_mips.cc5064 void LocationsBuilderMIPS::VisitLessThan(HLessThan* comp) {
5068 void InstructionCodeGeneratorMIPS::VisitLessThan(HLessThan* comp) {
H A Dcode_generator_mips64.cc4068 void LocationsBuilderMIPS64::VisitLessThan(HLessThan* comp) {
4072 void InstructionCodeGeneratorMIPS64::VisitLessThan(HLessThan* comp) {
H A Dcode_generator_x86.cc1731 void LocationsBuilderX86::VisitLessThan(HLessThan* comp) {
1735 void InstructionCodeGeneratorX86::VisitLessThan(HLessThan* comp) {
H A Dcode_generator_x86_64.cc1765 void LocationsBuilderX86_64::VisitLessThan(HLessThan* comp) {
1769 void InstructionCodeGeneratorX86_64::VisitLessThan(HLessThan* comp) {
H A Dcodegen_test.cc715 HLessThan cmp_lt(cst_lhs, cst_rhs);
772 HLessThan cmp_lt(cst_lhs, cst_rhs);
774 // We insert a dummy instruction to separate the HIf from the HLessThan
869 comparison = new (&allocator) HLessThan(op1, op2);
H A Dinduction_var_analysis_test.cc97 HInstruction* compare = new (&allocator_) HLessThan(basic_[d], constant100_);
H A Dinduction_var_range.cc689 operation = new (graph->GetArena()) HLessThan(opa, opb); break;
H A Dinduction_var_range_test.cc94 condition_ = new (&allocator_) HLessThan(phi, upper); // i < u
H A Dinstruction_builder.cc1812 IF_XX(HLessThan, LT);
H A Dinstruction_simplifier.cc74 void VisitLessThan(HLessThan* condition) OVERRIDE;
570 return new (arena) HLessThan(rhs, lhs);
1015 void InstructionSimplifierVisitor::VisitLessThan(HLessThan* condition) {
H A Dnodes.cc2518 case kCondLT: replacement = new (allocator) HLessThan(lhs, rhs); break;
H A Dnodes.h3204 class HLessThan : public HCondition { class in class:art::HTryBoundary::HClassTableGet::ComparisonBias
3206 HLessThan(HInstruction* first, HInstruction* second, uint32_t dex_pc = kNoDexPc) function in class:art::HTryBoundary::HClassTableGet::ComparisonBias::HLessThan
3213 // been merged into this HLessThan instruction; evaluate it as
3238 DISALLOW_COPY_AND_ASSIGN(HLessThan);
H A Dpc_relative_fixups_x86.cc107 void VisitLessThan(HLessThan* cond) OVERRIDE {

Completed in 120 milliseconds