| /llvm-project-15.0.7/llvm/test/Transforms/SCCP/ |
| H A D | ipsccp-cycles.ll | 66 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 D | ipsccp-basic.ll | 53 define void @test3a() { 58 ; CHECK-LABEL: define void @test3a(
|
| H A D | load-store-range.ll | 115 define void @test3a() { 116 ; CHECK-LABEL: @test3a(
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | vector-assign.c | 50 void test3a(longlongvec *); // expected-note{{passing argument to parameter here}} 52 …test3a(src); // expected-warning {{incompatible pointer types passing 'const unsigned int *' to p… in test3()
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | method-lookup-3.m | 59 struct test3a { int x, y; }; struct 61 @interface Test3A - (struct test3a) test3; @end
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | complex-strictfp.c | 32 void test3a(void) { in test3a() function
|
| /llvm-project-15.0.7/clang/test/PCH/ |
| H A D | cxx11-inheriting-ctors.cpp | 53 Test3<Base> test3a(42); variable
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Thumb/ |
| H A D | branchless-cmp.ll | 51 define i32 @test3a(i32 %a, i32 %b) { 56 ; CHECK-LABEL: test3a:
|
| /llvm-project-15.0.7/llvm/test/Transforms/InstCombine/ |
| H A D | call.ll | 59 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 D | select-gep.ll | 136 define i32* @test3a([4 x i32]* %p, i64 %x, i64 %y) { 137 ; CHECK-LABEL: @test3a(
|
| H A D | rem.ll | 215 define i1 @test3a(i32 %A) { 216 ; CHECK-LABEL: @test3a(
|
| /llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/ |
| H A D | ctr-minmaxnum.ll | 182 define void @test3a(double %f, double* %fp) { 198 ; CHECK-LABEL: test3a:
|
| H A D | mem_update.ll | 38 define i16* @test3a(i16* %X, i64* %dest) nounwind {
|
| /llvm-project-15.0.7/clang/test/CXX/class.access/class.friend/ |
| H A D | p1.cpp | 169 namespace test3a { namespace
|
| /llvm-project-15.0.7/llvm/test/Analysis/BasicAA/ |
| H A D | modref.ll | 86 define void @test3a(i8* %P, i8 %X) { 87 ; CHECK-LABEL: @test3a(
|
| H A D | cs-cs.ll | 180 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 D | parameterized_classes_arc.mm | 88 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 D | basic.ll | 87 define i32 @test3a(ptr%P, i1 %Cond, i1 %b) { 88 ; CHECK-LABEL: @test3a(
|
| /llvm-project-15.0.7/llvm/test/Transforms/ObjCARC/ |
| H A D | allocas.ll | 345 ; CHECK: define void @test3a() { 364 define void @test3a() {
|
| /llvm-project-15.0.7/llvm/test/Transforms/Attributor/ |
| H A D | heap_to_stack_gpu.ll | 98 define void @test3a(i8* %p) { 99 ; IS________OPM-LABEL: define {{[^@]+}}@test3a 106 ; IS________NPM-LABEL: define {{[^@]+}}@test3a
|
| H A D | heap_to_stack.ll | 168 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 D | stack-protector.ll | 336 ; 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 D | nontrivial-unswitch.ll | 305 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
|