Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/
H A Dbrig-to-generic.cc273 m_total_group_segment_usage += m_cf->m_local_group_variables.size (); in analyze()
295 m_total_group_segment_usage += m_cf->m_local_group_variables.size (); in analyze()
690 if (!m_cf->m_local_group_variables.has_variable (name)) in add_group_variable()
691 m_cf->m_local_group_variables.add (name, size, alignment); in add_group_variable()
H A Dbrig-function.h237 group_variable_offset_index m_local_group_variables; variable
H A Dbrig-branch-inst-handler.cc126 m_local_group_variables.size())); in operator ()()
H A Dbrig-code-entry-handler.cc81 if (m_parent.m_cf->m_local_group_variables.has_variable (var_name)) in build_code_ref()
258 if (m_parent.m_cf->m_local_group_variables.has_variable (var_name)) in build_address_operand()
H A Dbrig-function.cc881 if (m_local_group_variables.has_variable (name)) in group_variable_segment_offset()
882 return m_local_group_variables.segment_offset (name); in group_variable_segment_offset()