Home
last modified time | relevance | path

Searched refs:test1a (Results 1 – 25 of 36) sorted by relevance

12

/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.fill/
Dfill_n.pass.cpp106 test1 test1a[n] = {0}; in test_struct_array() local
107 assert(std::fill_n(test1a, UDI(n), static_cast<char>(10)) == std::next(test1a, n)); in test_struct_array()
108 assert(test1a[0].c == 11); in test_struct_array()
109 assert(test1a[1].c == 11); in test_struct_array()
110 assert(test1a[2].c == 11); in test_struct_array()
111 assert(test1a[3].c == 11); in test_struct_array()
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dpmulld.ll15 define <4 x i32> @test1a(<4 x i32> %A, <4 x i32> *%Bp) nounwind {
16 ; CHECK: test1a:
19 ; WIN64: test1a:
Dfast-isel-i1.ll4 declare i32 @test1a(i32)
10 %t = call i32 @test1a(i32 %y)
/external/llvm/test/CodeGen/X86/
Dpmulld.ll15 define <4 x i32> @test1a(<4 x i32> %A, <4 x i32> *%Bp) nounwind {
16 ; CHECK-LABEL: test1a:
19 ; WIN64-LABEL: test1a:
Dfast-isel-i1.ll4 declare i32 @test1a(i32)
10 %t = call i32 @test1a(i32 %y)
/external/llvm/test/Assembler/
Dinvalid-fwdref1.ll3 define i8* @test1() { ret i8* @test1a }
4 define void @test1a() { }
/external/clang/test/CodeGen/
Dbyval-memcpy-elim.c14 void test1a(struct Test1S, struct Test2S);
19 test1a(*A, *B); in test1()
Dalignment.c22 int test1a(myint *p) { in test1a() function
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.creation/
Dforward_as_tuple.pass.cpp32 test1a(const Tuple& t) in test1a() function
74 test1a(std::forward_as_tuple(1)); in main()
/external/clang/test/SemaObjCXX/
Ddebugger-cast-result-to-id.mm4 extern __unknown_anytype test1a(); function
37 id x2 = test1a();
/external/llvm/test/Transforms/AlignmentFromAssumptions/
Dstart-unk.ll100 br i1 undef, label %test1a.exit, label %if.end.i124
105 test1a.exit: ; preds = %test1.exit
108 for.body137.lr.ph: ; preds = %test1a.exit
139 if.end150: ; preds = %test1b.exit, %test1a.exit, %if.then126…
/external/llvm/test/Transforms/GlobalOpt/
Dcleanup-pointer-root-users.ll5 define void @test1a() {
6 ; CHECK-LABEL: @test1a(
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/
Dcall.ll7 declare void @test1a(i8*)
10 call void bitcast (void (i8*)* @test1a to void (i32*)*)( i32* %A )
13 ; CHECK: call void @test1a(i8* %1)
/external/swiftshader/third_party/LLVM/test/Transforms/SCCP/
Dipsccp-basic.ll5 define internal i32 @test1a(i32 %A) {
9 ; CHECK: define internal i32 @test1a
13 %X = call i32 @test1a( i32 17 )
/external/llvm/test/Transforms/PhaseOrdering/
Dscev.ll37 ; CHECK: test1a
40 define void @test1a(i64 %d, i32* %p) nounwind uwtable ssp {
/external/llvm/test/Transforms/SCCP/
Dipsccp-basic.ll5 define internal i32 @test1a(i32 %A) {
9 ; CHECK-LABEL: define internal i32 @test1a(
13 %X = call i32 @test1a( i32 17 )
/external/llvm/test/Transforms/InstCombine/
Dcall.ll7 declare void @test1a(i8*)
12 ; CHECK: call void @test1a(i8* %1)
14 call void bitcast (void (i8*)* @test1a to void (i32*)*)( i32* %A )
23 call void bitcast (void (i8*)* @test1a to void (i32 addrspace(1)*)*)(i32 addrspace(1)* %A)
Daligned-altivec.ll22 define <4 x i32> @test1a(<4 x i32>* align 16 %h) #0 {
28 ; CHECK-LABEL: @test1a
Daligned-qpx.ll23 define <4 x double> @test1a(<4 x float>* align 16 %h) #0 {
29 ; CHECK-LABEL: @test1a
/external/swiftshader/third_party/LLVM/test/CodeGen/Thumb2/
Dthumb2-pack.ll12 ; CHECK: test1a
14 define i32 @test1a(i32 %X, i32 %Y) {
/external/llvm/test/Transforms/BBVectorize/X86/
Dsimple-int.ll24 define double @test1a(double %A1, double %A2, double %B1, double %B2, double %C1, double %C2) {
33 ; CHECK-LABEL: @test1a(
Dsimple.ll24 define double @test1a(double %A1, double %A2, double %B1, double %B2) {
41 ; CHECK-LABEL: @test1a(
/external/clang/test/PCH/
Dcxx11-inheriting-ctors.cpp42 Test test1a(42); variable
/external/llvm/test/CodeGen/Thumb2/
Dthumb2-pack.ll12 ; CHECK: test1a
14 define i32 @test1a(i32 %X, i32 %Y) {
/external/llvm/test/CodeGen/PowerPC/
Dctr-minmaxnum.ll67 define void @test1a(float %f, float* %fp) {
83 ; CHECK-LABEL: test1a:

12