Searched refs:_tmp2 (Results 1 – 5 of 5) sorted by relevance
/external/llvm/test/Transforms/SLPVectorizer/X86/ |
D | gep_mismatch.ll | 14 %ls2.ph = phi float* [ %_tmp2, %bb1 ], [ undef, %entry ] 17 %_tmp2 = getelementptr float, float* %ls2.ph, i64 4
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | PR27615-simplify-cond-br.ll | 22 %_tmp2.pre = load i16*, i16** @c, align 1 25 %_tmp3 = load i16, i16* %_tmp2.pre, align 1
|
/external/vulkan-validation-layers/libs/glm/gtx/ |
D | simd_quat.inl | 346 __m128 _tmp2 = _mm_mul_ps(_zxyw2, _xyzw); local 347 _tmp2 = _mm_sub_ps(_tmp2, _mm_mul_ps(_yzxw2, _wwww)); 353 reinterpret_cast<float*>(&_tmp2)[0], 361 reinterpret_cast<float*>(&_tmp2)[1]); 366 reinterpret_cast<float*>(&_tmp2)[2],
|
/external/compiler-rt/lib/builtins/ |
D | apple_versioning.c | 209 extern const char sym##_tmp2 __asm("$ld$hide$os3.1$_" #sym ); \ 210 __attribute__((visibility("default"))) const char sym##_tmp2 = 0; \
|
/external/valgrind/VEX/priv/ |
D | guest_arm_toIR.c | 8137 # define XXX(_tmp3,_la3,_tmp2,_la2,_tmp1,_la1,_tmp0,_la0) \ in math_DEINTERLEAVE_3() argument 8140 SHL64((_tmp2),48-16*(_la2))), \ in math_DEINTERLEAVE_3() 8192 # define XXX(_tmp3,_la3,_tmp2,_la2,_tmp1,_la1,_tmp0,_la0) \ in math_INTERLEAVE_3() argument 8195 SHL64((_tmp2),48-16*(_la2))), \ in math_INTERLEAVE_3()
|