Home
last modified time | relevance | path

Searched refs:test3a (Results 1 – 23 of 23) sorted by relevance

/llvm-project-15.0.7/llvm/test/Transforms/SCCP/
H A Dipsccp-cycles.ll66 define internal i32 @test3a(i32 %a) {
67 ; CHECK-LABEL: @test3a(
92 ; CHECK-NEXT: [[V1:%.*]] = call i32 @test3a(i32 0)
95 ; CHECK-NEXT: [[V2:%.*]] = call i32 @test3a(i32 [[V1]])
97 ; CHECK-NEXT: [[V4:%.*]] = call i32 @test3a(i32 [[V3]])
104 %v1 = call i32 @test3a(i32 0)
108 %v2 = call i32 @test3a(i32 %v1)
110 %v4 = call i32 @test3a(i32 %v3)
H A Dipsccp-basic.ll53 define void @test3a() {
58 ; CHECK-LABEL: define void @test3a(
H A Dload-store-range.ll115 define void @test3a() {
116 ; CHECK-LABEL: @test3a(
/llvm-project-15.0.7/clang/test/Sema/
H A Dvector-assign.c50 void test3a(longlongvec *); // expected-note{{passing argument to parameter here}}
52test3a(src); // expected-warning {{incompatible pointer types passing 'const unsigned int *' to p… in test3()
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dmethod-lookup-3.m59 struct test3a { int x, y; }; struct
61 @interface Test3A - (struct test3a) test3; @end
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dcomplex-strictfp.c32 void test3a(void) { in test3a() function
/llvm-project-15.0.7/clang/test/PCH/
H A Dcxx11-inheriting-ctors.cpp53 Test3<Base> test3a(42); variable
/llvm-project-15.0.7/llvm/test/CodeGen/Thumb/
H A Dbranchless-cmp.ll51 define i32 @test3a(i32 %a, i32 %b) {
56 ; CHECK-LABEL: test3a:
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A Dcall.ll59 define void @test3a(i8, ...) {unreachable }
64 ; CHECK: call void (i8, ...) @test3a(i8 %A, i32 %1)
66 call void bitcast (void (i8, ...)* @test3a to void (i8, i8)*)( i8 %A, i8 %B)
H A Dselect-gep.ll136 define i32* @test3a([4 x i32]* %p, i64 %x, i64 %y) {
137 ; CHECK-LABEL: @test3a(
H A Drem.ll215 define i1 @test3a(i32 %A) {
216 ; CHECK-LABEL: @test3a(
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dctr-minmaxnum.ll182 define void @test3a(double %f, double* %fp) {
198 ; CHECK-LABEL: test3a:
H A Dmem_update.ll38 define i16* @test3a(i16* %X, i64* %dest) nounwind {
/llvm-project-15.0.7/clang/test/CXX/class.access/class.friend/
H A Dp1.cpp169 namespace test3a { namespace
/llvm-project-15.0.7/llvm/test/Analysis/BasicAA/
H A Dmodref.ll86 define void @test3a(i8* %P, i8 %X) {
87 ; CHECK-LABEL: @test3a(
H A Dcs-cs.ll180 define void @test3a(i8* noalias %P, i8* noalias %Q) #3 {
187 ; CHECK-LABEL: Function: test3a:
/llvm-project-15.0.7/clang/test/SemaObjCXX/
H A Dparameterized_classes_arc.mm88 template <class T> PC1<const T> *test3a(); // expected-error {{type argument 'const T' cannot be qu… function
/llvm-project-15.0.7/llvm/test/Transforms/EarlyCSE/
H A Dbasic.ll87 define i32 @test3a(ptr%P, i1 %Cond, i1 %b) {
88 ; CHECK-LABEL: @test3a(
/llvm-project-15.0.7/llvm/test/Transforms/ObjCARC/
H A Dallocas.ll345 ; CHECK: define void @test3a() {
364 define void @test3a() {
/llvm-project-15.0.7/llvm/test/Transforms/Attributor/
H A Dheap_to_stack_gpu.ll98 define void @test3a(i8* %p) {
99 ; IS________OPM-LABEL: define {{[^@]+}}@test3a
106 ; IS________NPM-LABEL: define {{[^@]+}}@test3a
H A Dheap_to_stack.ll168 define void @test3a(i8* %p) {
169 ; IS________OPM-LABEL: define {{[^@]+}}@test3a
176 ; IS________NPM-LABEL: define {{[^@]+}}@test3a
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dstack-protector.ll336 ; test3a: array of [4 x i8]
339 define void @test3a(ptr %a) {
341 ; LINUX-I386-LABEL: test3a:
345 ; LINUX-X64-LABEL: test3a:
349 ; LINUX-KERNEL-X64-LABEL: test3a:
353 ; DARWIN-X64-LABEL: test3a:
357 ; MSVC-I386-LABEL: test3a:
361 ; MINGW-X64-LABEL: test3a:
/llvm-project-15.0.7/llvm/test/Transforms/SimpleLoopUnswitch/
H A Dnontrivial-unswitch.ll305 define i32 @test3a(i1* %ptr, i1 %cond1, i32* %a.ptr, i32* %b.ptr) {
306 ; CHECK-LABEL: @test3a(
360 ; in-loop predecessors. This is the same as @test3a but with the reversed order