Home
last modified time | relevance | path

Searched refs:isFixed_ (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/amd/compiler/
H A Daco_ir.h491 : reg_(PhysReg{128}), isTemp_(false), isFixed_(true), isConstant_(false), isKill_(false), in Operand()
762 constexpr bool isFixed() const noexcept { return isFixed_; }
768 isFixed_ = reg != unsigned(-1);
898 uint8_t isFixed_ : 1; member
923 : temp(Temp(0, s1)), reg_(0), isFixed_(0), isKill_(0), isPrecise_(0), isNUW_(0), isNoCSE_(0) in Definition()
949 constexpr bool isFixed() const noexcept { return isFixed_; }
955 isFixed_ = 1;
981 uint8_t isFixed_ : 1; member

Completed in 4 milliseconds