/llvm-project/clang/test/CodeGen/ |
H A D | byval-memcpy-elim.c | 29 void test2a(struct Test3S q); 35 test2a(*q); in test2() 50 test2a(a); in test3() 51 test2a(b); in test3()
|
/llvm-project/llvm/test/Transforms/SCCP/ |
H A D | ipsccp-basic.ll | 31 define internal i32 @test2a(i32 %A) { 32 ; CHECK-LABEL: define internal i32 @test2a 36 ; CHECK-NEXT: [[B:%.*]] = call i32 @test2a(i32 0) 42 %B = call i32 @test2a( i32 0 ) 45 %C.upgrd.1 = call i32 @test2a(i32 1) 51 ; CHECK-NEXT: [[X:%.*]] = call i32 @test2a(i32 0) 54 %X = call i32 @test2a(i32 0)
|
H A D | load-store-range.ll | 55 define void @test2a() { 56 ; CHECK-LABEL: @test2a(
|
/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.creation/ |
H A D | forward_as_tuple.pass.cpp | 49 test2a(const Tuple& t) in test2a() function 82 test2a(std::forward_as_tuple(i, c)); in main()
|
/llvm-project/llvm/test/CodeGen/Thumb/ |
H A D | branchless-cmp.ll | 27 define i32 @test2a(i32 %a, i32 %b) { 32 ; CHECK-LABEL: test2a:
|
/llvm-project/llvm/test/CodeGen/X86/ |
H A D | branchfolding-debug-invariant.mir | 68 name: test2a 73 ; CHECK-LABEL: name: test2a
|
H A D | stack-protector.ll | 194 ; test2a: struct { [16 x i8] } 197 define void @test2a(ptr %a) { 199 ; LINUX-I386-LABEL: test2a: 203 ; LINUX-X64-LABEL: test2a: 207 ; LINUX-KERNEL-X64-LABEL: test2a: 211 ; DARWIN-X64-LABEL: test2a: 215 ; MSVC-I386-LABEL: test2a: 219 ; MINGW-X64-LABEL: test2a:
|
/llvm-project/clang/test/PCH/ |
H A D | cxx11-inheriting-ctors.cpp | 51 Test2<int> test2a(42); variable
|
/llvm-project/llvm/test/Transforms/PhaseOrdering/ |
H A D | PR6627.ll | 53 define void @test2a(ptr %arrayidx) nounwind ssp { 88 ; CHECK-LABEL: @test2a(
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | unknown-anytype.cpp | 32 float test2a() { in test2a() function
|
/llvm-project/llvm/test/Transforms/GlobalOpt/ |
H A D | atomic.ll | 16 define void @test2a() {
|
/llvm-project/clang/test/SemaCXX/ |
H A D | source_location_err.cpp | 28 auto test2a = __builtin_source_location(); // expected-error {{'std::source_location::__impl' was n… variable
|
H A D | coreturn.cpp | 93 int test2a(bool b) { in test2a() function
|
/llvm-project/llvm/test/Transforms/InstCombine/ |
H A D | call.ll | 47 define void @test2a(i8 %A) { 48 ; CHECK-LABEL: define void @test2a 58 ; CHECK-NEXT: call void @test2a(i32 [[A]]) 61 call void @test2a( i32 %A )
|
H A D | select-gep.ll | 74 define ptr @test2a(ptr %p, i64 %x, i64 %y) { 75 ; CHECK-LABEL: @test2a(
|
/llvm-project/llvm/test/Transforms/DeadStoreElimination/ |
H A D | memintrinsics.ll | 33 define void @test2a(ptr %A, ptr %B) { 34 ; CHECK-LABEL: @test2a(
|
/llvm-project/clang/test/Parser/ |
H A D | lax-conv.cpp | 59 void test2a(vector unsigned char ArgImplicitConvAddConst) { in test2a() function
|
/llvm-project/llvm/test/CodeGen/PowerPC/ |
H A D | ctr-minmaxnum.ll | 136 define void @test2a(float %f, ptr %fp) { 152 ; CHECK-LABEL: test2a:
|
/llvm-project/llvm/test/CodeGen/Generic/ |
H A D | addr-label.ll | 31 define i32 @test2a() nounwind {
|
/llvm-project/llvm/test/Analysis/BasicAA/ |
H A D | modref.ll | 56 define i8 @test2a(ptr %P) { 57 ; CHECK-LABEL: @test2a(
|
/llvm-project/llvm/test/CodeGen/Lanai/ |
H A D | peephole-compare.mir | 24 # CHECK-LABEL: name: test2a 77 define i32 @test2a(i32 inreg %a, i32 inreg %b, i32 inreg %c, i32 inreg %d) { 354 name: test2a
|
/llvm-project/llvm/test/Transforms/InstCombine/PowerPC/ |
H A D | aligned-altivec.ll | 50 define <4 x i32> @test2a(ptr align 16 %h, <4 x i32> %d) #0 {
|
/llvm-project/clang/test/SemaObjCXX/ |
H A D | parameterized_classes_arc.mm | 79 void test2a() { test2_temp<id>(); } function
|
/llvm-project/llvm/test/Transforms/EarlyCSE/ |
H A D | basic.ll | 52 define i32 @test2a(ptr%P, i1 %b) { 53 ; CHECK-LABEL: @test2a(
|
/llvm-project/llvm/test/Transforms/ObjCARC/ |
H A D | allocas.ll | 204 ; CHECK: define void @test2a(ptr %x) 211 define void @test2a(ptr %x) {
|