Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/compiler/
Daco_ir.h781 constexpr Definition() : temp(Temp(0, s1)), reg_(0), isFixed_(0), hasHint_(0), in Definition()
850 hasHint_ = 1; in setHint()
856 return hasHint_; in hasHint()
896 uint8_t hasHint_:1; member