Searched defs:array_entry (Results 1 – 3 of 3) sorted by relevance
58 struct array_entry { in allocate_registers() struct59 unsigned index; in allocate_registers()60 unsigned length; in allocate_registers()61 int ncomponents; in allocate_registers()63 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
371 nir_constant **array_entry = (*dest)++; in flatten_constant_initializer() local