Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/
H A Dbrig-to-generic.cc300 m_total_group_segment_usage += m_module_group_variables.size (); in analyze()
685 if (!m_module_group_variables.has_variable (name)) in add_group_variable()
686 m_module_group_variables.add (name, size, alignment); in add_group_variable()
H A Dbrig-to-generic.h125 group_variable_offset_index m_module_group_variables; variable
H A Dbrig-function.cc726 m_parent->m_module_group_variables.size())); in emit_launcher_and_metadata()
884 gcc_assert (m_parent->m_module_group_variables.has_variable (name)); in group_variable_segment_offset()
885 return m_parent->m_module_group_variables.segment_offset (name); in group_variable_segment_offset()