Home
last modified time | relevance | path

Searched refs:ule (Results 1 – 25 of 259) sorted by relevance

1234567891011

/external/llvm/test/Transforms/InstSimplify/
Dimplies.ll19 %res = icmp ule i1 %var30, %var29
30 %res = icmp ule i1 %var30, %var29
52 %res = icmp ule i1 %var30, %var29
57 ; With an inverted conditional (ule B A rather than canonical ugt A B
75 %res = icmp ule i1 %var30, %var29
83 %res = icmp ule <4 x i1> %vec, %vec
91 %res = icmp ule <4 x i1> %a, %b
103 %res = icmp ule i1 %var30, %var29
115 %res = icmp ule i1 %var30, %var29
126 %res = icmp ule i1 %var30, %var29
[all …]
DAndOrXor.ll55 %2 = icmp ule i32 %1, 3
85 %2 = icmp ule i32 %1, 3
136 %cmp3 = icmp ule i32 %b, 2
146 %cmp3 = icmp ule i32 %b, 2
/external/llvm/lib/IR/
DConstantRange.cpp278 return Lower.ule(V) && V.ult(Upper); in contains()
279 return Lower.ule(V) || V.ult(Upper); in contains()
294 return Lower.ule(Other.getLower()) && Other.getUpper().ule(Upper); in contains()
298 return Other.getUpper().ule(Upper) || in contains()
299 Lower.ule(Other.getLower()); in contains()
301 return Other.getUpper().ule(Upper) && Lower.ule(Other.getLower()); in contains()
338 if (Upper.ule(CR.Lower)) in intersectWith()
360 if (CR.Upper.ule(Lower)) in intersectWith()
368 if (CR.Upper.ule(Lower)) in intersectWith()
388 if (CR.Upper.ule(Lower)) { in intersectWith()
[all …]
/external/llvm/test/CodeGen/Mips/
Dselect.ll280 ; 32: c.ule.s $[[F2]], $[[F3]]
286 ; 32R2: c.ule.s $[[F2]], $[[F3]]
295 ; 64: c.ule.s $f14, $f15
299 ; 64R2: c.ule.s $f14, $f15
317 ; 32: c.ule.s $[[F2]], $[[F3]]
323 ; 32R2: c.ule.s $[[F2]], $[[F3]]
332 ; 64: c.ule.s $f14, $f15
336 ; 64R2: c.ule.s $f14, $f15
428 ; 32: c.ule.d $[[F2]], $[[F3]]
434 ; 32R2: c.ule.d $[[F2]], $[[F3]]
[all …]
Dsetule.ll15 %cmp = icmp ule i32 %0, %1
22 %cmp1 = icmp ule i32 %2, %1
Dfcmp.ll53 ; 32-C-DAG: c.ule.s $f12, $f14
57 ; 64-C-DAG: c.ule.s $f12, $f13
256 ; 32-CMP-DAG: cmp.ule.s $[[T0:f[0-9]+]], $f14, $f12
260 ; 64-CMP-DAG: cmp.ule.s $[[T0:f[0-9]+]], $f13, $f12
298 ; 32-C-DAG: c.ule.s $f12, $f14
302 ; 64-C-DAG: c.ule.s $f12, $f13
305 ; 32-CMP-DAG: cmp.ule.s $[[T0:f[0-9]+]], $f12, $f14
309 ; 64-CMP-DAG: cmp.ule.s $[[T0:f[0-9]+]], $f12, $f13
313 %1 = fcmp ule float %a, %b
414 ; 32-C-DAG: c.ule.d $f12, $f14
[all …]
Dfpbr.ll50 ; 32-GPR: cmp.ule.s $[[FGRCC:f[0-9]+]], $f14, $f12
51 ; 64-GPR: cmp.ule.s $[[FGRCC:f[0-9]+]], $f13, $f12
138 ; 32-GPR: cmp.ule.d $[[FGRCC:f[0-9]+]], $f14, $f12
139 ; 64-GPR: cmp.ule.d $[[FGRCC:f[0-9]+]], $f13, $f12
/external/llvm/test/CodeGen/AMDGPU/
Dllvm.amdgpu.kilp.ll8 %0 = icmp ule i32 0, 3
11 %2 = icmp ule i32 3, 0
Dllvm.AMDGPU.kill.ll10 %0 = icmp ule i32 0, 3
13 %2 = icmp ule i32 3, 0
Dunsupported-cc.ll84 %0 = icmp ule i32 %in, 5
97 %0 = fcmp ule float %in, 5.0
109 %0 = fcmp ule float %in, 5.0
/external/llvm/test/CodeGen/AArch64/
Dcond-sel.ll61 ; Note that commuting rhs and lhs in the select changes ugt to ule (i.e. hi to ls).
77 ; Note that commuting rhs and lhs in the select changes ugt to ule (i.e. hi to ls).
101 ; Note that commuting rhs and lhs in the select changes ugt to ule (i.e. hi to ls).
117 ; Note that commuting rhs and lhs in the select changes ugt to ule (i.e. hi to ls).
141 ; Note that commuting rhs and lhs in the select changes ugt to ule (i.e. hi to ls).
157 ; Note that commuting rhs and lhs in the select changes ugt to ule (i.e. hi to ls).
190 %tst2 = icmp ule i64 %lhs64, %rhs64
209 %tst2 = icmp ule i64 %lhs64, %rhs64
/external/llvm/test/ExecutionEngine/OrcMCJIT/
Dtest-setcond-int.ll23 %test4 = icmp ule i8 %ubyte1, %ubyte2 ; <i1> [#uses=0]
29 %test10 = icmp ule i16 %ushort1, %ushort2 ; <i1> [#uses=0]
35 %test16 = icmp ule i32 %uint1, %uint2 ; <i1> [#uses=0]
41 %test22 = icmp ule i64 %ulong1, %ulong2 ; <i1> [#uses=0]
/external/llvm/test/ExecutionEngine/MCJIT/
Dtest-setcond-int.ll23 %test4 = icmp ule i8 %ubyte1, %ubyte2 ; <i1> [#uses=0]
29 %test10 = icmp ule i16 %ushort1, %ushort2 ; <i1> [#uses=0]
35 %test16 = icmp ule i32 %uint1, %uint2 ; <i1> [#uses=0]
41 %test22 = icmp ule i64 %ulong1, %ulong2 ; <i1> [#uses=0]
/external/llvm/test/ExecutionEngine/
Dtest-interp-vec-setcond-int.ll23 %test4 = icmp ule <5 x i8> %ubyte1, %ubyte2
29 %test10 = icmp ule <4 x i16> %ushort1, %ushort2
35 %test16 = icmp ule <3 x i32> %uint1, %uint2
41 %test22 = icmp ule <2 x i64> %ulong1, %ulong2
/external/llvm/test/CodeGen/X86/
Drrlist-livereg-corrutpion.ll9 %i = icmp ule i64 %a, 1
21 %w = icmp ule i256 %n, 1
D2012-07-15-BuildVectorPromote.ll5 %cmp = icmp ule <1 x i32> undef, undef
/external/llvm/test/Transforms/InstCombine/
D2012-03-10-InstCombine.ll18 %cmp2 = icmp ule i8* %d, %f
26 %not.cmp3 = icmp ule i8* %c, %f
/external/llvm/test/Transforms/ADCE/
D2002-07-17-PHIAssertion.ll21 %cond241 = icmp ule i32 %reg117, %reg128 ; <i1> [#uses=1]
33 %cond247 = icmp ule i32 %reg126, 7 ; <i1> [#uses=1]
/external/llvm/test/CodeGen/ARM/
Dvminmaxnm.ll54 %cmp = fcmp fast ule float %a, %b
144 %cmp = fcmp fast ule double %a, %b
210 %cmp1 = fcmp fast ule float 34., %b
212 %cmp2 = fcmp fast ule float %cond1, 56.
320 %cmp1 = fcmp fast ule double 78., %b
322 %cmp2 = fcmp fast ule double %cond1, 90.
356 %cmp1 = fcmp fast ule float 0., %a
368 %cmp1 = fcmp fast ule float -0., %a
Dvminmaxnm-safe.ll86 %cmp = fcmp ule float %a, %b
166 %cmp = fcmp ule double %a, %b
232 %cmp1 = fcmp ule float 34., %b
234 %cmp2 = fcmp ule float %cond1, 56.
342 %cmp1 = fcmp ule double 78., %b
344 %cmp2 = fcmp ule double %cond1, 90.
386 %cmp1 = fcmp nsz ule float -0., %a
/external/llvm/lib/Analysis/
DScalarEvolutionAliasAnalysis.cpp56 if (ASizeInt.ule(SE.getUnsignedRange(BA).getUnsignedMin()) && in alias()
70 if (BSizeInt.ule(SE.getUnsignedRange(AB).getUnsignedMin()) && in alias()
/external/llvm/test/Transforms/MemCpyOpt/
Dmemset-memcpy-redundant-memset.ll7 ; CHECK-DAG: [[ULE:%[0-9]+]] = icmp ule i64 %dst_size, %src_size
22 ; CHECK-DAG: [[ULE:%[0-9]+]] = icmp ule i64 [[DSTSIZE]], %src_size
37 ; CHECK-DAG: [[ULE:%[0-9]+]] = icmp ule i128 %dst_size, [[SRCSIZE]]
52 ; CHECK-DAG: [[ULE:%[0-9]+]] = icmp ule i128 [[DSTSIZE]], %src_size
67 ; CHECK-DAG: [[ULE:%[0-9]+]] = icmp ule i64 %dst_size, [[SRCSIZE]]
106 ; CHECK-DAG: [[ULE:%[0-9]+]] = icmp ule i64 %dst_size, %src_size
/external/llvm/test/Bitcode/
DmiscInstructions.3.2.ll90 ; CHECK-NEXT: %res6 = icmp ule i32 %x1, %x2
91 %res6 = icmp ule i32 %x1, %x2
132 ; CHECK-NEXT: %res6 = fcmp ule float %x1, %x2
133 %res6 = fcmp ule float %x1, %x2
/external/llvm/test/MC/Disassembler/Mips/mips32/
Dvalid-xfail-mips32.txt25 0x46 0x32 0xcf 0x37 # CHECK: c.ule.d $fcc7, $f25, $f18
26 0x46 0x1e 0xaf 0x37 # CHECK: c.ule.s $fcc7, $f21, $f30
/external/llvm/test/Transforms/IndVarSimplify/
Dwiden-loop-comp.ll173 ; CHECK: icmp ule i64
182 %cmp = icmp ule i32 %i.0, %b
229 ; CHECK: icmp ule i64 %indvars.iv, [[B_ZEXT]]
239 %cmp = icmp ule i32 %i.0, %b
262 ; CHECK: icmp ule i64 %indvars.iv, [[B_ZEXT]]
271 %cmp = icmp ule i32 %i.0, %b

1234567891011