Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dhsa-brig.c949 if (m_tree_value != NULL_TREE) in emit_to_buffer()
952 if (TREE_CODE (m_tree_value) == STRING_CST) in emit_to_buffer()
953 *brig_repr_size = TREE_STRING_LENGTH (m_tree_value); in emit_to_buffer()
954 else if (TREE_CODE (m_tree_value) == CONSTRUCTOR) in emit_to_buffer()
956 = tree_to_uhwi (TYPE_SIZE_UNIT (TREE_TYPE (m_tree_value))); in emit_to_buffer()
965 if (TREE_CODE (m_tree_value) == VECTOR_CST) in emit_to_buffer()
968 int i, num = VECTOR_CST_NELTS (m_tree_value).to_constant (); in emit_to_buffer()
971 tree v = VECTOR_CST_ELT (m_tree_value, i); in emit_to_buffer()
979 else if (TREE_CODE (m_tree_value) == STRING_CST) in emit_to_buffer()
980 memcpy (brig_repr, TREE_STRING_POINTER (m_tree_value), in emit_to_buffer()
[all …]
H A Dhsa-dump.c730 if (imm->m_tree_value) in dump_hsa_immed()
731 print_generic_expr (f, imm->m_tree_value); in dump_hsa_immed()
H A Dhsa-common.h189 tree m_tree_value; variable
H A Dhsa-gen.c1123 m_tree_value = tree_val; in hsa_op_immed()
1126 if (TREE_CODE (m_tree_value) == CONSTRUCTOR) in hsa_op_immed()
1127 for (unsigned i = 0; i < CONSTRUCTOR_NELTS (m_tree_value); i++) in hsa_op_immed()
1129 tree v = CONSTRUCTOR_ELT (m_tree_value, i)->value; in hsa_op_immed()
1144 m_tree_value (NULL) in hsa_op_immed()