Searched refs:vec_dst (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/compiler/nir/ |
D | nir_opt_combine_stores.c | 223 nir_deref_instr *vec_dst; in update_combined_store() local 227 vec_dst = dst; in update_combined_store() 238 vec_dst = nir_deref_instr_parent(dst); in update_combined_store() 240 if (index >= glsl_get_vector_elements(vec_dst->type)) { in update_combined_store() 250 struct combined_store *combo = find_matching_combined_store(state, vec_dst); in update_combined_store() 253 combo->dst = vec_dst; in update_combined_store()
|
D | nir_opt_copy_prop_vars.c | 994 nir_deref_instr *vec_dst = dst; in copy_prop_vars_block() local 996 vec_dst = nir_deref_instr_parent(dst); in copy_prop_vars_block() 997 unsigned vec_comps = glsl_get_vector_elements(vec_dst->type); in copy_prop_vars_block() 1029 get_entry_and_kill_aliases(copies, vec_dst, wrmask); in copy_prop_vars_block()
|
/external/llvm-project/clang/test/CodeGen/ |
D | builtins-ppc-error.c | 92 …vec_dst(&vsi, index, index); //expected-error {{argument to '__builtin_altivec_dst' must be a cons… in testDST() 93 vec_dst(&vsi, index, 5); //expected-error {{argument value 5 is outside the valid range [0, 3]}} in testDST()
|
D | builtins-ppc-altivec.c | 1360 vec_dst(&vsc, 0, 0); in test6()
|
/external/clang/test/CodeGen/ |
D | builtins-ppc-altivec.c | 1187 vec_dst(&vsc, 0, 0); in test6()
|
/external/clang/lib/Headers/ |
D | altivec.h | 2105 #define vec_dst(__PTR, __CW, __STR) \ macro
|
/external/llvm-project/clang/lib/Headers/ |
D | altivec.h | 3532 #define vec_dst(__PTR, __CW, __STR) \ macro
|