Searched refs:delay_calc_postra (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3_delay.c | 306 delay_calc_postra(struct ir3_block *block, struct ir3_instruction *start, in delay_calc_postra() function 368 unsigned pred_delay = delay_calc_postra(pred, NULL, consumer, distance, in delay_calc_postra() 394 return delay_calc_postra(block, NULL, instr, 0, soft, false, mergedregs); in ir3_delay_calc_postra() 405 return delay_calc_postra(block, NULL, instr, 0, false, true, mergedregs); in ir3_delay_calc_exact()
|