Home | History | Annotate | Download | only in TableGen

Lines Matching defs:EnumValue

62     const unsigned EnumValue;
123 return A.EnumValue < B.EnumValue;
129 unsigned EnumValue;
260 return A.EnumValue < B.EnumValue;
264 return A.EnumValue == B.EnumValue;
271 // Bit mask of sub-classes including this, indexed by their EnumValue.
274 // first. This is the same as sorting by EnumValue.
301 unsigned EnumValue;
343 return SubClasses.test(RC->EnumValue);
370 // EnumValue.
374 // getSuperClasses - Returns a list of super classes ordered by EnumValue.
602 return Reg->EnumValue - 1;