HomeSort by relevance Sort by last modified time
    Searched full:cmp2 (Results 26 - 50 of 61) sorted by null

12 3

  /external/llvm/test/CodeGen/X86/
pr14090.ll 22 %cmp2.i.i.i45 = icmp ult i32 %3, %sub.i.i.i44
23 %or.cond.i.i.i46 = and i1 %cmp.i.i.i40, %cmp2.i.i.i45
reverse_branches.ll 29 %cmp2 = icmp slt i32 %0, 1000
30 br i1 %cmp2, label %for.body3, label %for.inc9
jump_sign.ll 116 %cmp2 = icmp sgt i32 %b, %a
117 %sel = select i1 %cmp2, i32 %sub, i32 %a
stack-protector.ll 992 %cmp2 = fcmp ogt double %call, 0.000000e+00
993 %y.1 = select i1 %cmp2, double* %x, double* null
1021 %cmp2 = fcmp ogt double %call, 0.000000e+00
1022 %y.1 = select i1 %cmp2, double* %x, double* null
1050 %cmp2 = fcmp ogt double %call, 0.000000e+00
1051 %y.1 = select i1 %cmp2, double* %x, double* null
1079 %cmp2 = fcmp ogt double %call, 0.000000e+00
1080 %y.1 = select i1 %cmp2, double* %x, double* null
    [all...]
unwindraise.ll 137 %cmp2.i = icmp eq i32 %call.i, 0
138 br i1 %cmp2.i, label %if.end.i, label %do.end21
  /external/llvm/test/Transforms/CorrelatedValuePropagation/
basic.ll 97 %cmp2 = icmp eq i32* %sel, null
98 br i1 %cmp2, label %return, label %loop
  /external/llvm/test/Transforms/IndVarSimplify/
crash.ll 130 %cmp2 = icmp slt i32 %c.0, 1
131 %conv = zext i1 %cmp2 to i32
lftr-reuse.ll 56 %cmp2 = icmp slt i32 0, %sub3
57 br i1 %cmp2, label %inner.ph, label %outer.inc
udiv.ll 141 %cmp2 = icmp ult i64 0, %div1 ; <i1> [#uses=1]
142 br i1 %cmp2, label %for.body.preheader, label %for.end
  /external/llvm/test/Transforms/LICM/
hoisting.ll 105 %i.tr = phi i32 [ %i, %entry ], [ %cmp2, %then ]
113 %cmp2 = add i32 %i.tr, 1
  /external/llvm/test/Transforms/LoopSimplify/
preserve-scev.ll 26 %cmp2 = icmp sgt i32 %tmp1, 100
27 br i1 %cmp2, label %return, label %if.end
  /external/llvm/test/Transforms/LoopUnroll/
runtime-loop.ll 87 %cmp2 = icmp eq i32 %len, 0
88 br i1 %cmp2, label %for.end, label %for.body
  /external/llvm/test/Transforms/ScalarRepl/
phi-cycle.ll 45 %cmp2.i = icmp eq i32 %tmp, 1
46 br i1 %cmp2.i, label %if.then.i, label %if.end.i
  /external/llvm/test/Transforms/SimplifyCFG/
preserve-branchweights-switch-create.ll 23 %cmp2 = icmp eq i32 %N, 4
24 br i1 %cmp2, label %if.then7, label %if.else8, !prof !1
switch_create.ll 291 %cmp2 = icmp eq i32 %bar, 35
292 %or.cond = or i1 %cmp, %cmp2
424 %cmp2 = icmp ne i128 %x, 100000000000000000000
425 br i1 %cmp2, label %if.end, label %if.then
  /external/llvm/lib/Transforms/Instrumentation/
BoundsChecking.cpp 157 Value *Cmp2 = Builder->CreateICmpULT(Size, Offset);
159 Value *Or = Builder->CreateOr(Cmp2, Cmp3);
  /external/llvm/test/Transforms/Inline/
inline_cleanup.ll 88 %cmp2 = icmp sgt i32 %x2, 1
89 br i1 %cmp2, label %then2, label %end2
  /external/llvm/test/Transforms/LoopStrengthReduce/X86/
2012-01-13-phielim.ll 38 %cmp2 = tail call i1 @foo(i8* %add.ptr.i144, i8* %add.ptr.i144, i8* undef) nounwind
39 br i1 %cmp2, label %cond.true29.i, label %cond.false35.i
  /external/v8/src/mips/
lithium-codegen-mips.h 294 // Returns two registers in cmp1 and cmp2 that can be used in the
301 Operand& cmp2);
lithium-codegen-mips.cc 4707 Operand cmp2 = Operand(no_reg); local
    [all...]
macro-assembler-mips.h 731 FPURegister cmp2,
740 FPURegister cmp2) {
741 BranchF(target, nan, cc, cmp1, cmp2, bd);
    [all...]
  /external/llvm/test/Transforms/JumpThreading/
crash.ll 295 %cmp2 = icmp eq i32 %type, 0 ; <i1> [#uses=1]
310 %cmp103 = xor i1 %cmp2, %0 ; <i1> [#uses=1]
515 define void @PR14233(i1 %cmp, i1 %cmp2, i1 %cmp3, i1 %cmp4) {
527 br i1 %cmp2, label %bb, label %if.end2
  /external/llvm/test/Transforms/InstCombine/
or.ll 381 %cmp2 = icmp eq i32 %x, 24
382 %ret1 = or i1 %cmp1, %cmp2
  /external/llvm/include/llvm/Bitcode/
LLVMBitCodes.h 305 FUNC_CODE_INST_CMP2 = 28, // CMP2: [opty, opval, opval, pred]
  /external/valgrind/main/coregrind/
m_execontext.c 164 " exectx: %'llu cmp2, %'llu cmp4, %'llu cmpAll\n",

Completed in 1284 milliseconds

12 3