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

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_live_var_analysis.cpp39 if (!def.isTemp() || def.isKill())
61 if (def.isKill())
H A Daco_register_allocation.cpp1922 if (definition.isKill() || definition.isFixed())
1948 if (definition.isKill() || definition.isFixed())
1986 if (definition.isKill())
2367 if (instr->definitions[0].isKill() || instr->definitions[0].isFixed())
2385 if (op.isTemp() && op.isKill() && op.regClass() == instr->definitions[0].regClass()) {
2404 if (phi->definitions[0].isKill() || phi->definitions[0].isFixed())
2418 if (op.isTemp() && op.isKill() && op.regClass() == phi->definitions[0].regClass()) {
2703 if (def.isTemp() && def.isKill())
2757 if (def.isTemp() && !def.isKill())
H A Daco_print_ir.cpp178 if ((flags & print_kill) && operand->isKill())
200 if ((flags & print_kill) && definition->isKill())
H A Daco_lower_to_cssa.cpp127 if (op.isKill())
H A Daco_ir.h803 * instruction's definitions. Unlike isKill() and isFirstKill(), this is
816 constexpr bool isKill() const noexcept { return isKill_ || isFirstKill(); } function in class:aco::Operand
829 constexpr bool isKillBeforeDef() const noexcept { return isKill() && !isLateKill(); }
943 constexpr bool isKill() const noexcept { return isKill_; } function in class:aco::Definition
H A Daco_spill.cpp462 if (phi->definitions[0].isTemp() && phi->definitions[0].isKill() &&
878 assert(phi->operands[i].isKill());
H A Daco_validate.cpp1064 if (def.isKill()) {

Completed in 19 milliseconds