Lines Matching defs:entries
271 /* For each physreg, the number of pending copy entries that use it as a
280 struct copy_entry entries[RA_MAX_FILE_SIZE];
301 struct copy_entry *new_entry = &ctx->entries[ctx->entry_count++];
321 struct copy_entry *entry = &ctx->entries[i];
346 struct copy_entry *entry = &ctx->entries[i];
373 struct copy_entry *entry = &ctx->entries[i];
423 struct copy_entry *entry = &ctx->entries[i];
442 struct copy_entry *blocking = &ctx->entries[j];
461 struct copy_entry *blocking = &ctx->entries[j];
475 struct copy_entry *entries, unsigned entry_count)
482 if (entries[i].flags & IR3_REG_SHARED)
483 ctx.entries[ctx.entry_count++] = entries[i];
493 if (!(entries[i].flags & IR3_REG_SHARED))
494 ctx.entries[ctx.entry_count++] = entries[i];
503 if (entries[i].flags & IR3_REG_HALF)
504 ctx.entries[ctx.entry_count++] = entries[i];
510 if (!(entries[i].flags & (IR3_REG_HALF | IR3_REG_SHARED)))
511 ctx.entries[ctx.entry_count++] = entries[i];