/external/llvm/test/Transforms/InstSimplify/ |
D | floating-point-compare.ll | 5 ; and between uge and olt, to give reasonble coverage 30 %uge = fcmp uge float %add, 0.000000e+00 31 ret i1 %uge 40 %uge = fcmp uge double %b, 0.000000e+00 41 ret i1 %uge 73 %uge = fcmp uge float %a, 0.000000e+00 74 ret i1 %uge 86 %uge = fcmp uge float %e, 0.000000e+00 87 ret i1 %uge 97 %uge = fcmp uge float %c, 0.000000e+00 [all …]
|
D | maxmin.ll | 38 %c = icmp uge i32 %x, %y 40 %r = icmp uge i32 %m, %x 78 %c = icmp uge i32 %x, %y 118 %c = icmp uge i32 %x, %y 158 %c = icmp uge i32 %x, %y 160 %r = icmp uge i32 %x, %m 216 %c1 = icmp uge i32 %x, %y 218 %c2 = icmp uge i32 %x, %z 220 %c = icmp uge i32 %max, %min 228 %c1 = icmp uge i32 %x, %y [all …]
|
/external/swiftshader/third_party/LLVM/test/Transforms/InstSimplify/ |
D | maxmin.ll | 32 %c = icmp uge i32 %x, %y 34 %r = icmp uge i32 %m, %x 68 %c = icmp uge i32 %x, %y 104 %c = icmp uge i32 %x, %y 140 %c = icmp uge i32 %x, %y 142 %r = icmp uge i32 %x, %m 193 %c1 = icmp uge i32 %x, %y 195 %c2 = icmp uge i32 %x, %z 197 %c = icmp uge i32 %max, %min 204 %c1 = icmp uge i32 %x, %y [all …]
|
/external/llvm/test/Transforms/LoopVectorize/ |
D | tbaa-nodep.ll | 39 ; CHECK-NOTBAA: icmp uge i32* 73 ; CHECK: icmp uge float* 74 ; CHECK: icmp uge float* 75 ; CHECK-NOT: icmp uge i32* 83 ; CHECK-NOTBAA: icmp uge float* 84 ; CHECK-NOTBAA: icmp uge float* 85 ; CHECK-NOTBAA-DAG: icmp uge float* 86 ; CHECK-NOTBAA-DAG: icmp uge i32*
|
D | runtime-check-readonly.ll | 11 ;CHECK-DAG: icmp uge 12 ;CHECK-DAG: icmp uge 13 ;CHECK-DAG: icmp uge 14 ;CHECK-DAG: icmp uge
|
/external/swiftshader/third_party/subzero/tests_lit/reader_tests/ |
D | compare.ll | 14 %vuge = icmp uge i1 %a1, %a2 31 ; CHECK-NEXT: %vuge = icmp uge i1 %a1, %a2 48 %vuge = icmp uge i8 %a1, %a2 65 ; CHECK-NEXT: %vuge = icmp uge i8 %a1, %a2 82 %vuge = icmp uge i16 %a1, %a2 99 ; CHECK-NEXT: %vuge = icmp uge i16 %a1, %a2 114 %vuge = icmp uge i32 %a1, %a2 129 ; CHECK-NEXT: %vuge = icmp uge i32 %a1, %a2 144 %vuge = icmp uge i64 %a1, %a2 159 ; CHECK-NEXT: %vuge = icmp uge i64 %a1, %a2 [all …]
|
/external/llvm/test/CodeGen/AArch64/ |
D | and-mask-removal.ll | 47 %1 = icmp uge i8 %0, 90 103 %1 = icmp uge i8 %0, -105 117 %1 = icmp uge i8 %0, 155 147 %1 = icmp uge i8 %0, 1 203 %1 = icmp uge i16 %0, 15677 231 %1 = icmp uge i16 %0, -41215 245 %1 = icmp uge i16 %0, -42916
|
/external/icu/icu4c/source/data/locales/ |
D | da.txt | 522 one{"'uge' W 'i' MMM"} 523 other{"'uge' W 'i' MMM"} 548 one{"'uge' w 'i' Y"} 549 other{"'uge' w 'i' Y"} 1884 dn{"uge"} 1886 "-1"{"sidste uge"} 1887 "0"{"denne uge"} 1888 "1"{"næste uge"} 1893 one{"om {0} uge"} 1897 one{"for {0} uge siden"} [all …]
|
/external/llvm/test/Transforms/LoopUnroll/ |
D | runtime-loop4.ll | 31 %e = icmp uge i32 %iter, 1 39 %exitcnd2 = icmp uge i32 %inc2, %iter 47 %exitcnd1 = icmp uge i32 %inc1, 1024
|
/external/llvm/test/Transforms/LoopUnroll/AArch64/ |
D | partial.ll | 11 %exitcnd = icmp uge i32 %inc, 1024 43 %exitcnd2 = icmp uge i32 %inc2, 1024 51 %exitcnd1 = icmp uge i32 %inc1, 1024
|
/external/llvm/test/Transforms/InstCombine/ |
D | icmp-vec.ll | 18 define <2 x i1> @uge(<2 x i8> %x) { 19 ; CHECK-LABEL: @uge( 23 %cmp = icmp uge <2 x i8> %x, <i8 -1, i8 1> 60 %cmp = icmp uge <2 x i8> %x, <i8 0, i8 0> 102 %cmp = icmp uge <3 x i3> %x, <i3 -1, i3 1, i3 2> 137 ; CHECK-NEXT: [[CMP:%.*]] = icmp uge <2 x i3> %x, <i3 1, i3 0> 140 %cmp = icmp uge <2 x i3> %x, <i3 1, i3 0>
|
D | or-fcmp.ll | 423 ; CHECK-NEXT: [[TMP1:%.*]] = fcmp uge double %a, %b 434 ; CHECK-NEXT: [[TMP1:%.*]] = fcmp uge double %a, %b 509 ; CHECK-NEXT: [[TMP1:%.*]] = fcmp uge double %a, %b 531 ; CHECK-NEXT: [[TMP1:%.*]] = fcmp uge double %a, %b 584 ; CHECK-NEXT: [[TMP1:%.*]] = fcmp uge double %a, %b 606 ; CHECK-NEXT: [[CMP:%.*]] = fcmp uge double %a, %b 609 %cmp = fcmp uge double %a, %b 617 ; CHECK-NEXT: [[TMP1:%.*]] = fcmp uge double %a, %b 620 %cmp = fcmp uge double %a, %b 628 ; CHECK-NEXT: [[TMP1:%.*]] = fcmp uge double %a, %b [all …]
|
D | 2008-08-17-ICmpXorSignbit.ll | 19 %tmp = icmp uge i8 %X, 15 39 %tmp = icmp uge i8 %X, 15
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Alpha/ |
D | cmpbge.ll | 6 %E = icmp uge i64 %C, %D ; <i1> [#uses=1] 14 %E = icmp uge i64 %C, %D ; <i1> [#uses=1]
|
/external/swiftshader/third_party/LLVM/test/ExecutionEngine/ |
D | test-setcond-int.ll | 21 %test2 = icmp uge i8 %ubyte1, %ubyte2 ; <i1> [#uses=0] 27 %test8 = icmp uge i16 %ushort1, %ushort2 ; <i1> [#uses=0] 33 %test14 = icmp uge i32 %uint1, %uint2 ; <i1> [#uses=0] 39 %test20 = icmp uge i64 %ulong1, %ulong2 ; <i1> [#uses=0]
|
/external/llvm/test/ExecutionEngine/OrcMCJIT/ |
D | test-setcond-int.ll | 21 %test2 = icmp uge i8 %ubyte1, %ubyte2 ; <i1> [#uses=0] 27 %test8 = icmp uge i16 %ushort1, %ushort2 ; <i1> [#uses=0] 33 %test14 = icmp uge i32 %uint1, %uint2 ; <i1> [#uses=0] 39 %test20 = icmp uge i64 %ulong1, %ulong2 ; <i1> [#uses=0]
|
/external/llvm/test/ExecutionEngine/MCJIT/ |
D | test-setcond-int.ll | 21 %test2 = icmp uge i8 %ubyte1, %ubyte2 ; <i1> [#uses=0] 27 %test8 = icmp uge i16 %ushort1, %ushort2 ; <i1> [#uses=0] 33 %test14 = icmp uge i32 %uint1, %uint2 ; <i1> [#uses=0] 39 %test20 = icmp uge i64 %ulong1, %ulong2 ; <i1> [#uses=0]
|
/external/llvm/test/CodeGen/Thumb2/ |
D | 2013-03-06-vector-sext-operand-scalarize.ll | 7 %Cmp = icmp uge i32 %a, 42 15 %Cmp = icmp uge i32 %a, 42
|
/external/llvm/test/CodeGen/PowerPC/ |
D | isel.ll | 8 %p = icmp uge i64 %a, %b 17 %p = icmp uge i32 %a, %b
|
/external/llvm/test/CodeGen/Mips/ |
D | setuge.ll | 15 %cmp = icmp uge i32 %0, %1 22 %cmp1 = icmp uge i32 %0, %2
|
/external/llvm/test/ExecutionEngine/ |
D | test-interp-vec-setcond-int.ll | 21 %test2 = icmp uge <5 x i8> %ubyte1, %ubyte2 27 %test8 = icmp uge <4 x i16> %ushort1, %ushort2 33 %test14 = icmp uge <3 x i32> %uint1, %uint2 39 %test20 = icmp uge <2 x i64> %ulong1, %ulong2
|
/external/llvm/test/Bitcode/ |
D | fcmp-fast.ll | 13 ; CHECK: %nsz = fcmp nsz uge float %a, %b 14 %nsz = fcmp nsz uge float %a, %b
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | sink-common-code.ll | 13 %cmp = icmp uge i32 %blksA, %nblks 39 %cmp = icmp uge i32 %blksA, %nblks 45 %cmp2 = icmp uge i32 %blksA, %add
|
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/ |
D | vcge.ll | 38 %tmp3 = icmp uge <8 x i8> %tmp1, %tmp2 48 %tmp3 = icmp uge <4 x i16> %tmp1, %tmp2 58 %tmp3 = icmp uge <2 x i32> %tmp1, %tmp2 108 %tmp3 = icmp uge <16 x i8> %tmp1, %tmp2 118 %tmp3 = icmp uge <8 x i16> %tmp1, %tmp2 128 %tmp3 = icmp uge <4 x i32> %tmp1, %tmp2
|
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/ |
D | 2008-08-17-ICmpXorSignbit.ll | 19 %tmp = icmp uge i8 %X, 15 39 %tmp = icmp uge i8 %X, 15
|