Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/
H A Dbrig-code-entry-handler.cc524 tree tree_element_type = gccbrig_tree_type_for_hsa_type (element_type); in build_tree_cst_element() local
540 cst = build_real (tree_element_type, val); in build_tree_cst_element()
550 cst = build_real (tree_element_type, val); in build_tree_cst_element()
559 cst = build_int_cst (tree_element_type, low); in build_tree_cst_element()
568 cst = build_int_cstu (tree_element_type, low); in build_tree_cst_element()
609 tree tree_element_type = type; in get_tree_cst_for_hsa_operand() local
614 tree_element_type = TREE_TYPE (type); in get_tree_cst_for_hsa_operand()
623 if (VECTOR_TYPE_P (tree_element_type)) in get_tree_cst_for_hsa_operand()
628 = gccbrig_type_vector_subparts (tree_element_type); in get_tree_cst_for_hsa_operand()
645 cst = build_vector_from_ctor (tree_element_type, vec_els); in get_tree_cst_for_hsa_operand()