Home
last modified time | relevance | path

Searched refs:test2a (Results 1 – 25 of 27) sorted by relevance

12

/llvm-project/clang/test/CodeGen/
H A Dbyval-memcpy-elim.c29 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 Dipsccp-basic.ll31 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 Dload-store-range.ll55 define void @test2a() {
56 ; CHECK-LABEL: @test2a(
/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.creation/
H A Dforward_as_tuple.pass.cpp49 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 Dbranchless-cmp.ll27 define i32 @test2a(i32 %a, i32 %b) {
32 ; CHECK-LABEL: test2a:
/llvm-project/llvm/test/CodeGen/X86/
H A Dbranchfolding-debug-invariant.mir68 name: test2a
73 ; CHECK-LABEL: name: test2a
H A Dstack-protector.ll194 ; 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 Dcxx11-inheriting-ctors.cpp51 Test2<int> test2a(42); variable
/llvm-project/llvm/test/Transforms/PhaseOrdering/
H A DPR6627.ll53 define void @test2a(ptr %arrayidx) nounwind ssp {
88 ; CHECK-LABEL: @test2a(
/llvm-project/clang/test/CodeGenCXX/
H A Dunknown-anytype.cpp32 float test2a() { in test2a() function
/llvm-project/llvm/test/Transforms/GlobalOpt/
H A Datomic.ll16 define void @test2a() {
/llvm-project/clang/test/SemaCXX/
H A Dsource_location_err.cpp28 auto test2a = __builtin_source_location(); // expected-error {{'std::source_location::__impl' was n… variable
H A Dcoreturn.cpp93 int test2a(bool b) { in test2a() function
/llvm-project/llvm/test/Transforms/InstCombine/
H A Dcall.ll47 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 Dselect-gep.ll74 define ptr @test2a(ptr %p, i64 %x, i64 %y) {
75 ; CHECK-LABEL: @test2a(
/llvm-project/llvm/test/Transforms/DeadStoreElimination/
H A Dmemintrinsics.ll33 define void @test2a(ptr %A, ptr %B) {
34 ; CHECK-LABEL: @test2a(
/llvm-project/clang/test/Parser/
H A Dlax-conv.cpp59 void test2a(vector unsigned char ArgImplicitConvAddConst) { in test2a() function
/llvm-project/llvm/test/CodeGen/PowerPC/
H A Dctr-minmaxnum.ll136 define void @test2a(float %f, ptr %fp) {
152 ; CHECK-LABEL: test2a:
/llvm-project/llvm/test/CodeGen/Generic/
H A Daddr-label.ll31 define i32 @test2a() nounwind {
/llvm-project/llvm/test/Analysis/BasicAA/
H A Dmodref.ll56 define i8 @test2a(ptr %P) {
57 ; CHECK-LABEL: @test2a(
/llvm-project/llvm/test/CodeGen/Lanai/
H A Dpeephole-compare.mir24 # 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 Daligned-altivec.ll50 define <4 x i32> @test2a(ptr align 16 %h, <4 x i32> %d) #0 {
/llvm-project/clang/test/SemaObjCXX/
H A Dparameterized_classes_arc.mm79 void test2a() { test2_temp<id>(); } function
/llvm-project/llvm/test/Transforms/EarlyCSE/
H A Dbasic.ll52 define i32 @test2a(ptr%P, i1 %b) {
53 ; CHECK-LABEL: @test2a(
/llvm-project/llvm/test/Transforms/ObjCARC/
H A Dallocas.ll204 ; CHECK: define void @test2a(ptr %x)
211 define void @test2a(ptr %x) {

12