Home
last modified time | relevance | path

Searched refs:call_foo (Results 1 – 16 of 16) sorted by relevance

/llvm-project-15.0.7/lld/test/wasm/Inputs/
H A Dimport-attributes.s3 .globl call_foo
4 call_foo: label
5 .functype call_foo () -> ()
H A Dsig_mismatch.s8 .globl call_foo
9 call_foo: label
10 .functype call_foo () -> (i32)
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dppc32-pic.ll7 declare i32 @call_foo(i32, ...)
12 …%call = call i32 (i32, ...) @call_foo(i32 %0, i32 0, i32 1, i32 2, i32 4, i32 8, i32 16, i32 32, i…
29 ; SMALL: bl call_foo@PLT{{$}}
H A Dppc32-pic-large.ll15 declare i32 @call_foo(i32, ...)
20 …%call = call i32 (i32, ...) @call_foo(i32 %0, i32 0, i32 1, i32 2, i32 4, i32 8, i32 16, i32 32, i…
50 ; LARGE-SECUREPLT: bl call_foo@PLT+32768
/llvm-project-15.0.7/llvm/test/LTO/X86/
H A Dmix-opaque-typed.ll5 ; RUN: -r %t-typed.bc,call_foo,px -r %t-typed.bc,foo,l \
14 define i64 @call_foo(i64* %p) {
15 ; CHECK-LABEL: define i64 @call_foo(ptr nocapture readonly %p) local_unnamed_addr #0 {
/llvm-project-15.0.7/llvm/test/Instrumentation/AddressSanitizer/
H A Dmusttail.ll11 define i32 @call_foo(i32* %a) sanitize_address {
18 ; CHECK-LABEL: define i32 @call_foo(i32* %a)
/llvm-project-15.0.7/llvm/test/CodeGen/NVPTX/
H A DTailDuplication-convergent.ll29 ; CHECK: .func call_foo
32 define void @call_foo(i32* %a, i32* %b, i1 %cond, i1 %cond2) nounwind {
/llvm-project-15.0.7/lld/test/wasm/
H A Dsignature-mismatch-relocatable.s39 # CHECK-NEXT: Name: call_foo
57 # CHECK-NEXT: Name: call_foo
H A Dimport-attribute-mismatch.s3 # RUN: not wasm-ld --export call_foo --allow-undefined -o %t.wasm %t1.o %t2.o 2>&1 | FileCheck %s
/llvm-project-15.0.7/llvm/test/Transforms/SafeStack/X86/
H A Dmusttail.ll10 define i32 @call_foo(i32* %a) safestack {
11 ; CHECK-LABEL: @call_foo(
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-arg-order.cpp34 void call_foo() { in call_foo() function
/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Linux/
H A Dinit_fini_sections.cpp21 void (*call_foo)(void) = &foo; variable
/llvm-project-15.0.7/llvm/test/CodeGen/WebAssembly/
H A Dadd-prototypes-opaque-ptrs.ll12 ; CHECK-LABEL: @call_foo
14 define void @call_foo(i32 %a) {
H A Dadd-prototypes.ll12 ; CHECK-LABEL: @call_foo
14 define void @call_foo(i32 %a) {
/llvm-project-15.0.7/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dfixed-expansion.cpp72 void call_foo(Foo<int, float> foo_if, Foo<int> foo_i) { in call_foo() function
/llvm-project-15.0.7/llvm/test/Transforms/SimplifyCFG/X86/
H A Dsink-common-code.ll1384 ; CHECK: call_foo:
1393 br i1 %c, label %call_foo, label %call_bar
1395 call_foo:
1414 br i1 %c, label %call_foo, label %call_bar
1416 call_foo: