Home
last modified time | relevance | path

Searched refs:ptrf (Results 1 – 15 of 15) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGen/SystemZ/
H A Dbuiltins-systemz-zvector2-error.c55 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 Dbuiltins-systemz-zvector3-constrained.c26 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 Dbuiltins-systemz-zvector2-constrained.c27 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 Dbuiltins-systemz-zvector2.c58 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 Dbuiltins-systemz-zvector-constrained.c23 float * volatile ptrf; variable
228 vec_st2f(vd, ptrf); in test_float()
H A Dbuiltins-systemz-zvector3.c58 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 Dbuiltins-systemz-zvector3-error.c55 float * volatile ptrf; variable
H A Dbuiltins-systemz-zvector-error.c53 float * volatile ptrf; variable
H A Dbuiltins-systemz-zvector.c56 float * volatile ptrf; variable
4463 vec_st2f(vd, ptrf); in test_float()
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dlocal-atomics-fp.ll39 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 Dlds-atomic-fadd.ll14 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 Dlds-atomic-fmin-fmax.ll20 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 Delemental01.f9048 real, pointer :: ptrf local
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dmember-pointer.cpp125 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 Dmasked-memory-ops.ll51 %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…