Searched refs:VRType (Results 1 – 1 of 1) sorted by relevance
75 enum VRType { RSE_Reg = 0, RSE_FrameIndex, RSE_NewCandidate }; enum77 VRType type;82 TypedVReg(VRType type) : type(type), reg(~0U) { in TypedVReg()90 VRType getType() const { return type; } in getType()