| /llvm-project-15.0.7/clang/test/CodeGen/PowerPC/ |
| H A D | builtins-ppc-fma.c | 5 typedef __attribute__((vector_size(4 * sizeof(float)))) float vec_float; typedef 9 volatile vec_float vf;
|
| H A D | builtins-ppc-fpconstrained.c | 18 typedef __attribute__((vector_size(4 * sizeof(float)))) float vec_float; typedef 22 volatile vec_float vf;
|
| H A D | builtins-ppc-altivec.c | 1322 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 D | builtins-systemz-vector3-error.c | 14 typedef __attribute__((vector_size(16))) float vec_float; typedef 25 volatile vec_float vf;
|
| H A D | builtins-systemz-vector4.c | 14 typedef __attribute__((vector_size(16))) float vec_float; typedef 25 volatile vec_float vf;
|
| H A D | builtins-systemz-vector4-error.c | 14 typedef __attribute__((vector_size(16))) float vec_float; typedef 25 volatile vec_float vf;
|
| H A D | builtins-systemz-vector2-constrained.c | 6 typedef __attribute__((vector_size(16))) float vec_float; typedef 9 volatile vec_float vf;
|
| H A D | builtins-systemz-vector3.c | 14 typedef __attribute__((vector_size(16))) float vec_float; typedef 25 volatile vec_float vf;
|
| H A D | builtins-systemz-zvector3-constrained.c | 88 vf = vec_float(vsi); in test_float() 91 vf = vec_float(vui); in test_float()
|
| H A D | builtins-systemz-vector2-error.c | 14 typedef __attribute__((vector_size(16))) float vec_float; typedef 25 volatile vec_float vf;
|
| H A D | builtins-systemz-vector2.c | 14 typedef __attribute__((vector_size(16))) float vec_float; typedef 25 volatile vec_float vf;
|
| H A D | builtins-systemz-zvector3.c | 448 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 D | module_private_left.h | 22 vector<float> vec_float; variable
|
| /llvm-project-15.0.7/llvm/test/Transforms/InstCombine/ |
| H A D | vscale_extractelement-inseltpoison.ll | 31 %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 D | vscale_extractelement.ll | 27 %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 D | vecintrin.h | 9126 vec_float(__vector signed int __a) { in vec_float() function 9131 vec_float(__vector unsigned int __a) { in vec_float() function
|
| H A D | altivec.h | 3567 vec_float(vector signed int __a) { in vec_float() function 3572 vec_float(vector unsigned int __a) { in vec_float() function
|