Searched refs:HGreaterThan (Results 1 - 14 of 14) sorted by relevance

/art/compiler/optimizing/
H A Dpc_relative_fixups_x86.cc115 void VisitGreaterThan(HGreaterThan* cond) OVERRIDE {
H A Dbounds_check_elimination_test.cc399 cmp = new (allocator) HGreaterThan(phi, array_length);
627 cmp = new (allocator) HGreaterThan(phi, constant_10);
727 cmp = new (allocator) HGreaterThan(phi, array_length);
H A Dinstruction_simplifier.cc72 void VisitGreaterThan(HGreaterThan* condition) OVERRIDE;
566 return new (arena) HGreaterThan(rhs, lhs);
1007 void InstructionSimplifierVisitor::VisitGreaterThan(HGreaterThan* condition) {
H A Dcodegen_test.cc877 comparison = new (&allocator) HGreaterThan(op1, op2);
H A Dinduction_var_range.cc693 operation = new (graph->GetArena()) HGreaterThan(opa, opb); break;
H A Dinduction_var_range_test.cc96 condition_ = new (&allocator_) HGreaterThan(phi, upper); // i > u
H A Dnodes.h3278 class HGreaterThan : public HCondition { class in class:art::HTryBoundary::HClassTableGet::ComparisonBias
3280 HGreaterThan(HInstruction* first, HInstruction* second, uint32_t dex_pc = kNoDexPc) function in class:art::HTryBoundary::HClassTableGet::ComparisonBias::HGreaterThan
3287 // been merged into this HGreaterThan instruction; evaluate it as
3312 DISALLOW_COPY_AND_ASSIGN(HGreaterThan);
H A Dinstruction_builder.cc1814 IF_XX(HGreaterThan, GT);
H A Dnodes.cc2520 case kCondGT: replacement = new (allocator) HGreaterThan(lhs, rhs); break;
H A Dcode_generator_mips64.cc4084 void LocationsBuilderMIPS64::VisitGreaterThan(HGreaterThan* comp) {
4088 void InstructionCodeGeneratorMIPS64::VisitGreaterThan(HGreaterThan* comp) {
H A Dcode_generator_mips.cc5080 void LocationsBuilderMIPS::VisitGreaterThan(HGreaterThan* comp) {
5084 void InstructionCodeGeneratorMIPS::VisitGreaterThan(HGreaterThan* comp) {
H A Dcode_generator_arm.cc1655 void LocationsBuilderARM::VisitGreaterThan(HGreaterThan* comp) {
1659 void InstructionCodeGeneratorARM::VisitGreaterThan(HGreaterThan* comp) {
H A Dcode_generator_x86.cc1747 void LocationsBuilderX86::VisitGreaterThan(HGreaterThan* comp) {
1751 void InstructionCodeGeneratorX86::VisitGreaterThan(HGreaterThan* comp) {
H A Dcode_generator_x86_64.cc1781 void LocationsBuilderX86_64::VisitGreaterThan(HGreaterThan* comp) {
1785 void InstructionCodeGeneratorX86_64::VisitGreaterThan(HGreaterThan* comp) {

Completed in 1193 milliseconds