Home
last modified time | relevance | path

Searched refs:ugt (Results 1 – 25 of 301) sorted by relevance

12345678910>>...13

/external/llvm/test/Transforms/LoopStrengthReduce/
D2011-10-13-SCEVChain.ll35 %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/
Dcond-sel.ll10 %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 …]
Darm64-addr-mode-folding.ll24 %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
/external/llvm/test/Transforms/InstCombine/
D2008-01-21-MismatchedCastAndCompare.ll9 ; CHECK: %c = icmp ugt i8 %A, %B
16 %c = icmp ugt i32 %a, %b
18 ; CHECK: %c = icmp ugt i8 %A, %B
D2004-11-27-SetCCForCastLargerAndConstant.ll105 %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
Doverflow.ll15 %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
D2008-08-05-And.ll12 %c1 = icmp ugt i8 %s1, 2
14 %c2 = icmp ugt i8 %s2, 2
Dicmp.ll91 %b = icmp ugt i32 %x, %a
94 ; CHECK: icmp ugt i32 %x, 1
174 ; CHECK-NEXT: %cmp = icmp ugt i32 %x, 2
216 ; CHECK: icmp ugt
218 %B = icmp ugt i8 %A, 3
277 ; CHECK: %c = icmp ugt i32 %x, %y
282 %c = icmp ugt i32 %lhs, %rhs
299 ; CHECK: %c = icmp ugt i32 %x, %y
304 %c = icmp ugt i32 %lhs, %rhs
324 %c = icmp ugt i32 %lhs, %x
[all …]
/external/llvm/test/CodeGen/R600/
Dselect64.ll12 %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
62 %cmp = icmp ugt i32 %cond, 5
/external/llvm/test/CodeGen/SystemZ/
Dint-cmp-23.ll13 %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
Dint-cmp-33.ll14 %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/
Dbackedge-on-min-max.ll270 %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 …]
D2009-04-22-IndvarCrash.ll13 %3 = icmp ugt i8 %2, 3 ; <i1> [#uses=1]
30 %4 = icmp ugt i8 %3, 3 ; <i1> [#uses=1]
Ddivide-pointer.ll24 %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/Transforms/MergeFunc/
Dphi-speculation1.ll12 %E = icmp ugt i32 %D, 10000
26 %4 = icmp ugt i32 %3, 10000
Dphi-speculation2.ll12 %E = icmp ugt i32 %D, 10000
26 %4 = icmp ugt i32 %3, 10000
/external/llvm/test/Transforms/CodeGenPrepare/
Doverflow-intrinsics.ll34 %cmp = icmp ugt i64 %b, %add
47 %cmp = icmp ugt i64 %b, %add
65 %cmp = icmp ugt i64 %b, %add
/external/llvm/test/ExecutionEngine/OrcMCJIT/
Dtest-setcond-int.ll22 %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/MCJIT/
Dtest-setcond-int.ll22 %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/Analysis/ScalarEvolution/
D2008-11-18-LessThanOrEqual.ll7 %0 = icmp ugt i32 %argc, 7 ; <i1> [#uses=1]
21 %phitmp = icmp ugt i32 %1, 7 ; <i1> [#uses=1]
D2008-11-18-Stride2.ll12 %0 = icmp ugt i32 %x, 999 ; <i1> [#uses=1]
26 %2 = icmp ugt i32 %1, 999 ; <i1> [#uses=1]
D2008-11-18-Stride1.ll13 %0 = icmp ugt i32 %x, 4 ; <i1> [#uses=1]
27 %2 = icmp ugt i32 %1, 4 ; <i1> [#uses=1]
/external/llvm/test/Transforms/InstSimplify/
Dmaxmin.ll23 %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/ExecutionEngine/
Dtest-interp-vec-setcond-int.ll22 %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
/external/llvm/test/CodeGen/X86/
Dphys_subreg_coalesce-2.ll7 %cmp = icmp ugt i32 %k, %n ; <i1> [#uses=1]
26 %cmp4 = icmp ugt i32 %inc, %k ; <i1> [#uses=1]

12345678910>>...13