Searched refs:LAST_VALUETYPE (Results 1 – 7 of 7) sorted by relevance
416 LegalizeTypeAction ValueTypeActions[MVT::LAST_VALUETYPE];595 assert(ExtType < ISD::LAST_LOADEXT_TYPE && ValI < MVT::LAST_VALUETYPE && in getLoadExtAction()596 MemI < MVT::LAST_VALUETYPE && "Table isn't big enough!"); in getLoadExtAction()621 assert(ValI < MVT::LAST_VALUETYPE && MemI < MVT::LAST_VALUETYPE && in getTruncStoreAction()1859 const TargetRegisterClass *RegClassForVT[MVT::LAST_VALUETYPE];1860 unsigned char NumRegistersForVT[MVT::LAST_VALUETYPE];1861 MVT RegisterTypeForVT[MVT::LAST_VALUETYPE];1869 const TargetRegisterClass *RepRegClassForVT[MVT::LAST_VALUETYPE];1874 uint8_t RepRegClassCostForVT[MVT::LAST_VALUETYPE];1881 MVT TransformToType[MVT::LAST_VALUETYPE];[all …]
137 LAST_VALUETYPE = 68, // This always remains at the end of the list. enumerator194 SimpleTy < MVT::LAST_VALUETYPE); in isValid()684 return mvt_range(MVT::FIRST_VALUETYPE, MVT::LAST_VALUETYPE); in all_valuetypes()
770 memset(RegClassForVT, 0,MVT::LAST_VALUETYPE*sizeof(TargetRegisterClass*)); in initActions()1183 static_assert(MVT::LAST_VALUETYPE <= MVT::MAX_ALLOWED_VALUETYPE, in computeRegisterProperties()1187 for (unsigned i = 0; i != MVT::LAST_VALUETYPE; ++i) { in computeRegisterProperties()1357 for (unsigned i = 0; i != MVT::LAST_VALUETYPE; ++i) { in computeRegisterProperties()
69 assert(T < MVT::LAST_VALUETYPE || T == MVT::iPTR || T == MVT::iPTRAny); in isConcrete()
56 assert((VT < MVT::LAST_VALUETYPE || VT == MVT::iPTR || in TypeSet()
144 static_assert(MVT::LAST_VALUETYPE <= MVT::MAX_ALLOWED_VALUETYPE, in DAGTypeLegalizer()
6768 VTs.reserve(MVT::LAST_VALUETYPE); in EVTArray()6769 for (unsigned i = 0; i < MVT::LAST_VALUETYPE; ++i) in EVTArray()6786 assert(VT.getSimpleVT() < MVT::LAST_VALUETYPE && in getValueTypeList()