Home
last modified time | relevance | path

Searched refs:t28 (Results 1 – 17 of 17) sorted by relevance

/external/clang/test/Coverage/
Dc-language-features.inc129 struct { char f0[10]; } *t28;
130 int t29 = t28 - t28;
131 char *t30 = &t28->f0[1];
/external/llvm/test/Transforms/Reassociate/
Dmightymul.ll33 %t28 = mul i32 %t27, %t27
34 ret i32 %t28
D2012-05-08-UndefLeak.ll40 %t28 = add i64 %t27, %t10
41 %t29 = add i64 %t28, %t11
75 %t63 = add i64 %t62, %t28
Dfast-mightymul.ll33 %t28 = fmul fast float %t27, %t27
34 ret float %t28
/external/valgrind/VEX/orig_ppc32/
Ddate.orig92 37: GETL R1, t28
93 38: ADDL $0x294, t28
94 39: STL t26, (t28)
298 39: GETL R10, t28
299 40: LDL (t28), t30
413 41: CMPL t26, t30, t28 (-rSo)
414 42: ICRFL t28, $0x0, CR
1106 35: GETL R23, t28
1109 38: STL t28, (t30)
1222 37: CMPUL t26, t30, t28 (-rSo)
[all …]
Dreturn0.orig92 37: GETL R1, t28
93 38: ADDL $0x294, t28
94 39: STL t26, (t28)
298 39: GETL R10, t28
299 40: LDL (t28), t30
413 41: CMPL t26, t30, t28 (-rSo)
414 42: ICRFL t28, $0x0, CR
1106 35: GETL R23, t28
1109 38: STL t28, (t30)
1222 37: CMPUL t26, t30, t28 (-rSo)
[all …]
/external/llvm/test/Transforms/IndVarSimplify/
Deliminate-rem.ll80 %t28 = add nsw i64 %t25, %t22 ; <i64> [#uses=1]
83 %t31 = getelementptr inbounds i64, i64* %arg, i64 %t28 ; <i64*> [#uses=1]
Dashr-tripcount.ll70 %t28 = getelementptr i32, i32* %quaSpectrum, i64 %t27 ; <i32*> [#uses=1]
71 %t29 = load i32, i32* %t28, align 4 ; <i32> [#uses=1]
/external/clang/test/CodeGen/
Dasm.c235 void t28(void) in t28() function
Dms-inline-asm.c291 void t28() {
/external/llvm/test/CodeGen/R600/
Dllvm.SI.resinfo.ll81 %t28 = extractelement <4 x i32> %res15, i32 0
85 %t32 = add i32 %t28, %t29
Dllvm.SI.imageload.ll64 %t28 = extractelement <4 x i32> %res15, i32 0
68 %t32 = add i32 %t28, %t29
Dllvm.SI.sampled.ll112 %t28 = extractelement <4 x float> %res15, i32 0
116 %t32 = fadd float %t28, %t29
Dllvm.SI.sample.ll112 %t28 = extractelement <4 x float> %res15, i32 0
116 %t32 = fadd float %t28, %t29
/external/clang/test/SemaCXX/
Dtype-traits.cpp397 int t28[F(__is_integral(Enum))]; in is_integral() local
426 int t28[F(__is_floating_point(Enum))]; in is_floating_point() local
455 int t28[F(__is_arithmetic(Enum))]; in is_arithmetic() local
510 int t28[F(__is_void(Enum))]; in is_void() local
540 int t28[F(__is_array(ClassType))]; in is_array() local
579 int t28[F(__is_function(ClassType))]; in is_function() local
731 int t28[F(__is_compound(short))]; in is_compound() local
768 int t28[F(__is_pointer(Enum))]; in is_pointer() local
801 int t28[F(__is_member_object_pointer(int))]; in is_member_object_pointer() local
837 int t28[F(__is_member_function_pointer(int))]; in is_member_function_pointer() local
[all …]
/external/llvm/test/Transforms/InstCombine/
Ddisable-simplify-libcalls.ll264 define i32 @t28(i64 %y) {
265 ; CHECK-LABEL: @t28(
/external/libcxxabi/test/
Ddynamic_cast3.pass.cpp1566 namespace t28 namespace
2440 t28::test(); in main()