Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/CodeGen/
Dbuiltins-ppc-fma.c5 typedef __attribute__((vector_size(4 * sizeof(float)))) float vec_float; typedef
9 volatile vec_float vf;
Dbuiltins-ppc-fpconstrained.c15 typedef __attribute__((vector_size(4 * sizeof(float)))) float vec_float; typedef
19 volatile vec_float vf;
Dbuiltins-ppc-altivec.c1316 res_vf = vec_float(vi); in test6()
1320 res_vf = vec_float(vui); in test6()
/external/llvm-project/clang/test/CodeGen/SystemZ/
Dbuiltins-systemz-vector3-error.c14 typedef __attribute__((vector_size(16))) float vec_float; typedef
25 volatile vec_float vf;
Dbuiltins-systemz-vector2-constrained.c6 typedef __attribute__((vector_size(16))) float vec_float; typedef
9 volatile vec_float vf;
Dbuiltins-systemz-vector3.c14 typedef __attribute__((vector_size(16))) float vec_float; typedef
25 volatile vec_float vf;
Dbuiltins-systemz-zvector3-constrained.c88 vf = vec_float(vsi); in test_float()
91 vf = vec_float(vui); in test_float()
Dbuiltins-systemz-vector2-error.c14 typedef __attribute__((vector_size(16))) float vec_float; typedef
25 volatile vec_float vf;
Dbuiltins-systemz-vector2.c14 typedef __attribute__((vector_size(16))) float vec_float; typedef
25 volatile vec_float vf;
Dbuiltins-systemz-zvector3.c448 vf = vec_float(vsi); in test_float()
451 vf = vec_float(vui); in test_float()
/external/llvm-project/clang/test/Modules/Inputs/
Dmodule_private_left.h22 vector<float> vec_float; variable
/external/clang/test/Modules/Inputs/
Dmodule_private_left.h22 vector<float> vec_float; variable
/external/llvm-project/llvm/test/Transforms/InstCombine/
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>
181 %vec_float = insertelement <vscale x 4 x float> undef, float %f, i32 0
182 %vec_int = bitcast <vscale x 4 x float> %vec_float to <vscale x 4 x i32>
/external/llvm-project/clang/lib/Headers/
Dvecintrin.h9032 vec_float(__vector signed int __a) { in vec_float() function
9037 vec_float(__vector unsigned int __a) { in vec_float() function
Daltivec.h3214 vec_float(vector signed int __a) { in vec_float() function
3219 vec_float(vector unsigned int __a) { in vec_float() function