Searched refs:ir3_delayslots (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/ |
| H A D | ir3_depth.c | 82 int ir3_delayslots(struct ir3_instruction *assigner, function in typeref:typename:int 157 sd = ir3_delayslots(src, instr, i) + src->depth;
|
| H A D | ir3_sched.c | 293 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 D | ir3.h | 1005 int ir3_delayslots(struct ir3_instruction *assigner,
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/ |
| H A D | ir3_delay.c | 59 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 D | ir3_postsched.c | 398 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 D | ir3_sched.c | 999 unsigned d = ir3_delayslots(src, instr, i, true);
|
| H A D | ir3.h | 1620 int ir3_delayslots(struct ir3_instruction *assigner,
|
Completed in 12 milliseconds