Home
last modified time | relevance | path

Searched refs:vec_float (Results 1 – 17 of 17) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGen/PowerPC/
H A Dbuiltins-ppc-fma.c5 typedef __attribute__((vector_size(4 * sizeof(float)))) float vec_float; typedef
9 volatile vec_float vf;
H A Dbuiltins-ppc-fpconstrained.c18 typedef __attribute__((vector_size(4 * sizeof(float)))) float vec_float; typedef
22 volatile vec_float vf;
H A Dbuiltins-ppc-altivec.c1322 res_vf = vec_float(vi); in test6()
1326 res_vf = vec_float(vui); in test6()
/llvm-project-15.0.7/clang/test/CodeGen/SystemZ/
H A Dbuiltins-systemz-vector3-error.c14 typedef __attribute__((vector_size(16))) float vec_float; typedef
25 volatile vec_float vf;
H A Dbuiltins-systemz-vector4.c14 typedef __attribute__((vector_size(16))) float vec_float; typedef
25 volatile vec_float vf;
H A Dbuiltins-systemz-vector4-error.c14 typedef __attribute__((vector_size(16))) float vec_float; typedef
25 volatile vec_float vf;
H A Dbuiltins-systemz-vector2-constrained.c6 typedef __attribute__((vector_size(16))) float vec_float; typedef
9 volatile vec_float vf;
H A Dbuiltins-systemz-vector3.c14 typedef __attribute__((vector_size(16))) float vec_float; typedef
25 volatile vec_float vf;
H A Dbuiltins-systemz-zvector3-constrained.c88 vf = vec_float(vsi); in test_float()
91 vf = vec_float(vui); in test_float()
H A Dbuiltins-systemz-vector2-error.c14 typedef __attribute__((vector_size(16))) float vec_float; typedef
25 volatile vec_float vf;
H A Dbuiltins-systemz-vector2.c14 typedef __attribute__((vector_size(16))) float vec_float; typedef
25 volatile vec_float vf;
H A Dbuiltins-systemz-zvector3.c448 vf = vec_float(vsi); in test_float()
451 vf = vec_float(vui); in test_float()
/llvm-project-15.0.7/clang/test/Modules/Inputs/
H A Dmodule_private_left.h22 vector<float> vec_float; variable
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A Dvscale_extractelement-inseltpoison.ll31 %vec_float = insertelement <vscale x 4 x float> poison, float %f, i32 0
32 %vec_int = bitcast <vscale x 4 x float> %vec_float to <vscale x 4 x i32>
187 %vec_float = insertelement <vscale x 4 x float> poison, float %f, i32 0
188 %vec_int = bitcast <vscale x 4 x float> %vec_float to <vscale x 4 x i32>
H A Dvscale_extractelement.ll27 %vec_float = insertelement <vscale x 4 x float> undef, float %f, i32 0
28 %vec_int = bitcast <vscale x 4 x float> %vec_float to <vscale x 4 x i32>
151 %vec_float = insertelement <vscale x 4 x float> undef, float %f, i32 0
152 %vec_int = bitcast <vscale x 4 x float> %vec_float to <vscale x 4 x i32>
/llvm-project-15.0.7/clang/lib/Headers/
H A Dvecintrin.h9126 vec_float(__vector signed int __a) { in vec_float() function
9131 vec_float(__vector unsigned int __a) { in vec_float() function
H A Daltivec.h3567 vec_float(vector signed int __a) { in vec_float() function
3572 vec_float(vector unsigned int __a) { in vec_float() function