HomeSort by relevance Sort by last modified time
    Searched full:tmp4 (Results 901 - 925 of 1043) sorted by null

<<31323334353637383940>>

  /external/llvm/test/CodeGen/X86/
pr24139.ll 13 %tmp4 = bitcast <2 x double> %arg to <4 x i32>
14 %tmp5 = and <4 x i32> %tmp4, <i32 -2147483648, i32 -2147483648, i32 -2147483648, i32 -2147483648>
crash.ll 127 %tmp4 = trunc i8 %tmp3 to i1
128 %tmp5 = icmp ne i1 %tmp0, %tmp4
590 %tmp4 = call { i32, i32 } asm sideeffect "", "=&r,=&r,r,r,0,1,~{dirflag},~{fpsr},~{flags}"(i32 %tmp3, i32 undef, i32 %tmp3, i32 %tmp1) nounwind
sse3.ll 122 %tmp4 = extractelement <8 x i16> %tmp.upgrd.1, i32 4
132 %tmp14 = insertelement <8 x i16> %tmp13, i16 %tmp4, i32 6
282 %tmp4 = shufflevector <4 x float> %tmp2, <4 x float> undef, <4 x i32> <i32 undef, i32 undef, i32 0, i32 1>
  /external/llvm/test/MC/ARM/
ldr-pseudo.s 51 @ CHECK: ldr r0, .Ltmp[[TMP4:[0-9]+]]
267 @ CHECK: .Ltmp[[TMP4]]
  /external/llvm/test/Transforms/IndVarSimplify/
