Home
last modified time | relevance | path

Searched refs:uge (Results 1 – 25 of 220) sorted by relevance

123456789

/external/llvm/test/Transforms/InstSimplify/
Dfloating-point-compare.ll4 ; and between uge and olt, to give reasonble coverage
25 %uge = fcmp uge float %add, 0.000000e+00
27 ret i1 %uge
34 %uge = fcmp uge double %b, 0.000000e+00
36 ret i1 %uge
Dmaxmin.ll32 %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 …]
DAndOrXor.ll95 %2 = icmp uge i32 %1, 4
135 %2 = icmp uge i32 %1, 4
189 %1 = icmp uge i32 %x, %y
198 %1 = icmp uge i32 %x, %y
204 ; CHECK: %[[cmp:.*]] = icmp uge i32 %x, %y
/external/llvm/test/Transforms/LoopVectorize/
Dtbaa-nodep.ll39 ; 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*
Druntime-check-readonly.ll11 ;CHECK-DAG: icmp uge
12 ;CHECK-DAG: icmp uge
13 ;CHECK-DAG: icmp uge
14 ;CHECK-DAG: icmp uge
/external/llvm/test/Transforms/LoopUnroll/
Druntime-loop4.ll23 %e = icmp uge i32 %iter, 1
31 %exitcnd2 = icmp uge i32 %inc2, %iter
39 %exitcnd1 = icmp uge i32 %inc1, 1024
/external/llvm/test/CodeGen/AArch64/
Dand-mask-removal.ll47 %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/
Dda.txt1321 dn{"uge"}
1323 "-1"{"sidste uge"}
1324 "0"{"denne uge"}
1325 "1"{"næste uge"}
1329 one{"om {0} uge"}
1333 one{"for {0} uge siden"}
1339 dn{"uge"}
1341 "-1"{"sidste uge"}
1342 "0"{"denne uge"}
1343 "1"{"næste uge"}
[all …]
/external/llvm/test/Transforms/LoopUnroll/AArch64/
Dpartial.ll11 %exitcnd = icmp uge i32 %inc, 1024
43 %exitcnd2 = icmp uge i32 %inc2, 1024
51 %exitcnd1 = icmp uge i32 %inc1, 1024
/external/llvm/test/CodeGen/PowerPC/
Disel.ll8 %p = icmp uge i64 %a, %b
17 %p = icmp uge i32 %a, %b
/external/llvm/test/CodeGen/Thumb2/
D2013-03-06-vector-sext-operand-scalarize.ll7 %Cmp = icmp uge i32 %a, 42
15 %Cmp = icmp uge i32 %a, 42
/external/llvm/test/CodeGen/Mips/
Dsetuge.ll15 %cmp = icmp uge i32 %0, %1
22 %cmp1 = icmp uge i32 %0, %2
/external/llvm/test/ExecutionEngine/MCJIT/
Dtest-setcond-int.ll21 %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/
Dtest-setcond-int.ll21 %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/Bitcode/
Dfcmp-fast.ll13 ; CHECK: %nsz = fcmp nsz uge float %a, %b
14 %nsz = fcmp nsz uge float %a, %b
/external/llvm/test/Transforms/SimplifyCFG/
Dsink-common-code.ll13 %cmp = icmp uge i32 %blksA, %nblks
39 %cmp = icmp uge i32 %blksA, %nblks
45 %cmp2 = icmp uge i32 %blksA, %add
/external/llvm/test/ExecutionEngine/
Dtest-interp-vec-setcond-int.ll21 %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/CodeGen/AMDGPU/
Dbig_alu.ll672 %606 = fcmp uge float 0x3FE4CCCCC0000000, %605
674 %608 = fcmp uge float %607, 5.000000e-01
689 %623 = fcmp uge float 0x3FE6666660000000, %622
703 %637 = fcmp uge float 0x3FECCCCCC0000000, %636
734 %655 = fcmp uge float 0x3FE4CCCCC0000000, %654
736 %657 = fcmp uge float %656, 0x3FD6666660000000
751 %672 = fcmp uge float 0x3FE6666660000000, %671
765 %686 = fcmp uge float 0x3FECCCCCC0000000, %685
796 %704 = fcmp uge float 0x3FE4CCCCC0000000, %703
798 %706 = fcmp uge float %705, 0x3FD3333340000000
[all …]
/external/llvm/test/Transforms/InstCombine/
D2008-08-17-ICmpXorSignbit.ll19 %tmp = icmp uge i8 %X, 15
39 %tmp = icmp uge i8 %X, 15
D2012-03-10-InstCombine.ll19 %not.cmp1 = icmp uge i8* %c, %f
25 %cmp5 = icmp uge i8* %d, %f
Dunordered-fcmp-select.ll18 %cmp = fcmp uge float %a, %b
38 %cmp = fcmp uge float %a, %b
117 ; CHECK: fcmp uge
121 %cmp = fcmp uge float %a, %b
/external/llvm/test/CodeGen/X86/
D2011-09-21-setcc-bug.ll10 %M = icmp uge <4 x i8> %A, %B
22 %M = icmp uge <256 x i8> %A, %B
Dscalar_sse_minmax.ll32 %tmp = fcmp uge float %x, %y
40 %tmp = fcmp uge double %x, %y
/external/llvm/test/CodeGen/ARM/
Dvcge.ll38 %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/llvm/lib/Analysis/
DScalarEvolutionAliasAnalysis.cpp57 (-BSizeInt).uge(SE.getUnsignedRange(BA).getUnsignedMax())) in alias()
71 (-ASizeInt).uge(SE.getUnsignedRange(AB).getUnsignedMax())) in alias()

123456789