Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/compiler/
Daco_ir.h896 : temp(Temp(0, s1)), reg_(0), isFixed_(0), hasHint_(0), isKill_(0), isPrecise_(0), isNUW_(0), in Definition()
935 hasHint_ = 1; in setHint()
939 constexpr bool hasHint() const noexcept { return hasHint_; } in hasHint()
964 uint8_t hasHint_ : 1; member