iv-sext.ll 29 %tmp4 = icmp sgt i32 %part.016, 0 ; <i1> [#uses=1]
30 br i1 %tmp4, label %bb1, label %bb3.preheader
  /external/llvm/test/Transforms/InstCombine/
crash.ll 185 %tmp4 = getelementptr inbounds %class.RuleBasedBreakIterator, %class.RuleBasedBreakIterator* %this, i32 0, i32 0 ; <i64 ()**> [#uses=1]
186 %tmp5 = load i64 ()*, i64 ()** %tmp4 ; <i64 ()*> [#uses=1]
vec_demanded_elts.ll 67 %tmp4 = tail call i32 @llvm.x86.sse2.cvtsd2si(<2 x double> %v41)
78 %tmp9 = add i32 %tmp4, %tmp6
  /external/llvm/test/Transforms/ObjCARC/
ensure-that-exception-unwind-path-is-visited.ll 57 %tmp4 = landingpad { i8*, i32 }
59 %tmp5 = extractvalue { i8*, i32 } %tmp4, 0, !dbg !40
  /external/llvm/test/Transforms/SROA/
big-endian.ll 220 %tmp4 = bitcast { i32, i24 }* %a to i32*
221 %tmp5 = load i32, i32* %tmp4, align 4
  /external/swiftshader/third_party/LLVM/test/Transforms/IndVarSimplify/
iv-sext.ll 29 %tmp4 = icmp sgt i32 %part.016, 0 ; <i1> [#uses=1]
30 br i1 %tmp4, label %bb1, label %bb3.preheader
  /external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/
sub.ll 208 %tmp4 = sub i32 0, %b
209 %tmp5 = icmp eq i32 %tmp2, %tmp4
vec_demanded_elts.ll 66 %tmp4 = tail call i32 @llvm.x86.sse2.cvtsd2si(<2 x double> %v41)
77 %tmp9 = add i32 %tmp4, %tmp6
  /external/swiftshader/third_party/subzero/tests_lit/assembler/x86/
jump_encodings.ll 90 %tmp4 = call i32 @llvm.nacl.atomic.load.i32(i32* %ptr, i32 6)
97 call void @llvm.nacl.atomic.store.i32(i32 %tmp4, i32* %ptr, i32 6)
  /external/tensorflow/tensorflow/core/kernels/
sparse_matmul_op.h 334 auto tmp4 = _mm256_extract_epi32(_mm256_castps_si256(from), 5);
338 tmp5 = _mm256_insert_epi32(tmp5, tmp4, 3);
  /external/webp/src/dsp/
filters_sse2.c 286 const __m128i tmp4 = _mm_packus_epi16(tmp3, zero); // saturate delta local
287 const __m128i tmp5 = _mm_add_epi8(tmp4, D); // add to in[]
  /external/llvm/lib/Target/PowerPC/
README.txt 313 %tmp4 = load i32* %tmp3 ; <uint> [#uses=1]
316 %tmp4.mask17 = shl i32 %tmp4, i8 1 ; <uint> [#uses=1]
317 %tmp1415 = and i32 %tmp4.mask17, 2147483648 ; <uint> [#uses=1]
  /external/llvm/test/CodeGen/ARM/
arm-shrink-wrapping.ll 69 %tmp4 = call i32 @doSomething(i32 0, i32* %tmp)
73 %tmp.0 = phi i32 [ %tmp4, %true ], [ %a, %0 ]
661 %tmp4 = fcmp ogt float %gamma, 1.000000e+00
663 %tmp6 = select i1 %tmp4, double %tmp5, double %tmp
  /external/llvm/test/Transforms/DeadArgElim/
aggregates.ll 183 %tmp4 = landingpad { i8*, i32 }
  /external/llvm/test/Transforms/Reassociate/
crash.ll 152 %tmp4 = add i32 %tmp1, 1 ; dead code
  /external/aac/libFDK/src/
dct.cpp 250 FIXP_DBL tmp1, tmp2, tmp3, tmp4; local
254 tmp4 = *--pTmp_1;
258 *pDat++ = tmp4;
  /external/llvm/test/CodeGen/WebAssembly/
reg-stackify.ll 436 %tmp4 = phi i32 [ %tmp7, %bb3 ], [ 0, %bb ]
438 %tmp6 = add nsw i32 %tmp5, %tmp4
440 %tmp7 = add nuw nsw i32 %tmp4, 1
  /external/llvm/test/Transforms/DeadStoreElimination/
simple.ll 145 %tmp4 = getelementptr { i32, i32 }, { i32, i32 }* %x, i32 0, i32 0
146 %tmp5 = load i32, i32* %tmp4, align 4
150 store i32 %tmp5, i32* %tmp4, align 4
  /external/libjpeg-turbo/simd/
jsimd_mips_dspr2.S     [all...]
  /external/eigen/unsupported/test/
levenberg_marquardt.cpp 50 double tmp1, tmp2, tmp3, tmp4; local
56 tmp4 = (x[1]*tmp2 + x[2]*tmp3); tmp4 = tmp4*tmp4;
58 fjac(i,1) = tmp1*tmp2/tmp4;
59 fjac(i,2) = tmp1*tmp3/tmp4;
    [all...]
  /external/clang/test/CodeGen/
aarch64-neon-2velem.c 312 // CHECK: [[TMP4:%.*]] = bitcast <8 x i8> [[TMP1]] to <2 x float>
315 // CHECK: [[TMP6:%.*]] = call <2 x float> @llvm.fma.v2f32(<2 x float> [[LANE]], <2 x float> [[TMP4]], <2 x float> [[TMP3]])
326 // CHECK: [[TMP4:%.*]] = bitcast <16 x i8> [[TMP1]] to <4 x float>
329 // CHECK: [[TMP6:%.*]] = call <4 x float> @llvm.fma.v4f32(<4 x float> [[LANE]], <4 x float> [[TMP4]], <4 x float> [[TMP3]])
371 // CHECK: [[TMP4:%.*]] = bitcast <8 x i8> [[TMP1]] to <2 x float>
374 // CHECK: [[TMP6:%.*]] = call <2 x float> @llvm.fma.v2f32(<2 x float> [[LANE]], <2 x float> [[TMP4]], <2 x float> [[TMP3]])
386 // CHECK: [[TMP4:%.*]] = bitcast <16 x i8> [[TMP1]] to <4 x float>
389 // CHECK: [[TMP6:%.*]] = call <4 x float> @llvm.fma.v4f32(<4 x float> [[LANE]], <4 x float> [[TMP4]], <4 x float> [[TMP3]])
414 // CHECK: [[TMP4:%.*]] = bitcast <16 x i8> [[TMP1]] to <2 x double>
417 // CHECK: [[TMP6:%.*]] = call <2 x double> @llvm.fma.v2f64(<2 x double> [[LANE]], <2 x double> [[TMP4]], <2 x double> [[TMP3]]
    [all...]

Completed in 709 milliseconds

<<31323334353637383940>>