Home
last modified time | relevance | path

Searched refs:t11 (Results 1 – 25 of 233) sorted by relevance

12345678910

/external/compiler-rt/test/asan/TestCases/Posix/
Dstack-overflow.cc37 int t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13; in recursive_func()
49 t11 = z11; in recursive_func()
64 z11 = t11; in recursive_func()
/external/llvm-project/compiler-rt/test/asan/TestCases/Posix/
Dstack-overflow.cpp39 int t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13; in recursive_func()
51 t11 = z11; in recursive_func()
66 z11 = t11; in recursive_func()
/external/llvm/test/Transforms/Reassociate/
Dmightymul.ll16 %t11 = mul i32 %t10, %t10
17 %t12 = mul i32 %t11, %t11
Dfast-mightymul.ll16 %t11 = fmul fast float %t10, %t10
17 %t12 = fmul fast float %t11, %t11
D2012-05-08-UndefLeak.ll23 %t11 = add i64 %x0, 12
41 %t29 = add i64 %t28, %t11
58 %t46 = add i64 %t45, %t11
/external/llvm-project/llvm/test/Transforms/Reassociate/
Dmightymul.ll16 %t11 = mul i32 %t10, %t10
17 %t12 = mul i32 %t11, %t11
Dfast-mightymul.ll16 %t11 = fmul fast float %t10, %t10
17 %t12 = fmul fast float %t11, %t11
D2012-05-08-UndefLeak.ll23 %t11 = add i64 %x0, 12
41 %t29 = add i64 %t28, %t11
58 %t46 = add i64 %t45, %t11
/external/llvm-project/llvm/test/Transforms/JumpThreading/
Dpr33917.ll44 %t11 = icmp ne i8* %t9, null
45 %t12 = zext i1 %t11 to i64
50 call void @llvm.assume(i1 %t11)
/external/clang/test/CodeGen/
Darm-apcs-zerolength-bitfield.c106 struct t11 struct
114 static int arr11_offset[(offsetof(struct t11, bar2) == 5) ? 0 : -1]; argument
115 static int arr11_sizeof[(sizeof(struct t11) == 8) ? 0 : -1];
Darm-aapcs-zerolength-bitfield.c102 struct t11 struct
110 static int arr11_offset[(offsetof(struct t11, bar2) == 9) ? 0 : -1]; argument
111 static int arr11_sizeof[(sizeof(struct t11) == 16) ? 0 : -1];
Dms_struct-bitfield.c158 } ATTR t11; variable
159 int s11 = sizeof(t11);
/external/clang/test/CodeGenCXX/
Daarch64-aapcs-zerolength-bitfield.cpp103 struct t11 struct
111 static_assert(offsetof(struct t11, bar2) == 9); argument
112 static_assert(sizeof(struct t11) == 16);
/external/llvm-project/clang/test/CodeGen/
Darm-aapcs-zerolength-bitfield.c102 struct t11 struct
110 static int arr11_offset[(offsetof(struct t11, bar2) == 9) ? 0 : -1]; argument
111 static int arr11_sizeof[(sizeof(struct t11) == 16) ? 0 : -1];
Darm-apcs-zerolength-bitfield.c106 struct t11 struct
114 static int arr11_offset[(offsetof(struct t11, bar2) == 5) ? 0 : -1]; argument
115 static int arr11_sizeof[(sizeof(struct t11) == 8) ? 0 : -1];
Dms_struct-bitfield.c158 } ATTR t11; variable
159 int s11 = sizeof(t11);
/external/llvm-project/clang/test/CodeGenCXX/
Daarch64-aapcs-zerolength-bitfield.cpp103 struct t11 struct
111 static_assert(offsetof(struct t11, bar2) == 9); argument
112 static_assert(sizeof(struct t11) == 16);
/external/llvm-project/llvm/test/Transforms/SCCP/
Dapint-ipsccp1.ll19 %t11 = trunc i2 %t1 to i1
20 %t2 = call i512 @test(i1 %t11)
/external/llvm/test/Transforms/SCCP/
Dapint-ipsccp1.ll19 %t11 = trunc i2 %t1 to i1
20 %t2 = call i512 @test(i1 %t11)
/external/llvm-project/llvm/test/Transforms/InstCombine/
D2009-07-02-MaskedIntVector.ll8 %t11 = bitcast <16 x i8> %t12 to <2 x i64> ; <<2 x i64>> [#uses=1]
9 %t9 = extractelement <2 x i64> %t11, i32 0 ; <i64> [#uses=1]
/external/llvm/test/Transforms/InstCombine/
D2009-07-02-MaskedIntVector.ll8 %t11 = bitcast <16 x i8> %t12 to <2 x i64> ; <<2 x i64>> [#uses=1]
9 %t9 = extractelement <2 x i64> %t11, i32 0 ; <i64> [#uses=1]
/external/libvpx/libvpx/vp9/common/x86/
Dvp9_highbd_iht8x8_add_sse4.c36 __m128i t00[2], t01[2], t10[2], t11[2]; in highbd_iadst_butterfly_sse4_1() local
47 t11[0] = _mm_mul_epi32(pair_c1, x1[0]); in highbd_iadst_butterfly_sse4_1()
48 t11[1] = _mm_mul_epi32(pair_c1, x1[1]); in highbd_iadst_butterfly_sse4_1()
50 s0[0] = _mm_add_epi64(t00[0], t11[0]); in highbd_iadst_butterfly_sse4_1()
51 s0[1] = _mm_add_epi64(t00[1], t11[1]); in highbd_iadst_butterfly_sse4_1()
/external/llvm-project/llvm/test/CodeGen/X86/
Davx512-adc-sbb.ll24 %t11 = add i8 %t7, %t10
25 ret i8 %t11
/external/llvm/test/CodeGen/Hexagon/
DAtomics.ll11 %t11 = atomicrmw sub i64* @sll, i64 1 monotonic
34 %t11 = atomicrmw sub i64* @sll, i64 11 monotonic
35 store i64 %t11, i64* @sll, align 8
/external/llvm-project/llvm/test/CodeGen/Hexagon/
DAtomics.ll11 %t11 = atomicrmw sub i64* @sll, i64 1 monotonic
34 %t11 = atomicrmw sub i64* @sll, i64 11 monotonic
35 store i64 %t11, i64* @sll, align 8

12345678910