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