Home
last modified time | relevance | path

Searched refs:hasHint (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/amd/compiler/
Daco_live_var_analysis.cpp123 if ((definition.isFixed() || definition.hasHint()) && definition.physReg() == vcc) in process_live_temps_per_block()
196 if ((definition.isFixed() || definition.hasHint()) && definition.physReg() == vcc) in process_live_temps_per_block()
Daco_ir.h854 constexpr bool hasHint() const noexcept in hasHint() function
Daco_register_allocation.cpp2194 if (definition->hasHint() && register_file[definition->physReg().reg()] == 0) in register_allocation()