Searched refs:fptr2 (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/ |
| H A D | replace-lds-by-ptr-indirect-call-selected_functions.ll | 113 ; CHECK: %fptr2 = load void (i16)*, void (i16)** @ptr_to_func2, align 8 115 ; CHECK: call void %fptr2(i16 3) 119 %fptr2 = load void (i16)*, void (i16)** @ptr_to_func2, align 8 121 call void %fptr2(i16 3) 141 ; CHECK: %fptr2 = load void (i16)*, void (i16)** @ptr_to_func2, align 8 143 ; CHECK: call void %fptr2(i16 6) 147 %fptr2 = load void (i16)*, void (i16)** @ptr_to_func2, align 8 149 call void %fptr2(i16 6)
|
| /llvm-project-15.0.7/llvm/test/Transforms/LowerTypeTests/ |
| H A D | cfi-direct-call1.ll | 29 %fptr2 = select i1 %cmp.i, i32 ()* @extern_weak, i32 ()* @extern_decl 34 %2 = bitcast i32 ()* %fptr2 to i8* 37 %call4 = tail call i32 %fptr2() 61 ; FULL: %fptr2 = select i1 %cmp.i, i32 ()* select (i1 icmp ne (i32 ()* @extern_weak, i32 ()* null),… 87 ; THIN: %fptr2 = select i1 %cmp.i, i32 ()* select (i1 icmp ne (i32 ()* @extern_weak, i32 ()* null),…
|
| /llvm-project-15.0.7/llvm/test/Transforms/WholeProgramDevirt/ |
| H A D | import-no-dominating-assume.ll | 29 %fptr2 = load i8*, i8** %fptrptr2 30 %fptr2_casted = bitcast i8* %fptr2 to i32 (i8*, i32)*
|
| /llvm-project-15.0.7/llvm/test/Bitcode/ |
| H A D | thinlto-type-vcalls.ll | 55 %fptr2 = load i8*, i8** %fptrptr2 56 %fptr_casted2 = bitcast i8* %fptr2 to void (i8*, i128)* 86 %fptr2 = load i8*, i8** %fptrptr2 87 %fptr_casted2 = bitcast i8* %fptr2 to void (i8*, i32)*
|
| /llvm-project-15.0.7/clang/test/CXX/except/except.spec/ |
| H A D | p1.cpp | 40 void (*fptr2)() noexcept (true); variable
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | cxx1z-class-template-argument-deduction.cpp | 589 template<class T> using fptr2 = fptr1<fptr1<T>>; typedef 603 template<class T> void foo2(fptr2<const T *>) { in foo2() 615 template<class T> void foo4(fptr2<const T *>) {} in foo4()
|
| /llvm-project-15.0.7/llvm/test/Assembler/ |
| H A D | opaque-ptr.ll | 11 ; CHECK: @fptr2 = external global ptr addrspace(1) 14 @fptr2 = external global ptr () addrspace(1)*
|