Home
last modified time | relevance | path

Searched refs:t23 (Results 1 – 18 of 18) sorted by relevance

/external/llvm/test/Transforms/Reassociate/
Dmightymul.ll28 %t23 = mul i32 %t22, %t22
29 %t24 = mul i32 %t23, %t23
Dfast-mightymul.ll28 %t23 = fmul fast float %t22, %t22
29 %t24 = fmul fast float %t23, %t23
D2012-05-08-UndefLeak.ll35 %t23 = add i64 %t22, %t5
36 %t24 = add i64 %t23, %t6
70 %t58 = add i64 %t57, %t23
/external/llvm/test/Transforms/LoopStrengthReduce/
Dnonlinear-postinc.ll25 %t23 = trunc i33 %t22 to i32
26 %t24 = sub i32 %t17, %t23
/external/clang/test/Coverage/
Dc-language-features.inc121 long double t23; ++t23; --t23;
/external/clang/test/SemaCXX/
Dtype-traits.cpp392 int t23[F(__is_integral(long double))]; in is_integral() local
421 int t23[F(__is_floating_point(unsigned long))]; in is_floating_point() local
449 int t23[T(__is_arithmetic(unsigned long))]; in is_arithmetic() local
481 int t23[T(__is_complete_type(unsigned long))]; in is_complete_type() local
505 int t23[F(__is_void(unsigned long))]; in is_void() local
535 int t23[F(__is_array(unsigned int))]; in is_array() local
574 int t23[F(__is_function(unsigned int))]; in is_function() local
647 int t23[T(__is_fundamental(unsigned long))]; in is_fundamental() local
697 int t23[F(__is_scalar(UnionAr))]; in is_scalar() local
726 int t23[F(__is_compound(bool))]; in is_compound() local
[all …]
/external/llvm/test/Transforms/IndVarSimplify/
Deliminate-rem.ll75 %t23 = phi i32 [ %t40, %bb21 ], [ %t18, %bb20 ] ; <i32> [#uses=1]
84 %t32 = zext i32 %t23 to i64 ; <i64> [#uses=1]
Dashr-tripcount.ll65 %t23 = zext i32 %t22 to i64 ; <i64> [#uses=1]
66 %t24 = getelementptr float, float* %pow4_3_tab_ptr, i64 %t23 ; <float*> [#uses=1]
/external/clang/test/CodeGen/
Dlibcalls-fno-builtin.c119 long int t23(char **x) { return strtoul("1234", x, 10); } in t23() function
Dasm.c187 unsigned char t23(unsigned char a, unsigned char b) { in t23() function
Dms-inline-asm.c238 void t23() {
/external/llvm/test/CodeGen/R600/
Dllvm.SI.resinfo.ll74 %t23 = add i32 %t20, %t21
75 %e13 = add i32 %t22, %t23
Dllvm.SI.sampled.ll105 %t23 = fadd float %t20, %t21
106 %e13 = fadd float %t22, %t23
Dllvm.SI.sample.ll105 %t23 = fadd float %t20, %t21
106 %e13 = fadd float %t22, %t23
/external/llvm/test/CodeGen/X86/
Dlsr-delayed-fold.ll18 %t16 = phi i64 [ 0, %bb12 ], [ %t23, %bb15 ] ; <i64> [#uses=2]
23 %t23 = add i64 %t16, 1 ; <i64> [#uses=1]
Dlsr-reuse.ll515 %t23 = phi float [ %t35, %bb32 ], [ %t20, %bb19 ] ; <float> [#uses=6]
530 %t34 = fmul float %t23, %t33 ; <float> [#uses=1]
532 %t35 = fadd float %t23, %t8 ; <float> [#uses=1]
542 %t41 = fadd float %t23, %t40 ; <float> [#uses=1]
544 %t43 = fadd float %t23, %t8 ; <float> [#uses=1]
547 %t46 = fadd float %t23, %t45 ; <float> [#uses=1]
550 %t49 = fadd float %t23, %t48 ; <float> [#uses=1]
/external/llvm/test/Transforms/InstCombine/
Ddisable-simplify-libcalls.ll226 define i64 @t23(i8** %y) {
227 ; CHECK-LABEL: @t23(
/external/libcxxabi/test/
Ddynamic_cast3.pass.cpp1265 namespace t23 namespace
1292 t23::A1* getA1() {return A2::getA1();} in getA1()
2435 t23::test(); in main()