Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.modifying.operations/alg.fill/
H A Dfill_n.pass.cpp102 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 Dpmulld.ll15 define <4 x i32> @test1a(<4 x i32> %A, ptr%Bp) nounwind {
16 ; CHECK-LABEL: test1a:
19 ; WIN64-LABEL: test1a:
H A Dbranchfolding-debug-invariant.mir4 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 Dfast-isel-i1.ll4 declare i32 @test1a(i32)
10 %t = call i32 @test1a(i32 %y)
/llvm-project-15.0.7/llvm/test/Assembler/
H A Dinvalid-fwdref1.ll3 define i8* @test1() { ret i8* @test1a }
4 define void @test1a() { }
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dbyval-memcpy-elim.c14 void test1a(struct Test1S, struct Test2S);
19 test1a(*A, *B); in test1()
H A Dalignment.c23 int test1a(myint *p) { in test1a() function
/llvm-project-15.0.7/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.creation/
H A Dforward_as_tuple.pass.cpp31 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 Ddebugger-cast-result-to-id.mm4 extern __unknown_anytype test1a(); function
37 id x2 = test1a();
/llvm-project-15.0.7/llvm/test/Transforms/GlobalOpt/
H A Dcleanup-pointer-root-users.ll5 define void @test1a() {
6 ; CHECK-LABEL: @test1a(
/llvm-project-15.0.7/llvm/test/Transforms/SCCP/
H A Dipsccp-cycles.ll4 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 Dipsccp-basic.ll6 define internal i32 @test1a(i32 %A) {
10 ; CHECK-LABEL: define internal i32 @test1a(
14 %X = call i32 @test1a( i32 17 )
H A Dload-store-range.ll8 define void @test1a() {
9 ; CHECK-LABEL: @test1a(
/llvm-project-15.0.7/llvm/test/Transforms/AlignmentFromAssumptions/
H A Dstart-unk.ll97 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 Dscev.ll37 ; CHECK: test1a
40 define void @test1a(i64 %d, i32* %p) nounwind uwtable ssp {
H A Dscev-custom-dl.ll40 ; CHECK: test1a
43 define void @test1a(i32 %d, i32* %p) nounwind uwtable ssp {
/llvm-project-15.0.7/clang/test/PCH/
H A Dcxx11-inheriting-ctors.cpp49 Test test1a(42); variable
/llvm-project-15.0.7/llvm/test/CodeGen/Thumb/
H A Dbranchless-cmp.ll3 define i32 @test1a(i32 %a, i32 %b) {
8 ; CHECK-LABEL: test1a:
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A 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)
H A Dselect_arithmetic.ll8 define float @test1a(i1 zeroext %arg) #0 {
9 ; CHECK-LABEL: @test1a(
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dsource_location_err.cpp8 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 Dthumb2-pack.ll12 ; CHECK: test1a
14 define i32 @test1a(i32 %X, i32 %Y) {
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/PowerPC/
H A Daligned-altivec.ll22 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 Dnew.cpp236 void test1a(void *p) { in test1a() function
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dctr-minmaxnum.ll66 define void @test1a(float %f, float* %fp) {
82 ; CHECK-LABEL: test1a:

12