Lines Matching refs:ir3
24 #include "ir3.h"
45 ir3_alloc(struct ir3 *shader, int sz)
50 struct ir3 *
53 struct ir3 *shader = rzalloc(v, struct ir3);
65 ir3_destroy(struct ir3 *shader)
223 struct ir3 *shader = v->ir;
336 reg_create(struct ir3 *shader, int num, int flags)
348 struct ir3 *shader = block->shader;
359 ir3_block_create(struct ir3 *shader)
516 struct ir3 *shader = instr->block->shader;
528 struct ir3 *shader = instr->block->shader;
538 ir3_reg_clone(struct ir3 *shader, struct ir3_register *reg)
561 struct ir3 *ir = instr->block->shader;
589 ir3_clear_mark(struct ir3 *ir)
597 ir3_count_instructions(struct ir3 *ir)
620 ir3_count_instructions_ra(struct ir3 *ir)
634 ir3_lookup_array(struct ir3 *ir, unsigned id)
643 ir3_find_ssa_uses(struct ir3 *ir, void *mem_ctx, bool falsedeps)