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

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_register_allocation.cpp1163 if (op.isTemp() && op.isFirstKillBeforeDef() && bounds.contains(op.physReg()) &&
1271 if (op.isTemp() && op.isFirstKillBeforeDef() && op.getTemp().type() == rc.type()) {
1286 if (op.isTemp() && op.isFirstKillBeforeDef())
1732 if (instr->operands[i].isTemp() && instr->operands[i].isFirstKillBeforeDef() &&
1743 if (!instr->operands[i].isTemp() || !instr->operands[i].isFirstKillBeforeDef() ||
2307 instr->operands[0].isFirstKillBeforeDef())
2353 if (op.isTemp() && op.isFirstKillBeforeDef() && def.regClass() == op.regClass()) {
2488 phi->operands[idx].isFirstKillBeforeDef()) {
2533 if (op.isTemp() && op.isFirstKillBeforeDef())
2613 if (op.isTemp() && op.isFirstKillBeforeDef())
[all...]
H A Daco_validate.cpp1025 if (op.isFirstKillBeforeDef()) {
H A Daco_ir.h831 constexpr bool isFirstKillBeforeDef() const noexcept { return isFirstKill() && !isLateKill(); } function in class:aco::Operand

Completed in 12 milliseconds