Home
last modified time | relevance | path

Searched refs:isLateKill (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/amd/compiler/
Daco_live_var_analysis.cpp67 if (op.isTemp() && op.isLateKill() && op.isFirstKill()) in get_temp_registers()
168 if (operand.isLateKill()) in process_live_temps_per_block()
Daco_ir.h691 constexpr bool isLateKill() const noexcept in isLateKill() function
724 return isKill() && !isLateKill(); in isKillBeforeDef()
729 return isFirstKill() && !isLateKill(); in isFirstKillBeforeDef()
Daco_print_ir.cpp169 if (operand->isLateKill()) in print_operand()
Daco_validate.cpp885 if (op.isLateKill() && op.isFirstKill()) { in validate_ra()
Daco_register_allocation.cpp2254 if (op.isTemp() && op.isFirstKill() && op.isLateKill()) in register_allocation()