/llvm-project/clang/test/CodeGen/PowerPC/ |
H A D | altivec.c | 34 vector float vf; in test2() local 52 vector float vf; in test3() local
|
H A D | builtins-ppc-fma.c | 9 volatile vec_float vf; variable
|
H A D | builtins-ppc-fpconstrained.c | 22 volatile vec_float vf; variable
|
/llvm-project/clang/test/CodeGen/ |
H A D | matrix-type-operators-fast-math.c | 40 void add_matrix_scalar_double_float(dx5x5_t a, float vf) { in add_matrix_scalar_double_float() argument 53 void add_compound_matrix_scalar_double_float(dx5x5_t a, float vf) { in add_compound_matrix_scalar_double_float() argument 66 void subtract_compound_matrix_scalar_double_float(dx5x5_t a, float vf) { in subtract_compound_matrix_scalar_double_float() argument [all...] |
H A D | matrix-type-operators.c | 84 void add_matrix_scalar_double_float(dx5x5_t a, float vf) { in add_matrix_scalar_double_float() argument 99 void add_compound_matrix_scalar_double_float(dx5x5_t a, float vf) { in add_compound_matrix_scalar_double_float() argument 114 subtract_compound_matrix_scalar_double_float(dx5x5_t a,float vf) subtract_compound_matrix_scalar_double_float() argument 169 add_matrix_scalar_float_float(fx2x3_t b,float vf) add_matrix_scalar_float_float() argument 183 add_compound_matrix_scalar_float_float(fx2x3_t b,float vf) add_compound_matrix_scalar_float_float() argument 196 subtract_compound_matrix_scalar_float_float(fx2x3_t b,float vf) subtract_compound_matrix_scalar_float_float() argument [all...] |
/llvm-project/clang/test/CodeGenCUDA/ |
H A D | vtbl.cu | 11 __device__ virtual void vf() {} in vf() function
|
/llvm-project/clang/test/CodeGen/SystemZ/ |
H A D | builtins-systemz-vector2-constrained.c | 9 volatile vec_float vf; variable
|
H A D | builtins-systemz-zvector4.c | 23 volatile vector float vf; variable
|
H A D | builtins-systemz-zvector4-error.c | 20 volatile vector float vf; variable
|
H A D | builtins-systemz-zvector3-constrained.c | 17 volatile vector float vf; variable
|
H A D | builtins-systemz-vector4.c | 25 volatile vec_float vf; variable
|
H A D | builtins-systemz-vector4-error.c | 25 volatile vec_float vf; variable
|
H A D | builtins-systemz-zvector2-constrained.c | 18 volatile vector float vf; variable
|
H A D | builtins-systemz-vector3-error.c | 25 volatile vec_float vf; variable
|
H A D | builtins-systemz-vector2-error.c | 25 volatile vec_float vf; variable
|
H A D | builtins-systemz-vector3.c | 25 volatile vec_float vf; variable
|
H A D | builtins-systemz-vector2.c | 25 volatile vec_float vf; variable
|
/llvm-project/clang/test/Modules/ |
H A D | submodules.cpp | 16 vector<float> vf; variable
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | type-metadata-memfun.cpp | 20 void S1::vf() {} in vf() function in S1
|
H A D | constructor-for-array-members.cpp | 9 float vf = 1.00; variable
|
/llvm-project/clang/test/SemaCXX/ |
H A D | altivec.cpp | 17 vector float vf; in test_vec_step() local 63 vector float vf; in test2() local
|
H A D | destructor.cpp | 264 VF vf; use(vf); in nowarnstack() local 328 VF* vf = new VF(); in nowarn0() local 333 void nowarn0_explicit_dtor(F* f, VB* vb, VD* vd, VF* vf) { in nowarn0_explicit_dtor() argument 403 simple_ptr<VF> vf(new VF()); in nowarn1() local
|
/llvm-project/compiler-rt/test/cfi/cross-dso/ |
H A D | stats.cpp | 15 virtual void vf() {} in vf() function
|
/llvm-project/compiler-rt/test/cfi/ |
H A D | stats.cpp | 14 virtual void vf() {} in vf() function
|
/llvm-project/clang/test/Sema/ |
H A D | altivec-init.c | 21 vector float vf; in foo() local
|