/external/llvm/test/Transforms/InstCombine/ |
assume.ll | 156 %cmp2 = icmp eq i32 %a, %b 157 tail call void @llvm.assume(i1 %cmp2)
|
gepphigep.ll | 120 %cmp2 = icmp ugt i32 %shr, 127 121 br i1 %cmp2, label %loop.body, label %loop.exit
|
/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/opencv3/modules/cudev/include/opencv2/cudev/warp/detail/ |
reduce_key_val.hpp | 204 class Cmp0, class Cmp1, class Cmp2, class Cmp3, class Cmp4, class Cmp5, class Cmp6, class Cmp7, class Cmp8, class Cmp9> 209 const tuple<Cmp0, Cmp1, Cmp2, Cmp3, Cmp4, Cmp5, Cmp6, Cmp7, Cmp8, Cmp9>& cmp,
|
/external/v8/src/crankshaft/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 | 5236 Operand cmp2 = Operand(no_reg); local [all...] |
/external/v8/src/crankshaft/mips64/ |
lithium-codegen-mips64.h | 297 // Returns two registers in cmp1 and cmp2 that can be used in the 304 Operand* cmp2);
|
lithium-codegen-mips64.cc | 5441 Operand cmp2 = Operand(no_reg); local [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/opencv3/modules/core/include/opencv2/core/cuda/detail/ |
reduce_key_val.hpp | 286 class Cmp0, class Cmp1, class Cmp2, class Cmp3, class Cmp4, class Cmp5, class Cmp6, class Cmp7, class Cmp8, class Cmp9> 289 const thrust::tuple<Cmp0, Cmp1, Cmp2, Cmp3, Cmp4, Cmp5, Cmp6, Cmp7, Cmp8, Cmp9>& cmp, 298 class Cmp0, class Cmp1, class Cmp2, class Cmp3, class Cmp4, class Cmp5, class Cmp6, class Cmp7, class Cmp8, class Cmp9> 303 const thrust::tuple<Cmp0, Cmp1, Cmp2, Cmp3, Cmp4, Cmp5, Cmp6, Cmp7, Cmp8, Cmp9>& cmp,
|
/external/clang/test/CodeGenCXX/ |
microsoft-abi-member-pointers.cpp | 255 // CHECK: %[[cmp2:.*]] = icmp ne i32 %[[mp2]], -1 256 // CHECK: %[[and1:.*]] = or i1 %[[and0]], %[[cmp2]] 423 // CHECK: %[[cmp2:.*]] = icmp eq i32 424 // CHECK: %[[res12:.*]] = and i1 %[[cmp1]], %[[cmp2]] 450 // CHECK: %[[cmp2:.*]] = icmp ne i32 451 // CHECK: %[[res12:.*]] = or i1 %[[cmp1]], %[[cmp2]]
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
fwd_txfm_sse2.h | 58 __m128i cmp2 = _mm_or_si128(_mm_cmpeq_epi16(*preg2, max_overflow), local 62 cmp0 = _mm_or_si128(_mm_or_si128(cmp0, cmp1), _mm_or_si128(cmp2, cmp3));
|
/external/llvm/test/CodeGen/SystemZ/ |
fp-cmp-01.ll | 127 %cmp2 = fcmp olt float %ret, %val2 139 %sel2 = select i1 %cmp2, float %sel1, float 2.0
|
int-cmp-05.ll | 271 %cmp2 = icmp slt i64 %ret, %ext2 282 %sel2 = select i1 %cmp2, i64 %sel1, i64 2
|
/external/llvm/test/CodeGen/X86/ |
jump_sign.ll | 116 %cmp2 = icmp sgt i32 %b, %a 117 %sel = select i1 %cmp2, i32 %sub, i32 %a
|
pseudo_cmov_lower.ll | 28 %cmp2 = icmp sge i32 %v1, 0 29 %v1.v2 = select i1 %cmp2, i32 %v1, i32 %v2
|
stack-protector.ll | 1022 %cmp2 = fcmp ogt double %call, 0.000000e+00 1023 %y.1 = select i1 %cmp2, double* %x, double* null 1052 %cmp2 = fcmp ogt double %call, 0.000000e+00 1053 %y.1 = select i1 %cmp2, double* %x, double* null [all...] |
/external/llvm/test/DebugInfo/MIR/X86/ |
live-debug-values.mir | 67 %cmp2 = icmp sgt i32 %call1, 10, !dbg !35 68 br i1 %cmp2, label %if.then.3, label %if.else.5, !dbg !37
|
/external/llvm/test/DebugInfo/X86/ |
pr19307.ll | 55 %cmp2 = icmp eq i32 %conv, 45, !dbg !52 56 br i1 %cmp2, label %if.then, label %if.end, !dbg !52
|
/external/llvm/test/Transforms/SampleProfile/ |
propagate.ll | 83 %cmp2 = icmp sgt i64 %6, %div, !dbg !18 84 br i1 %cmp2, label %if.then3, label %if.end, !dbg !18
|
/external/opencv3/modules/cudev/include/opencv2/cudev/block/detail/ |
reduce_key_val.hpp | 234 class Cmp0, class Cmp1, class Cmp2, class Cmp3, class Cmp4, class Cmp5, class Cmp6, class Cmp7, class Cmp8, class Cmp9> 239 const tuple<Cmp0, Cmp1, Cmp2, Cmp3, Cmp4, Cmp5, Cmp6, Cmp7, Cmp8, Cmp9>& cmp,
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/fr30/ |
allinsn.d | 39 0+0018 <cmp2>: 40 18: a9 10 cmp2 -15,r0
|
/external/llvm/test/Transforms/SimplifyCFG/ |
switch_create.ll | 330 %cmp2 = icmp eq i32 %bar, 35 331 %or.cond = or i1 %cmp, %cmp2 463 %cmp2 = icmp ne i128 %x, 100000000000000000000 464 br i1 %cmp2, label %if.end, label %if.then
|
/external/deqp/framework/common/ |
tcuTexCompareVerifier.cpp | 273 const CmpResultSet cmp2 = execCompare(compareMode, d2, cmpReference, prec.referenceBits, isFixedPointDepth); 276 const bool canBeTrue = cmp0.isTrue || cmp1.isTrue || cmp2.isTrue || cmp3.isTrue; 277 const bool canBeFalse = cmp0.isFalse || cmp1.isFalse || cmp2.isFalse || cmp3.isFalse; 307 const CmpResultSet cmp2 = execCompare(compareMode, d2, cmpReference, prec.referenceBits, isFixedPointDepth); 312 | (deUint32(cmp2.isTrue)<<2) 316 | (deUint32(cmp2.isFalse)<<2) [all...] |
/external/llvm/test/Transforms/LoopInterchange/ |
interchange.ll | 114 %cmp2 = icmp sgt i64 %indvars.iv, 0 115 br i1 %cmp2, label %for.body3, label %for.inc10 147 ; CHECK: %cmp2 = icmp sgt i64 %indvars.iv, 0 148 ; CHECK: br i1 %cmp2, label %for.body3, label %for.end11
|