Searched refs:ir3_delayslots (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dir3_depth.c82 int ir3_delayslots(struct ir3_instruction *assigner, function in typeref:typename:int
157 sd = ir3_delayslots(src, instr, i) + src->depth;
H A Dir3_sched.c293 delay = ir3_delayslots(assigner, consumer, srcn);
296 delay = ir3_delayslots(assigner, consumer, srcn);
730 debug_assert(ir3_delayslots(ctx->pred, br, 0) == 6);
H A Dir3.h1005 int ir3_delayslots(struct ir3_instruction *assigner,
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_delay.c59 ir3_delayslots(struct ir3_instruction *assigner, function in typeref:typename:int
161 delay = ir3_delayslots(assigner, consumer, srcn, false);
235 unsigned delay = ir3_delayslots(assigner, consumer, consumer_n, soft);
H A Dir3_postsched.c398 unsigned d = ir3_delayslots(dep->instr, node->instr, src_n, true);
417 * src_n is the index passed into ir3_delayslots() for calculating the delay:
H A Dir3_sched.c999 unsigned d = ir3_delayslots(src, instr, i, true);
H A Dir3.h1620 int ir3_delayslots(struct ir3_instruction *assigner,

Completed in 12 milliseconds