Lines Matching refs:ir3_block
346 insert_instr(struct ir3_block *block, struct ir3_instruction *instr)
358 struct ir3_block *
361 struct ir3_block *block = ir3_alloc(shader, sizeof(*block));
372 ir3_block_add_predecessor(struct ir3_block *block, struct ir3_block *pred)
378 ir3_block_add_physical_predecessor(struct ir3_block *block,
379 struct ir3_block *pred)
385 ir3_block_remove_predecessor(struct ir3_block *block, struct ir3_block *pred)
401 ir3_block_remove_physical_predecessor(struct ir3_block *block, struct ir3_block *pred)
417 ir3_block_get_pred_index(struct ir3_block *block, struct ir3_block *pred)
429 instr_create(struct ir3_block *block, opc_t opc, int ndst, int nsrc)
453 ir3_instr_create(struct ir3_block *block, opc_t opc, int ndst, int nsrc)
582 ir3_block_clear_mark(struct ir3_block *block)