reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/MIRVRegNamerUtils.cpp
   34   bool isReg() const { return Type == RSE_Reg; }
   35   bool isFrameIndex() const { return Type == RSE_FrameIndex; }
   36   bool isCandidate() const { return Type == RSE_NewCandidate; }
   38   VRType getType() const { return Type; }