Searched refs:void_test (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | musttail-tailcc.ll | 50 define dso_local tailcc void @void_test(i32, i32, i32, i32) { 51 ; X64-LABEL: void_test: 53 ; X64-NEXT: jmp void_test # TAILCALL 55 ; X32-LABEL: void_test: 66 ; X32-NEXT: jmp void_test # TAILCALL 68 musttail call tailcc void @void_test( i32 %0, i32 %1, i32 %2, i32 %3)
|
| H A D | tailcall-swifttailcc.ll | 51 define dso_local swifttailcc void @void_test(i32, i32, i32, i32) { 52 ; CHECK-LABEL: void_test: 53 ; CHECK: jmp void_test 55 musttail call swifttailcc void @void_test( i32 %0, i32 %1, i32 %2, i32 %3)
|
| H A D | tailcall-tailcc.ll | 97 define dso_local tailcc void @void_test(i32, i32, i32, i32) { 98 ; X64-LABEL: void_test: 104 ; X64-NEXT: jmp void_test # TAILCALL 106 ; X32-LABEL: void_test: 121 ; X32-NEXT: jmp void_test # TAILCALL 123 tail call tailcc void @void_test( i32 %0, i32 %1, i32 %2, i32 %3)
|
| H A D | tailcall.ll | 64 define dso_local fastcc void @void_test(i32, i32, i32, i32) { 65 ; CHECK-LABEL: void_test: 80 ; CHECK-NEXT: jmp void_test # TAILCALL 82 tail call fastcc void @void_test( i32 %0, i32 %1, i32 %2, i32 %3)
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | cxx2a-consteval.cpp | 255 consteval void void_test() {} in void_test() function 258 void_test(); in void_call()
|
| /llvm-project-15.0.7/llvm/test/MC/GOFF/ |
| H A D | ppa1.ll | 4 ; CHECK: @@EPM_void_test_0: * @void_test 31 define void @void_test() {
|
| /llvm-project-15.0.7/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/ |
| H A D | noncopyable_return_type.pass.cpp | 77 void void_test() in void_test() function 140 void_test(); in main()
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | constant-expression-cxx14.cpp | 1055 constexpr int void_test = (Void(0), 1); variable
|