Home
last modified time | relevance | path

Searched refs:test5a (Results 1 – 17 of 17) sorted by relevance

/llvm-project-15.0.7/llvm/test/Transforms/DeadStoreElimination/
H A DPartialStore.ll57 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 Dipsccp-cycles.ll165 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 Dipsccp-basic.ll128 define internal {i64,i64} @test5a() {
135 %a = invoke {i64,i64} @test5a()
H A Dload-store-range.ll238 define void @test5a() {
239 ; CHECK-LABEL: @test5a(
/llvm-project-15.0.7/clang/test/Sema/
H A Dextern-redecl.c50 void test5a(void) { in test5a() function
H A Dcompare.c295 void test5a(struct bitfield a) { in test5a() function
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Dpack.ll50 ; CHECK: test5a
52 define i32 @test5a(i32 %X, i32 %Y) {
H A Dconstantpool-promote.ll68 ; CHECK-LABEL: @test5a
70 define void @test5a() #0 {
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dsource_location_err.cpp85 auto test5a = fn1<>(); // expected-error {{no matching function for call to 'fn1'}} variable
/llvm-project-15.0.7/llvm/test/CodeGen/Thumb2/
H A Dthumb2-pack.ll59 ; CHECK: test5a
61 define i32 @test5a(i32 %X, i32 %Y) {
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A Dcall.ll86 declare i32 @test5a()
90 ; CHECK: %X = call i32 @test5a()
92 %X = call i32 @test5a( ) ; <i32> [#uses=1]
H A Dcrash.ll130 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 Dmemcpy.ll257 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 Dguards.ll526 define void @test5a(i1 %c, i32* %p, i32* %q) {
527 ; CHECK-LABEL: @test5a(
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dstack-protector.ll646 ; 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 Dcs-cs.ll239 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 Dbasic.ll369 ; CHECK-LABEL: define void @test5a(
373 define void @test5a(i32* %x, i1 %q, i8* %y) nounwind {