/external/llvm/test/Transforms/LoopStrengthReduce/ |
D | 2011-10-13-SCEVChain.ll | 35 %t0 = icmp ugt i32 %n0, -4 39 %t1 = icmp ugt i32 %n1, -4 43 %t2 = icmp ugt i32 %n2, -4 47 %t3 = icmp ugt i32 %n3, -4 51 %t4 = icmp ugt i32 %n4, -4 55 %t5 = icmp ugt i32 %n5, -4 59 %t6 = icmp ugt i32 %n6, -4 63 %t7 = icmp ugt i32 %n7, -4 67 %t8 = icmp ugt i32 %n8, -4 71 %t9 = icmp ugt i32 %n9, -4 [all …]
|
/external/llvm/test/CodeGen/AArch64/ |
D | cond-sel.ll | 10 %tst1 = icmp ugt i32 %lhs32, %rhs32 61 ; Note that commuting rhs and lhs in the select changes ugt to ule (i.e. hi to ls). 62 %tst1 = icmp ugt i32 %lhs32, %rhs32 77 ; Note that commuting rhs and lhs in the select changes ugt to ule (i.e. hi to ls). 79 %tst3 = icmp ugt i64 %lhs64, %rhs3 101 ; Note that commuting rhs and lhs in the select changes ugt to ule (i.e. hi to ls). 102 %tst1 = icmp ugt i32 %lhs32, %rhs32 117 ; Note that commuting rhs and lhs in the select changes ugt to ule (i.e. hi to ls). 119 %tst3 = icmp ugt i64 %lhs64, %rhs3 141 ; Note that commuting rhs and lhs in the select changes ugt to ule (i.e. hi to ls). [all …]
|
D | arm64-addr-mode-folding.ll | 24 %cmp7 = icmp ugt i8 %1, %2 41 %cmp21 = icmp ugt i8 %3, %4 58 %cmp37 = icmp ugt i8 %5, %6 84 %cmp7 = icmp ugt i8 %1, %2 101 %cmp21 = icmp ugt i8 %3, %4 118 %cmp37 = icmp ugt i8 %5, %6
|
D | minmax.ll | 22 %t1 = icmp ugt <4 x i32> %a, %b 54 %t1 = icmp ugt <16 x i8> %b, %a 71 %t1 = icmp ugt <4 x i32> %b, %a 102 %t1 = icmp ugt <16 x i8> %b, %a
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | select64.ll | 12 %0 = icmp ugt i32 %cond, 5 22 %cmp = icmp ugt i32 %cond, 5 33 %cmp = icmp ugt i32 %cond, 5 44 %cmp = icmp ugt i32 %cond, 5 58 %cmp = icmp ugt i32 %cond, 5
|
/external/llvm/test/Transforms/InstCombine/ |
D | 2008-01-21-MismatchedCastAndCompare.ll | 9 ; CHECK: %c = icmp ugt i8 %A, %B 16 %c = icmp ugt i32 %a, %b 18 ; CHECK: %c = icmp ugt i8 %A, %B
|
D | 2004-11-27-SetCCForCastLargerAndConstant.ll | 105 %C = icmp ugt i32 %Y, 1024 ; <i1> [#uses=1] 127 %C = icmp ugt i32 %Y, 17 129 ; CHECK: %C = icmp ugt i8 %SB, 17 151 %C = icmp ugt i32 %Y, 1024 ; <i1> [#uses=1] 172 %C = icmp ugt i32 %Y, 17 ; <i1> [#uses=1] 174 ; CHECK: %C = icmp ugt i8 %SB, 17 182 ; CHECK: %C = icmp ugt i8 %SB, 17
|
D | overflow.ll | 15 %0 = icmp ugt i64 %add.off, 4294967295 43 %0 = icmp ugt i64 %add.off, 4294967295 67 %0 = icmp ugt i64 %add.off, 4294967295 87 %cmp = icmp ugt i32 %add4, 255 112 %0 = icmp ugt i64 %add.off, 4294967295
|
D | 2008-08-05-And.ll | 12 %c1 = icmp ugt i8 %s1, 2 14 %c2 = icmp ugt i8 %s2, 2
|
/external/llvm/test/CodeGen/SystemZ/ |
D | int-cmp-23.ll | 13 %cond = icmp ugt i16 %val, 1 40 %cond = icmp ugt i16 %val, 1 55 %cond = icmp ugt i16 %val, 1 70 %cond = icmp ugt i16 %val, 1 86 %cond = icmp ugt i16 %val, 1
|
D | int-cmp-33.ll | 14 %cond = icmp ugt i32 %val, 1 90 %cond = icmp ugt i32 %val, 1 105 %cond = icmp ugt i32 %val, 1 120 %cond = icmp ugt i32 %val, 1 136 %cond = icmp ugt i32 %val, 1
|
/external/llvm/test/Transforms/IndVarSimplify/ |
D | backedge-on-min-max.ll | 270 %in.bounds = icmp ugt i32 %a_len, %idx 326 %in.bounds = icmp ugt i32 42, %idx 346 %umax.cmp = icmp ugt i32 %a_len, %n 348 %entry.cond = icmp ugt i32 5, %umax 354 %in.bounds = icmp ugt i32 %idx, %a_len 364 %be.cond = icmp ugt i32 %idx.inc, %umax 374 %umax.cmp = icmp ugt i32 %a_len, %n 376 %entry.cond = icmp ugt i32 5, %umax 392 %be.cond = icmp ugt i32 %idx.inc, %umax 402 %umax.cmp = icmp ugt i32 42, %n [all …]
|
D | pr24356.ll | 17 ; CHECK: %tmp9 = icmp ugt i8 %b.03, 1 18 ; CHECK-NOT: %tmp9 = icmp ugt i8 0, 1 20 %tmp9 = icmp ugt i8 %b.03, 1
|
D | 2009-04-22-IndvarCrash.ll | 13 %3 = icmp ugt i8 %2, 3 ; <i1> [#uses=1] 30 %4 = icmp ugt i8 %3, 3 ; <i1> [#uses=1]
|
D | divide-pointer.ll | 24 %cmp = icmp ugt i32 %inc, undef ; <i1> [#uses=1] 46 %cmp = icmp ugt i32 %inc, undef ; <i1> [#uses=1] 68 %cmp = icmp ugt i32 %inc, undef ; <i1> [#uses=1] 90 %cmp = icmp ugt i32 %inc, undef ; <i1> [#uses=1]
|
/external/llvm/test/CodeGen/NVPTX/ |
D | reg-copy.ll | 28 %7 = fcmp ugt float %6, 0x7FF0000000000000 33 %9 = fcmp ugt float %8, 0x7FF0000000000000 56 %24 = fcmp ugt float %23, 0x7FF0000000000000 68 %29 = fcmp ugt float %28, 0x7FF0000000000000 102 %47 = fcmp ugt float %46, 0x7FF0000000000000 114 %52 = fcmp ugt float %51, 0x7FF0000000000000 148 %65 = fcmp ugt float %64, 0x7FF0000000000000 160 %70 = fcmp ugt float %69, 0x7FF0000000000000 171 %74 = fcmp ugt float %33, 0x7FF0000000000000 182 %78 = fcmp ugt float %.pre6.i, 0x7FF0000000000000
|
/external/llvm/test/Transforms/MergeFunc/ |
D | phi-speculation1.ll | 12 %E = icmp ugt i32 %D, 10000 26 %4 = icmp ugt i32 %3, 10000
|
D | phi-speculation2.ll | 12 %E = icmp ugt i32 %D, 10000 26 %4 = icmp ugt i32 %3, 10000
|
/external/llvm/test/Transforms/CodeGenPrepare/ |
D | overflow-intrinsics.ll | 34 %cmp = icmp ugt i64 %b, %add 47 %cmp = icmp ugt i64 %b, %add 65 %cmp = icmp ugt i64 %b, %add
|
/external/llvm/test/CodeGen/X86/ |
D | constant-hoisting-cmp.ll | 8 %x = icmp ugt i64 %data1, 4294967295 15 %y = icmp ugt i64 %data2, 4294967295
|
/external/llvm/test/ExecutionEngine/MCJIT/ |
D | test-setcond-int.ll | 22 %test3 = icmp ugt i8 %ubyte1, %ubyte2 ; <i1> [#uses=0] 28 %test9 = icmp ugt i16 %ushort1, %ushort2 ; <i1> [#uses=0] 34 %test15 = icmp ugt i32 %uint1, %uint2 ; <i1> [#uses=0] 40 %test21 = icmp ugt i64 %ulong1, %ulong2 ; <i1> [#uses=0]
|
/external/llvm/test/ExecutionEngine/OrcMCJIT/ |
D | test-setcond-int.ll | 22 %test3 = icmp ugt i8 %ubyte1, %ubyte2 ; <i1> [#uses=0] 28 %test9 = icmp ugt i16 %ushort1, %ushort2 ; <i1> [#uses=0] 34 %test15 = icmp ugt i32 %uint1, %uint2 ; <i1> [#uses=0] 40 %test21 = icmp ugt i64 %ulong1, %ulong2 ; <i1> [#uses=0]
|
/external/llvm/test/Transforms/InstSimplify/ |
D | maxmin.ll | 23 %c = icmp ugt i32 %x, %y 59 %c = icmp ugt i32 %x, %y 61 %r = icmp ugt i32 %x, %m 95 %c = icmp ugt i32 %x, %y 97 %r = icmp ugt i32 %m, %x 131 %c = icmp ugt i32 %x, %y 208 %c = icmp ugt i32 %min, %max
|
/external/llvm/test/Analysis/ScalarEvolution/ |
D | 2008-11-18-LessThanOrEqual.ll | 7 %0 = icmp ugt i32 %argc, 7 ; <i1> [#uses=1] 21 %phitmp = icmp ugt i32 %1, 7 ; <i1> [#uses=1]
|
/external/llvm/test/ExecutionEngine/ |
D | test-interp-vec-setcond-int.ll | 22 %test3 = icmp ugt <5 x i8> %ubyte1, %ubyte2 28 %test9 = icmp ugt <4 x i16> %ushort1, %ushort2 34 %test15 = icmp ugt <3 x i32> %uint1, %uint2 40 %test21 = icmp ugt <2 x i64> %ulong1, %ulong2
|