Home | History | Annotate | Download | only in TableGen

Lines Matching defs:EnumValue

44     const unsigned EnumValue;
58 // Order CodeGenSubRegIndex pointers by EnumValue.
63 return A->EnumValue < B->EnumValue;
113 unsigned EnumValue;
208 // Order CodeGenRegister pointers by EnumValue.
213 return A->EnumValue < B->EnumValue;
246 // Bit mask of sub-classes including this, indexed by their EnumValue.
249 // first. This is the same as sorting by EnumValue.
275 unsigned EnumValue;
312 return SubClasses.test(RC->EnumValue);
338 // EnumValue.
342 // getSuperClasses - Returns a list of super classes ordered by EnumValue.
560 return Reg->EnumValue - 1;