| H A D | aco_scheduler.cpp | 77 * Cursor for upwards moves, where a single instruction is moved below 116 /* for moving instructions after the first use of the current instruction upwards */ 557 perform_hazard_query(hazard_query* query, Instruction* instr, bool upwards) argument 560 if (!upwards && instr->opcode == aco_opcode::p_exit_early_if) 586 if (upwards)
|