Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/compiler/
Daco_live_var_analysis.cpp121 if ((definition.isFixed() || definition.hasHint()) && definition.physReg() == vcc) in process_live_temps_per_block()
192 if ((definition.isFixed() || definition.hasHint()) && definition.physReg() == vcc) in process_live_temps_per_block()
Daco_ir.h939 constexpr bool hasHint() const noexcept { return hasHint_; } in hasHint() function
Daco_register_allocation.cpp2642 if (definition->hasHint() && in register_allocation()