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

  /art/compiler/optimizing/
bounds_check_elimination_test.cc 362 IfCondition cond = kCondGE) {
395 if (cond == kCondGE) {
623 if (cond == kCondGE) {
657 HInstruction* bounds_check = BuildSSAGraph3(graph_, &allocator_, 0, 1, kCondGE);
665 HInstruction* bounds_check = BuildSSAGraph3(graph_, &allocator_, 1, 1, kCondGE);
681 HInstruction* bounds_check = BuildSSAGraph3(graph_, &allocator_, 1, 8, kCondGE);
690 IfCondition cond = kCondGE) {
724 if (cond == kCondGE) {
    [all...]
induction_var_analysis.cc 608 case kCondLE: VisitCondition(loop, b, a, type, kCondGE); break;
610 case kCondGE: VisitCondition(loop, b, a, type, kCondLE); break;
628 (stride_value == -1 && IsTaken(lower_expr, upper_expr, kCondGE)))) {
643 (stride_value < 0 && (cmp == kCondGT || cmp == kCondGE))) {
714 case kCondGE: op = kGE; break;
741 case kCondGE:
768 case kCondGE:
    [all...]
codegen_test.cc 880 case kCondGE:
917 TestComparison(kCondGE, i, j, Primitive::kPrimInt, target_isa);
    [all...]
bounds_check_elimination.cc 669 } else if (cond == kCondGE) {
780 } else if (cond == kCondGT || cond == kCondGE) {
794 int32_t compensation = (cond == kCondGE) ? -1 : 0; // upper bound is inclusive
    [all...]
code_generator_mips.cc     [all...]
code_generator_mips64.cc     [all...]
nodes.h 95 kCondGE, // >=
    [all...]
code_generator_arm.cc 686 case kCondGE: return GE;
705 case kCondGE: return HS;
727 case kCondGE: return gt_bias ? CS /* unordered */ : GE;
    [all...]
nodes.cc     [all...]
code_generator_x86.cc 703 case kCondGE: return kGreaterEqual;
722 case kCondGE: return kAboveEqual;
    [all...]
code_generator_arm64.cc 86 case kCondGE: return ge;
107 case kCondGE: return gt_bias ? cs /* unordered */ : ge;
    [all...]
code_generator_x86_64.cc 722 case kCondGE: return kGreaterEqual;
740 case kCondGE: return kAboveEqual;
    [all...]
  /art/compiler/utils/mips/
assembler_mips.cc 767 case kCondGE:
785 case kCondGE:
    [all...]
assembler_mips.h 575 kCondGE,
    [all...]
  /art/compiler/utils/mips64/
assembler_mips64.cc 642 case kCondGE:
    [all...]
assembler_mips64.h 497 kCondGE,

Completed in 106 milliseconds