Searched defs:array_entry (Results 1 – 3 of 3) sorted by relevance
38 struct array_entry { in allocate_registers() struct39 unsigned index; in allocate_registers()40 unsigned length; in allocate_registers()41 int ncomponents; in allocate_registers()43 bool operator()(const array_entry& a, const array_entry& b) const in allocate_registers()
1056 for (const auto& array_entry : model.GetArrayMap()) { in CheckEachArray() local1092 for (const auto& array_entry : model.GetArrayMap()) { in CheckOperatorOrdering() local1117 for (const auto& array_entry : model->GetArrayMap()) { in FixOperatorOrdering() local2279 for (const auto& array_entry : model.GetArrayMap()) { in CheckFinalDataTypesSatisfied() local
370 nir_constant **array_entry = (*dest)++; in flatten_constant_initializer() local