Searched defs:VRegInfo (Results 1 – 3 of 3) sorted by relevance
39 struct VRegInfo { struct40 enum uint8_t {42 } Kind = UNKNOWN;43 bool Explicit = false; ///< VReg was explicitly specified in the .mir file.44 union {47 } D;48 Register VReg;49 Register PreferredReg;
46 struct VRegInfo { struct57 const VRegInfo &getVRegInfo(unsigned RegIdx) const { in getVRegInfo() argument
79 VRegInfo; variable [all...]