Home | History | Annotate | Download | only in TableGen

Lines Matching refs:EnumValue

44     const unsigned EnumValue;
58 // Order CodeGenSubRegIndex pointers by EnumValue.
63 return A->EnumValue < B->EnumValue;
112 unsigned EnumValue;
207 // Order CodeGenRegister pointers by EnumValue.
212 return A->EnumValue < B->EnumValue;
245 // Bit mask of sub-classes including this, indexed by their EnumValue.
248 // first. This is the same as sorting by EnumValue.
274 unsigned EnumValue;
311 return SubClasses.test(RC->EnumValue);
337 // EnumValue.
341 // getSuperClasses - Returns a list of super classes ordered by EnumValue.
562 return Reg->EnumValue - 1;