Searched refs:use_foo (Results 1 – 7 of 7) sorted by relevance
11 ; 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 …]
11 ; 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 …]
8 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()
7 define void @use_foo() {
9 // CHECK-NEXT: spv.func @use_foo27 spv.func @use_foo() -> f32 "None" {114 // CHECK-NEXT: spv.func @use_foo()130 spv.func @use_foo() -> (f32) "None" {
52 void use_foo() { in use_foo() function
13 declare void @use_foo(%struct.foo)150 call void @use_foo(%struct.foo %x)151 call void @use_foo(%struct.foo %y)