Home
last modified time | relevance | path

Searched refs:use_foo (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dmixed-ptr-sizes.ll11 ; void use_foo(Foo *f);
14 ; use_foo(f);
18 ; use_foo(f);
22 ; use_foo(f);
26 ; use_foo(f);
30 ; use_foo(f);
37 ; use_foo(f);
58 tail call void @use_foo(ptr %f)
79 tail call void @use_foo(ptr %f)
97 tail call void @use_foo(ptr %f)
[all …]
H A Dmixed-ptr-sizes-i686.ll11 ; void use_foo(Foo *f);
14 ; use_foo(f);
18 ; use_foo(f);
22 ; use_foo(f);
26 ; use_foo(f);
30 ; use_foo(f);
37 ; use_foo(f);
41 ; use_foo(f);
75 tail call void @use_foo(ptr %f)
99 tail call void @use_foo(ptr %f)
[all …]
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dms-mixed-ptr-sizes.c8 void use_foo(struct Foo *f);
15 use_foo(f); in test_sign_ext()
23 use_foo(f); in test_zero_ext()
31 use_foo(f); in test_trunc()
39 use_foo(f); in test_noop()
48 use_foo(f); in test_other()
/llvm-project-15.0.7/llvm/test/Linker/
H A D2003-04-23-LinkOnceLost.ll7 define void @use_foo() {
/llvm-project-15.0.7/mlir/test/Dialect/SPIRV/Linking/ModuleCombiner/
H A Ddeduplication.mlir9 // CHECK-NEXT: spv.func @use_foo
27 spv.func @use_foo() -> f32 "None" {
114 // CHECK-NEXT: spv.func @use_foo()
130 spv.func @use_foo() -> (f32) "None" {
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Ddebug-info-codeview-display-name.cpp52 void use_foo() { in use_foo() function
/llvm-project-15.0.7/llvm/test/Transforms/LoadStoreVectorizer/AMDGPU/
H A Dweird-type-accesses.ll13 declare void @use_foo(%struct.foo)
150 call void @use_foo(%struct.foo %x)
151 call void @use_foo(%struct.foo %y)