/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/ |
shortcircuit_test.go | 32 Valu("cmp3", OpLess64, c.config.Types.Bool, 0, nil, "arg3", "arg1"), 35 Valu("phi3", OpPhi, c.config.Types.Bool, 0, nil, "phi2", "cmp3"),
|
/external/llvm/test/Analysis/ScalarEvolution/ |
avoid-assume-hang.ll | 21 %cmp3 = icmp ne i64 %i.ext, %a3 22 call void @llvm.assume(i1 %cmp3) 43 %cmp3 = icmp ne i64 %i.ext, %a3 65 %cmp3 = icmp ne i64 %i.ext, %a3 87 %cmp3 = icmp ne i64 %i.ext, %a3 109 %cmp3 = icmp ne i64 %i.ext, %a3
|
/external/llvm/test/CodeGen/ARM/ |
commute-movcc.ll | 42 %cmp3 = icmp ult i32 %mul, %BestCost.011 43 %i.0.BestIdx.0 = select i1 %cmp3, i32 %i.012, i32 %BestIdx.010 44 %mul.BestCost.0 = select i1 %cmp3, i32 %mul, i32 %BestCost.011
|
lsr-icmp-imm.ll | 14 %cmp3 = icmp eq i32 %i, -2 15 br i1 %cmp3, label %for.end, label %for.body
|
tail-merge-branch-weight.ll | 31 %cmp3 = icmp eq i32 %m, 8 32 br i1 %cmp3, label %L2, label %L3, !prof !2
|
/external/llvm/test/CodeGen/AArch64/ |
dag-combine-select.ll | 41 %cmp3 = icmp eq i32 %bitset, 42 42 %or.cond = or i1 %cmp3, %cmp5
|
/external/llvm/test/CodeGen/Hexagon/ |
avoid-predspill.ll | 14 %cmp3 = icmp eq i32 %c, 3 15 %or.cond30 = and i1 %or.cond, %cmp3
|
hwloop2.ll | 10 %cmp3 = icmp eq i32 %n, 0 11 br i1 %cmp3, label %for.end, label %for.body.lr.ph
|
cmpb-eq.ll | 18 %cmp3 = icmp ugt i8 %dec, 24 20 %or.cond31 = or i1 %cmp3, %tobool27
|
/external/llvm/test/CodeGen/X86/ |
code_placement_outline_optional_branches.ll | 58 %cmp3 = icmp eq i32 %t3, 0 59 br i1 %cmp3, label %if.then3, label %if.end3
|
i686-win-shrink-wrapping.ll | 31 %cmp3 = icmp slt i32 %tmp1, 32 32 br i1 %cmp3, label %cleanup, label %if.end
|
twoaddr-coalesce-3.ll | 13 %cmp3 = icmp sgt i32 %0, 0 14 br i1 %cmp3, label %for.body.lr.ph, label %for.end 50 %cmp3 = icmp sgt i32 %0, 0 51 br i1 %cmp3, label %for.body.lr.ph, label %for.end
|
/external/llvm/test/Transforms/JumpThreading/ |
thread-cmp.ll | 17 %cmp3 = icmp ne i32* %p, null 18 br i1 %cmp3, label %exit1, label %exit2
|
/external/llvm/test/Transforms/LoopStrengthReduce/ |
scev-insertpt-bug.ll | 24 %cmp3 = icmp ult i32 %add, 0 25 br i1 %cmp3, label %if.end, label %if.then
|
/external/llvm/test/Transforms/LoopVectorize/X86/ |
max-mstore.ll | 32 %cmp3 = icmp ugt i32 %0, %1 33 br i1 %cmp3, label %if.then, label %for.inc
|
uniform_load.ll | 24 %cmp3 = icmp eq i32 %N, 0 25 br i1 %cmp3, label %for.end, label %for.body.preheader
|
/external/llvm/test/Transforms/LoopVectorize/ |
start-non-zero.ll | 11 %cmp3 = icmp slt i32 %start, %end 12 br i1 %cmp3, label %for.body.lr.ph, label %for.end
|
hoist-loads.ll | 20 %cmp3 = fcmp oeq float %0, 0.000000e+00 21 br i1 %cmp3, label %if.end9, label %if.else 52 %cmp3 = fcmp oeq float %0, 0.000000e+00 53 br i1 %cmp3, label %if.end9, label %if.else
|
vectorize-once.ll | 26 %cmp3.i = icmp eq i32 %n, 0 27 br i1 %cmp3.i, label %_ZSt10accumulateIPiiET0_T_S2_S1_.exit, label %for.body.i 52 %cmp3.i = icmp eq i32 %n, 0 53 br i1 %cmp3.i, label %_ZSt10accumulateIPiiET0_T_S2_S1_.exit, label %for.body.i
|
ee-crash.ll | 15 %cmp3.i = icmp eq i32 %n, 0 16 br i1 %cmp3.i, label %_ZSt10accumulateIPiiET0_T_S2_S1_.exit, label %for.body.i
|
/external/llvm/test/CodeGen/AMDGPU/ |
si-annotate-cf.ll | 130 %cmp3 = icmp slt i32 %c3, 1000 131 br i1 %cmp3, label %for.body, label %return 134 br i1 %cmp3, label %self.loop, label %if.end.2 137 %or.cond2 = or i1 %cmp3, %arg
|
tti-unroll-prefs.ll | 46 %cmp3 = icmp slt i32 %add2, %a 47 %or.cond = and i1 %cmp3, %cmp1
|
/external/llvm/test/Transforms/GlobalOpt/ |
load-store-global.ll | 30 %cmp3 = icmp eq i64** null, %g
|
/external/llvm/test/CodeGen/Mips/ |
analyzebranch.ll | 28 %cmp3 = fcmp ogt double %b, 0.000000e+00 29 br i1 %cmp3, label %if.end6, label %return
|
/external/llvm/test/Transforms/LoopRotate/ |
simplifylatch.ll | 64 %cmp3 = icmp ne i32 %conv, %conv2 65 br i1 %cmp3, label %return, label %for.inc
|