| /llvm-project-15.0.7/libcxx/test/std/algorithms/alg.modifying.operations/alg.fill/ |
| H A D | fill_n.pass.cpp | 102 test1 test1a[4] = {}; in test_struct_array() local 103 assert(std::fill_n(test1a, UDI(4), static_cast<char>(10)) == test1a + 4); in test_struct_array() 104 assert(test1a[0].c == 11); in test_struct_array() 105 assert(test1a[1].c == 11); in test_struct_array() 106 assert(test1a[2].c == 11); in test_struct_array() 107 assert(test1a[3].c == 11); in test_struct_array()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | pmulld.ll | 15 define <4 x i32> @test1a(<4 x i32> %A, ptr%Bp) nounwind { 16 ; CHECK-LABEL: test1a: 19 ; WIN64-LABEL: test1a:
|
| H A D | branchfolding-debug-invariant.mir | 4 name: test1a 6 ; CHECK-LABEL: name: test1a 35 ; Verify that we get the same rewrites as in test1a when adding some 103 ; Verify that we get the same rewrites as in test1a when adding some
|
| H A D | fast-isel-i1.ll | 4 declare i32 @test1a(i32) 10 %t = call i32 @test1a(i32 %y)
|
| /llvm-project-15.0.7/llvm/test/Assembler/ |
| H A D | invalid-fwdref1.ll | 3 define i8* @test1() { ret i8* @test1a } 4 define void @test1a() { }
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | byval-memcpy-elim.c | 14 void test1a(struct Test1S, struct Test2S); 19 test1a(*A, *B); in test1()
|
| H A D | alignment.c | 23 int test1a(myint *p) { in test1a() function
|
| /llvm-project-15.0.7/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.creation/ |
| H A D | forward_as_tuple.pass.cpp | 31 test1a(const Tuple& t) in test1a() function 73 test1a(std::forward_as_tuple(1)); in main()
|
| /llvm-project-15.0.7/clang/test/SemaObjCXX/ |
| H A D | debugger-cast-result-to-id.mm | 4 extern __unknown_anytype test1a(); function 37 id x2 = test1a();
|
| /llvm-project-15.0.7/llvm/test/Transforms/GlobalOpt/ |
| H A D | cleanup-pointer-root-users.ll | 5 define void @test1a() { 6 ; CHECK-LABEL: @test1a(
|
| /llvm-project-15.0.7/llvm/test/Transforms/SCCP/ |
| H A D | ipsccp-cycles.ll | 4 define internal i32 @test1a(i32 %A, i32 %b) { 5 ; CHECK-LABEL: @test1a( 10 ; CHECK-NEXT: [[R:%.*]] = call i32 @test1a(i32 [[X]], i32 [[B]]) 20 %r = call i32 @test1a(i32 %X, i32 %b) 29 ; CHECK-NEXT: [[X:%.*]] = call i32 @test1a(i32 17, i32 [[B:%.*]]) 32 %X = call i32 @test1a( i32 17, i32 %b)
|
| H A D | ipsccp-basic.ll | 6 define internal i32 @test1a(i32 %A) { 10 ; CHECK-LABEL: define internal i32 @test1a( 14 %X = call i32 @test1a( i32 17 )
|
| H A D | load-store-range.ll | 8 define void @test1a() { 9 ; CHECK-LABEL: @test1a(
|
| /llvm-project-15.0.7/llvm/test/Transforms/AlignmentFromAssumptions/ |
| H A D | start-unk.ll | 97 br i1 undef, label %test1a.exit, label %if.end.i124 102 test1a.exit: ; preds = %test1.exit 105 for.body137.lr.ph: ; preds = %test1a.exit 135 if.end150: ; preds = %test1b.exit, %test1a.exit, %if.then126…
|
| /llvm-project-15.0.7/llvm/test/Transforms/PhaseOrdering/ |
| H A D | scev.ll | 37 ; CHECK: test1a 40 define void @test1a(i64 %d, i32* %p) nounwind uwtable ssp {
|
| H A D | scev-custom-dl.ll | 40 ; CHECK: test1a 43 define void @test1a(i32 %d, i32* %p) nounwind uwtable ssp {
|
| /llvm-project-15.0.7/clang/test/PCH/ |
| H A D | cxx11-inheriting-ctors.cpp | 49 Test test1a(42); variable
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Thumb/ |
| H A D | branchless-cmp.ll | 3 define i32 @test1a(i32 %a, i32 %b) { 8 ; CHECK-LABEL: test1a:
|
| /llvm-project-15.0.7/llvm/test/Transforms/InstCombine/ |
| H A D | call.ll | 7 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)
|
| H A D | select_arithmetic.ll | 8 define float @test1a(i1 zeroext %arg) #0 { 9 ; CHECK-LABEL: @test1a(
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | source_location_err.cpp | 8 auto test1a = __builtin_source_location(); // expected-error {{'std::source_location::__impl' was n… variable
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Thumb2/ |
| H A D | thumb2-pack.ll | 12 ; CHECK: test1a 14 define i32 @test1a(i32 %X, i32 %Y) {
|
| /llvm-project-15.0.7/llvm/test/Transforms/InstCombine/PowerPC/ |
| H A D | aligned-altivec.ll | 22 define <4 x i32> @test1a(<4 x i32>* align 16 %h) #0 { 28 ; CHECK-LABEL: @test1a
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | new.cpp | 236 void test1a(void *p) { in test1a() function
|
| /llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/ |
| H A D | ctr-minmaxnum.ll | 66 define void @test1a(float %f, float* %fp) { 82 ; CHECK-LABEL: test1a:
|