Searched refs:test5a (Results 1 – 17 of 17) sorted by relevance
| /llvm-project-15.0.7/llvm/test/Transforms/DeadStoreElimination/ |
| H A D | PartialStore.ll | 57 declare void @test5a(i32*) 65 call void @test5a(i32* %A) 70 ; CHECK-NEXT: call void @test5a 81 call void @test5a(i32* %A) 86 ; CHECK-NEXT: call void @test5a
|
| /llvm-project-15.0.7/llvm/test/Transforms/SCCP/ |
| H A D | ipsccp-cycles.ll | 165 define internal i32 @test5a(i8* %arg, i32 %arg1, i32 %arg2) { 166 ; CHECK-LABEL: @test5a( 171 ; CHECK-NEXT: [[TMP4:%.*]] = tail call i32 @test5a(i8* [[ARG]], i32 0, i32 -1) 182 %tmp4 = tail call i32 @test5a(i8* %arg, i32 %arg1, i32 %arg2) 193 ; CHECK-NEXT: [[TMP:%.*]] = tail call i32 @test5a(i8* [[PTR:%.*]], i32 0, i32 -1) 197 %tmp = tail call i32 @test5a(i8* %ptr, i32 0, i32 -1)
|
| H A D | ipsccp-basic.ll | 128 define internal {i64,i64} @test5a() { 135 %a = invoke {i64,i64} @test5a()
|
| H A D | load-store-range.ll | 238 define void @test5a() { 239 ; CHECK-LABEL: @test5a(
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | extern-redecl.c | 50 void test5a(void) { in test5a() function
|
| H A D | compare.c | 295 void test5a(struct bitfield a) { in test5a() function
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | pack.ll | 50 ; CHECK: test5a 52 define i32 @test5a(i32 %X, i32 %Y) {
|
| H A D | constantpool-promote.ll | 68 ; CHECK-LABEL: @test5a 70 define void @test5a() #0 {
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | source_location_err.cpp | 85 auto test5a = fn1<>(); // expected-error {{no matching function for call to 'fn1'}} variable
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Thumb2/ |
| H A D | thumb2-pack.ll | 59 ; CHECK: test5a 61 define i32 @test5a(i32 %X, i32 %Y) {
|
| /llvm-project-15.0.7/llvm/test/Transforms/InstCombine/ |
| H A D | call.ll | 86 declare i32 @test5a() 90 ; CHECK: %X = call i32 @test5a() 92 %X = call i32 @test5a( ) ; <i32> [#uses=1]
|
| H A D | crash.ll | 130 define i32 @test5a() { 136 %r = invoke i32 @test5a() to label %exit unwind label %unwind
|
| /llvm-project-15.0.7/llvm/test/Transforms/MemCpyOpt/ |
| H A D | memcpy.ll | 257 declare void @test5a(%struct.S* align 16 byval(%struct.S)) nounwind ssp 269 ; CHECK-NEXT: call void @test5a(%struct.S* byval([[STRUCT_S]]) align 16 [[Y]]) 278 call void @test5a(%struct.S* align 16 byval(%struct.S) %y)
|
| /llvm-project-15.0.7/llvm/test/Transforms/LICM/ |
| H A D | guards.ll | 526 define void @test5a(i1 %c, i32* %p, i32* %q) { 527 ; CHECK-LABEL: @test5a(
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | stack-protector.ll | 646 ; test5a: no arrays / no nested arrays 649 define void @test5a(ptr %a) { 651 ; LINUX-I386-LABEL: test5a: 655 ; LINUX-X64-LABEL: test5a: 659 ; LINUX-KERNEL-X64-LABEL: test5a: 663 ; DARWIN-X64-LABEL: test5a: 667 ; MSVC-I386-LABEL: test5a: 671 ; MINGW-X64-LABEL: test5a:
|
| /llvm-project-15.0.7/llvm/test/Analysis/BasicAA/ |
| H A D | cs-cs.ll | 239 define void @test5a(i8* noalias %P, i8* noalias %Q, i8* noalias %R) nounwind ssp { 247 ; CHECK-LABEL: Function: test5a:
|
| /llvm-project-15.0.7/llvm/test/Transforms/ObjCARC/ |
| H A D | basic.ll | 369 ; CHECK-LABEL: define void @test5a( 373 define void @test5a(i32* %x, i1 %q, i8* %y) nounwind {
|