Lines Matching defs:reg_
491 : reg_(PhysReg{128}), isTemp_(false), isFixed_(true), isConstant_(false), isKill_(false),
764 constexpr PhysReg physReg() const noexcept { return reg_; }
769 reg_ = reg;
774 constexpr bool isLiteral() const noexcept { return isConstant() && reg_ == 255; }
788 if (reg_ <= 192)
789 return reg_ - 128;
790 else if (reg_ <= 208)
791 return 0xFFFFFFFFFFFFFFFF - (reg_ - 193);
793 switch (reg_) {
894 PhysReg reg_;
923 : temp(Temp(0, s1)), reg_(0), isFixed_(0), isKill_(0), isPrecise_(0), isNUW_(0), isNoCSE_(0)
951 constexpr PhysReg physReg() const noexcept { return reg_; }
956 reg_ = reg;
978 PhysReg reg_;