Searched refs:HAbove (Results 1 - 12 of 12) sorted by relevance

/art/compiler/optimizing/
H A Dconstant_folding.cc50 void VisitAbove(HAbove* instruction) OVERRIDE;
143 void InstructionWithAbsorbingInputSimplifier::VisitAbove(HAbove* instruction) {
H A Dconstant_folding_test.cc766 block->AddInstruction(last = new (&allocator_) HAbove(zero, parameter));
768 block->AddInstruction(last = new (&allocator_) HAbove(parameter, zero));
H A Dinstruction_simplifier.cc78 void VisitAbove(HAbove* condition) OVERRIDE;
574 return new (arena) HAbove(rhs, lhs);
1031 void InstructionSimplifierVisitor::VisitAbove(HAbove* condition) {
H A Dbounds_check_elimination.cc1188 InsertDeoptInBlock(bounds_check, new (GetGraph()->GetArena()) HAbove(lower, upper));
1350 InsertDeoptInLoop(loop, block, new (GetGraph()->GetArena()) HAbove(lower, upper));
H A Dcodegen_test.cc893 comparison = new (&allocator) HAbove(op1, op2);
H A Dnodes.h3432 class HAbove : public HCondition { class in class:art::HTryBoundary::HClassTableGet::ComparisonBias
3434 HAbove(HInstruction* first, HInstruction* second, uint32_t dex_pc = kNoDexPc) function in class:art::HTryBoundary::HClassTableGet::ComparisonBias::HAbove
3469 DISALLOW_COPY_AND_ASSIGN(HAbove);
H A Dnodes.cc2524 case kCondA: replacement = new (allocator) HAbove(lhs, rhs); break;
H A Dcode_generator_mips64.cc4116 void LocationsBuilderMIPS64::VisitAbove(HAbove* comp) {
4120 void InstructionCodeGeneratorMIPS64::VisitAbove(HAbove* comp) {
H A Dcode_generator_mips.cc5112 void LocationsBuilderMIPS::VisitAbove(HAbove* comp) {
5116 void InstructionCodeGeneratorMIPS::VisitAbove(HAbove* comp) {
H A Dcode_generator_arm.cc1687 void LocationsBuilderARM::VisitAbove(HAbove* comp) {
1691 void InstructionCodeGeneratorARM::VisitAbove(HAbove* comp) {
H A Dcode_generator_x86.cc1779 void LocationsBuilderX86::VisitAbove(HAbove* comp) {
1783 void InstructionCodeGeneratorX86::VisitAbove(HAbove* comp) {
H A Dcode_generator_x86_64.cc1813 void LocationsBuilderX86_64::VisitAbove(HAbove* comp) {
1817 void InstructionCodeGeneratorX86_64::VisitAbove(HAbove* comp) {

Completed in 159 milliseconds