/external/llvm-project/llvm/test/Transforms/LowerTypeTests/ |
D | cfi-direct-call1.ll | 28 %fptr1 = select i1 %cmp.i, i32 ()* @local_func1, i32 ()* @local_func2 30 %0 = bitcast i32 ()* %fptr1 to i8* 33 %call2 = tail call i32 %fptr1() 58 ; FULL: %fptr1 = select i1 %cmp.i, i32 ()* @local_func1, i32 ()* @local_func2 84 ; THIN: %fptr1 = select i1 %cmp.i, i32 ()* @local_func1, i32 ()* @local_func2
|
/external/llvm-project/llvm/test/ThinLTO/X86/ |
D | devirt_local_same_guid.ll | 55 %fptr1 = load i32 (%struct.A*, i32)*, i32 (%struct.A*, i32)** %2, align 8 58 ; CHECK-IR1: %call = tail call i32 %fptr1 59 %call = tail call i32 %fptr1(%struct.A* nonnull %obj, i32 %a)
|
D | devirt_promote_legacy.ll | 40 %fptr1 = load i32 (%struct.A*, i32)*, i32 (%struct.A*, i32)** %2, align 8 44 %call = tail call i32 %fptr1(%struct.A* nonnull %obj, i32 %a)
|
D | devirt_promote.ll | 58 %fptr1 = load i32 (%struct.A*, i32)*, i32 (%struct.A*, i32)** %2, align 8 62 %call = tail call i32 %fptr1(%struct.A* nonnull %obj, i32 %a)
|
D | devirt_external_comdat_same_guid.ll | 69 %fptr1 = load i32 (%struct.A*, i32)*, i32 (%struct.A*, i32)** %2, align 8 73 %call = tail call i32 %fptr1(%struct.A* nonnull %obj, i32 %a)
|
D | devirt_vcall_vis_public.ll | 155 %fptr1 = load i32 (%struct.A*, i32)*, i32 (%struct.A*, i32)** %2, align 8 159 ; CHECK-NODEVIRT-IR: %call = tail call i32 %fptr1 160 %call = tail call i32 %fptr1(%struct.A* nonnull %obj, i32 %a)
|
D | devirt_vcall_vis_hidden.ll | 86 %fptr1 = load i32 (%struct.A*, i32)*, i32 (%struct.A*, i32)** %2, align 8 90 %call = tail call i32 %fptr1(%struct.A* nonnull %obj, i32 %a)
|
D | devirt.ll | 153 %fptr1 = load i32 (%struct.A*, i32)*, i32 (%struct.A*, i32)** %2, align 8 157 %call = tail call i32 %fptr1(%struct.A* nonnull %obj, i32 %a)
|
D | devirt2.ll | 238 %fptr1 = load i32 (%struct.A*, i32)*, i32 (%struct.A*, i32)** %2, align 8 244 %call = tail call i32 %fptr1(%struct.A* nonnull %obj, i32 %a)
|
/external/llvm-project/llvm/test/Transforms/WholeProgramDevirt/ |
D | import-no-dominating-assume.ll | 17 %fptr1 = load i8*, i8** %fptrptr1 18 %fptr1_casted = bitcast i8* %fptr1 to i32 (i8*, i32)*
|
/external/clang/test/SemaTemplate/ |
D | instantiate-type.cpp | 17 X<float*>::typeof_expr &fptr1 = fptr0; variable
|
/external/llvm-project/clang/test/SemaTemplate/ |
D | instantiate-type.cpp | 17 X<float*>::typeof_expr &fptr1 = fptr0; variable
|
/external/clang/test/CXX/except/except.spec/ |
D | p1.cpp | 39 void (*fptr1)() noexcept; variable
|
/external/llvm-project/clang/test/CXX/except/except.spec/ |
D | p1.cpp | 39 void (*fptr1)() noexcept; variable
|
/external/llvm-project/lld/test/ELF/lto/ |
D | devirt_vcall_vis_public.ll | 75 %fptr1 = load i32 (%struct.A*, i32)*, i32 (%struct.A*, i32)** %2, align 8 79 ; CHECK-NODEVIRT-IR: %call = tail call i32 %fptr1 80 %call = tail call i32 %fptr1(%struct.A* nonnull %obj, i32 %a)
|
/external/llvm-project/llvm/test/tools/gold/X86/ |
D | devirt_vcall_vis_public.ll | 88 %fptr1 = load i32 (%struct.A*, i32)*, i32 (%struct.A*, i32)** %2, align 8 92 ; CHECK-NODEVIRT-IR: %call = tail call i32 %fptr1 93 %call = tail call i32 %fptr1(%struct.A* nonnull %obj, i32 %a)
|
/external/llvm-project/llvm/test/CodeGen/AMDGPU/ |
D | indirect-call.ll | 5 @gv.fptr1 = external hidden unnamed_addr addrspace(4) constant void(i32)*, align 4 183 ; GCN-NEXT: s_add_u32 s14, s14, gv.fptr1@rel32@lo+4 184 ; GCN-NEXT: s_addc_u32 s15, s15, gv.fptr1@rel32@hi+12 195 %fptr = load void(i32)*, void(i32)* addrspace(4)* @gv.fptr1
|
/external/llvm/test/Transforms/SROA/ |
D | basictest.ll | 1536 %fptr1 = bitcast i8* %gep1 to float* 1539 store float 0.0, float* %fptr1
|
/external/llvm-project/llvm/test/Transforms/SROA/ |
D | basictest.ll | 1638 %fptr1 = bitcast i8* %gep1 to float* 1641 store float 0.0, float* %fptr1
|