Searched refs:constructor_vals (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/ |
H A D | brig-code-entry-handler.cc | 106 vec<constructor_elt, va_gc> *constructor_vals = NULL; in build_tree_operand() local 127 CONSTRUCTOR_APPEND_ELT (constructor_vals, NULL_TREE, element); in build_tree_operand() 134 return build_constructor (vec_type, constructor_vals); in build_tree_operand() 611 vec<constructor_elt, va_gc> *constructor_vals = NULL; in get_tree_cst_for_hsa_operand() local 658 CONSTRUCTOR_APPEND_ELT (constructor_vals, NULL_TREE, cst); in get_tree_cst_for_hsa_operand() 662 return build_constructor (type, constructor_vals); in get_tree_cst_for_hsa_operand() 1106 vec<constructor_elt, va_gc> *constructor_vals = NULL; in operator ()() local 1117 CONSTRUCTOR_APPEND_ELT (constructor_vals, NULL_TREE, output); in operator ()() 1124 tree vec = build_constructor (vec_type, constructor_vals); in operator ()() 1155 vec<constructor_elt, va_gc> *constructor_vals = NULL; in operator ()() local [all …]
|
H A D | brig-basic-inst-handler.cc | 670 vec<constructor_elt, va_gc> *constructor_vals = NULL; in operator ()() local 679 CONSTRUCTOR_APPEND_ELT (constructor_vals, NULL_TREE, cst); in operator ()() 682 tree mask = build_vector_from_ctor (mask_vec_type, constructor_vals); in operator ()() 721 vec<constructor_elt, va_gc> *constructor_vals = NULL; in build_lower_element_broadcast() local 727 CONSTRUCTOR_APPEND_ELT (constructor_vals, NULL_TREE, cst); in build_lower_element_broadcast() 730 tree mask = build_vector_from_ctor (mask_vec_type, constructor_vals); in build_lower_element_broadcast()
|
H A D | brig-function.cc | 1332 vec<constructor_elt, va_gc> *constructor_vals = NULL; in pack() local 1334 CONSTRUCTOR_APPEND_ELT (constructor_vals, NULL_TREE, elements.at (i)); in pack() 1340 tree vec = build_constructor (vec_type, constructor_vals); in pack()
|