Searched refs:g_clause_local_end (Results 1 – 3 of 3) sorted by relevance
267 while (color < g_clause_local_end) { in scalar_clause_local_allocation()284 if (color == g_clause_local_end) in scalar_clause_local_allocation()
409 if (alu.dst.sel >= g_clause_local_start && alu.dst.sel < g_clause_local_end) { in emit_alu_op()1188 if (write && d.sel() > g_clause_local_end) { in copy_dst()1247 if (s.sel() >= g_clause_local_start && s.sel() < g_clause_local_end ) { in copy_src()1267 assert(value.sel() < g_clause_local_end && "Only have 123 reisters + 4 clause local"); in visit()
20 static const int g_clause_local_end = 128; variable