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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/midgard/
H A Dmidgard_compile.c2819 midgard_instruction *next_op = mir_next_op(ins); local in function:schedule_bundle
2821 if ((struct list_head *) next_op != &block->instructions && next_op->type == TAG_LOAD_STORE_4) {
2825 if (can_run_concurrent_ssa(ins, next_op) || true) {
3402 midgard_instruction *next_op = mir_next_op(ins); local in function:midgard_pair_load_store
3403 if (&next_op->link != &block->instructions) {
3404 if (next_op->type == TAG_LOAD_STORE_4) {

Completed in 8 milliseconds