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

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_live_var_analysis.cpp45 if (!op.isTemp() || !op.isFirstKill())
66 if (op.isTemp() && op.isLateKill() && op.isFirstKill())
H A Daco_scheduler.cpp194 if (improved_rar && op.isFirstKill())
230 if (op.isFirstKill())
289 if (improved_rar && op.isFirstKill()) {
365 if (op.isTemp() && (!improved_rar || op.isFirstKill()) && RAR_dependencies[op.tempId()])
H A Daco_ir.h803 * instruction's definitions. Unlike isKill() and isFirstKill(), this is
816 constexpr bool isKill() const noexcept { return isKill_ || isFirstKill(); }
826 * isFirstKill() is only returns true for the first one. */
827 constexpr bool isFirstKill() const noexcept { return isFirstKill_; } function in class:aco::Operand
831 constexpr bool isFirstKillBeforeDef() const noexcept { return isFirstKill() && !isLateKill(); }
H A Daco_validate.cpp874 instr->operands[i].isFirstKill())
1074 if (op.isLateKill() && op.isFirstKill()) {
H A Daco_register_allocation.cpp2297 if (op.isTemp() && op.isFirstKill() &&
2708 if (op.isTemp() && op.isFirstKill() && op.isLateKill())
2761 if (op.isTemp() && op.isFirstKill())
2808 if (op.isTemp() && op.isFirstKill())

Completed in 16 milliseconds