| /llvm-project-15.0.7/clang/test/CodeGen/SystemZ/ |
| H A D | builtins-systemz-zvector2-error.c | 55 float * volatile ptrf; variable 82 vec_scatter_element(vf, vui, ptrf, idx); // expected-error {{no matching function}} in test_core() 85 vec_scatter_element(vf, vui, ptrf, -1); // expected-error {{no matching function}} in test_core() 88 vec_scatter_element(vf, vui, ptrf, 4); // expected-error {{no matching function}} in test_core()
|
| H A D | builtins-systemz-zvector3-constrained.c | 26 float * volatile ptrf; variable 41 vec_xst(vec_revb(vf), idx, ptrf); in test_core() 73 vec_xst(vec_reve(vf), idx, ptrf); in test_core()
|
| H A D | builtins-systemz-zvector2-constrained.c | 27 float * volatile ptrf; variable 109 vec_scatter_element(vf, vui, ptrf, 0); in test_core() 111 vec_scatter_element(vf, vui, ptrf, 1); in test_core() 113 vec_scatter_element(vf, vui, ptrf, 2); in test_core() 115 vec_scatter_element(vf, vui, ptrf, 3); in test_core() 127 vec_xst(vf, idx, ptrf); in test_core()
|
| H A D | builtins-systemz-zvector2.c | 58 float * volatile ptrf; variable 161 vec_scatter_element(vf, vui, ptrf, 0); in test_core() 163 vec_scatter_element(vf, vui, ptrf, 1); in test_core() 165 vec_scatter_element(vf, vui, ptrf, 2); in test_core() 167 vec_scatter_element(vf, vui, ptrf, 3); in test_core() 179 vec_xst(vf, idx, ptrf); in test_core() 216 vec_store_len(vf, ptrf, idx); in test_core()
|
| H A D | builtins-systemz-zvector-constrained.c | 23 float * volatile ptrf; variable 228 vec_st2f(vd, ptrf); in test_float()
|
| H A D | builtins-systemz-zvector3.c | 58 float * volatile ptrf; variable 105 vec_xst(vec_revb(vf), idx, ptrf); in test_core() 247 vec_xst(vec_reve(vf), idx, ptrf); in test_core()
|
| H A D | builtins-systemz-zvector3-error.c | 55 float * volatile ptrf; variable
|
| H A D | builtins-systemz-zvector-error.c | 53 float * volatile ptrf; variable
|
| H A D | builtins-systemz-zvector.c | 56 float * volatile ptrf; variable 4463 vec_st2f(vd, ptrf); in test_float()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/ |
| H A D | local-atomics-fp.ll | 39 define amdgpu_kernel void @lds_ds_fadd(float addrspace(1)* %out, float addrspace(3)* %ptrf, i32 %id… 47 %a3 = atomicrmw fadd float addrspace(3)* %ptrf, float %a1 seq_cst 60 define amdgpu_kernel void @lds_ds_fadd_one_as(float addrspace(1)* %out, float addrspace(3)* %ptrf, … 68 %a3 = atomicrmw fadd float addrspace(3)* %ptrf, float %a1 syncscope("one-as") seq_cst
|
| H A D | lds-atomic-fadd.ll | 14 define amdgpu_kernel void @lds_ds_fadd(float addrspace(1)* %out, float addrspace(3)* %ptrf, i32 %id… 22 …%a3 = call float @llvm.amdgcn.ds.fadd.f32(float addrspace(3)* %ptrf, float %a1, i32 0, i32 0, i1 f…
|
| H A D | lds-atomic-fmin-fmax.ll | 20 define amdgpu_kernel void @lds_ds_fmin(float addrspace(5)* %out, float addrspace(3)* %ptrf, i32 %id… 303 …%a3 = call float @llvm.amdgcn.ds.fmin.f32(float addrspace(3)* %ptrf, float %a1, i32 0, i32 0, i1 f… 308 define amdgpu_kernel void @lds_ds_fmax(float addrspace(5)* %out, float addrspace(3)* %ptrf, i32 %id… 591 …%a3 = call float @llvm.amdgcn.ds.fmax.f32(float addrspace(3)* %ptrf, float %a1, i32 0, i32 0, i1 f… 596 define amdgpu_kernel void @lds_ds_fmin_f64(double addrspace(5)* %out, double addrspace(3)* %ptrf, i… 934 …%a3 = call double @llvm.amdgcn.ds.fmin.f64(double addrspace(3)* %ptrf, double %a1, i32 0, i32 0, i… 939 define amdgpu_kernel void @lds_ds_fmax_f64(double addrspace(5)* %out, double addrspace(3)* %ptrf, i… 1277 …%a3 = call double @llvm.amdgcn.ds.fmax.f64(double addrspace(3)* %ptrf, double %a1, i32 0, i32 0, i…
|
| /llvm-project-15.0.7/flang/test/Semantics/ |
| H A D | elemental01.f90 | 48 real, pointer :: ptrf local
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | member-pointer.cpp | 125 F f, *ptrf = &f; in h() local 127 …(void)(ptrf->*pai); // expected-error {{ambiguous conversion from derived class 'F' to base class … in h()
|
| /llvm-project-15.0.7/llvm/test/Transforms/PhaseOrdering/X86/ |
| H A D | masked-memory-ops.ll | 51 %ptrf = bitcast i8* %ptr to <8 x float>* 52 …tail call void @llvm.masked.store.v8f32.p0v8f32(<8 x float> %x, <8 x float>* %ptrf, i32 1, <8 x i1…
|