Lines Matching refs:CLASS
1 //===-- TargetLoweringBase.cpp - Implement the TargetLoweringBase class ---===//
10 // This implements the TargetLoweringBase class.
824 /// specified register class are all legal.
834 /// findRepresentativeClass - Return the largest legal super-reg register class
835 /// of the register class for the specified type and its associated "cost".
848 // Find the first legal register class with the largest spill size.
876 // Find the largest integer register class.
1019 // Determine the 'representative' register class for each value type.
1020 // An representative register class is the largest (meaning one which is
1021 // not a sub-register class / subreg register class) legal register class for
1043 /// legal first class types. For example, MVT::v8f32 maps to 2 MVT::v4f32
1179 #define HANDLE_INST(NUM, OPCODE, CLASS) OPCODE = NUM,