Searched refs:foo_if (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/clang/test/CXX/temp/temp.decls/temp.variadic/ |
| H A D | fixed-expansion.cpp | 72 void call_foo(Foo<int, float> foo_if, Foo<int> foo_i) { in call_foo() argument 73 tuple<int, float> &t1 = foo(foo_if); in call_foo()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/ |
| H A D | swifterror.ll | 109 ; "foo_if" is a function that takes a swifterror parameter, it sets swifterror 111 define float @foo_if(%swift_error** swifterror %error_ptr_ref, i32 %cc) { 112 ; CHECK-LABEL: foo_if: 120 ; CHECK-O0-LABEL: foo_if:
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/GlobalISel/ |
| H A D | swifterror.ll | 96 ; "foo_if" is a function that takes a swifterror parameter, it sets swifterror 98 define float @foo_if(%swift_error** swifterror %error_ptr_ref, i32 %cc) { 99 ; CHECK-LABEL: foo_if:
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | swifterror.ll | 276 ; "foo_if" is a function that takes a swifterror parameter, it sets swifterror 278 define float @foo_if(%swift_error** swifterror %error_ptr_ref, i32 %cc) { 279 ; CHECK-APPLE-LABEL: foo_if: 306 ; CHECK-O0-LABEL: foo_if: 331 ; CHECK-ANDROID-LABEL: foo_if:
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | swifterror.ll | 302 ; "foo_if" is a function that takes a swifterror parameter, it sets swifterror 304 define float @foo_if(ptr swifterror %error_ptr_ref, i32 %cc) { 305 ; CHECK-APPLE-LABEL: foo_if: 323 ; CHECK-O0-LABEL: foo_if: 344 ; CHECK-i386-LABEL: foo_if:
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | swifterror.ll | 416 ; "foo_if" is a function that takes a swifterror parameter, it sets swifterror 418 define float @foo_if(%swift_error** swifterror %error_ptr_ref, i32 %cc) { 419 ; CHECK-APPLE-LABEL: foo_if: 442 ; CHECK-O0-AARCH64-LABEL: foo_if: 471 ; CHECK-O0-ARM64_32-LABEL: foo_if:
|