Lines Matching refs:ir3_block
418 insert_instr(struct ir3_block *block, struct ir3_instruction *instr)
430 struct ir3_block *
433 struct ir3_block *block = ir3_alloc(shader, sizeof(*block));
444 ir3_block_add_predecessor(struct ir3_block *block, struct ir3_block *pred)
450 ir3_block_add_physical_predecessor(struct ir3_block *block,
451 struct ir3_block *pred)
457 ir3_block_remove_predecessor(struct ir3_block *block, struct ir3_block *pred)
473 ir3_block_remove_physical_predecessor(struct ir3_block *block, struct ir3_block *pred)
489 ir3_block_get_pred_index(struct ir3_block *block, struct ir3_block *pred)
501 instr_create(struct ir3_block *block, opc_t opc, int ndst, int nsrc)
525 ir3_instr_create(struct ir3_block *block, opc_t opc, int ndst, int nsrc)
654 ir3_block_clear_mark(struct ir3_block *block)