Home | History | Annotate | Download | only in TableGen

Lines Matching refs:EnumValue

42     const unsigned EnumValue;
52 // Order CodeGenSubRegIndex pointers by EnumValue.
57 return A->EnumValue < B->EnumValue;
97 unsigned EnumValue;
192 // Order CodeGenRegister pointers by EnumValue.
197 return A->EnumValue < B->EnumValue;
233 // Bit mask of sub-classes including this, indexed by their EnumValue.
236 // first. This is the same as sorting by EnumValue.
262 unsigned EnumValue;
299 return SubClasses.test(RC->EnumValue);
325 // EnumValue.
329 // getSuperClasses - Returns a list of super classes ordered by EnumValue.
543 return Reg->EnumValue - 1;