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)
269 struct ir3 *shader = v->ir;
408 reg_create(struct ir3 *shader, int num, int flags)
420 struct ir3 *shader = block->shader;
431 ir3_block_create(struct ir3 *shader)
588 struct ir3 *shader = instr->block->shader;
600 struct ir3 *shader = instr->block->shader;
610 ir3_reg_clone(struct ir3 *shader, struct ir3_register *reg)
633 struct ir3 *ir = instr->block->shader;
661 ir3_clear_mark(struct ir3 *ir)
669 ir3_count_instructions(struct ir3 *ir)
692 ir3_count_instructions_ra(struct ir3 *ir)
706 ir3_lookup_array(struct ir3 *ir, unsigned id)
715 ir3_find_ssa_uses(struct ir3 *ir, void *mem_ctx, bool falsedeps)