/external/llvm/include/llvm/CodeGen/GlobalISel/ |
D | RegisterBankInfo.h | 359 assert(SVT < MVT::SimpleValueType::LAST_VALUETYPE && "Out-of-bound access"); in getRegBankForType() 374 new const RegisterBank *[MVT::SimpleValueType::LAST_VALUETYPE]); 376 &VTToRegBank[MVT::SimpleValueType::LAST_VALUETYPE], nullptr); 378 assert(SVT < MVT::SimpleValueType::LAST_VALUETYPE && "Out-of-bound access");
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 466 LegalizeTypeAction ValueTypeActions[MVT::LAST_VALUETYPE]; 662 assert(ExtType < ISD::LAST_LOADEXT_TYPE && ValI < MVT::LAST_VALUETYPE && in getLoadExtAction() 663 MemI < MVT::LAST_VALUETYPE && "Table isn't big enough!"); in getLoadExtAction() 687 assert(ValI < MVT::LAST_VALUETYPE && MemI < MVT::LAST_VALUETYPE && in getTruncStoreAction() 1989 const TargetRegisterClass *RegClassForVT[MVT::LAST_VALUETYPE]; 1990 unsigned char NumRegistersForVT[MVT::LAST_VALUETYPE]; 1991 MVT RegisterTypeForVT[MVT::LAST_VALUETYPE]; 1999 const TargetRegisterClass *RepRegClassForVT[MVT::LAST_VALUETYPE]; 2004 uint8_t RepRegClassCostForVT[MVT::LAST_VALUETYPE]; 2011 MVT TransformToType[MVT::LAST_VALUETYPE]; [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 759 LegalizeTypeAction ValueTypeActions[MVT::LAST_VALUETYPE]; 1069 assert(ExtType < ISD::LAST_LOADEXT_TYPE && ValI < MVT::LAST_VALUETYPE && in getLoadExtAction() 1070 MemI < MVT::LAST_VALUETYPE && "Table isn't big enough!"); in getLoadExtAction() 1094 assert(ValI < MVT::LAST_VALUETYPE && MemI < MVT::LAST_VALUETYPE && in getTruncStoreAction() 2726 const TargetRegisterClass *RegClassForVT[MVT::LAST_VALUETYPE]; 2727 uint16_t NumRegistersForVT[MVT::LAST_VALUETYPE]; 2728 MVT RegisterTypeForVT[MVT::LAST_VALUETYPE]; 2736 const TargetRegisterClass *RepRegClassForVT[MVT::LAST_VALUETYPE]; 2741 uint8_t RepRegClassCostForVT[MVT::LAST_VALUETYPE]; 2748 MVT TransformToType[MVT::LAST_VALUETYPE]; [all …]
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 894 LegalizeTypeAction ValueTypeActions[MVT::LAST_VALUETYPE]; 1221 assert(ExtType < ISD::LAST_LOADEXT_TYPE && ValI < MVT::LAST_VALUETYPE && in getLoadExtAction() 1222 MemI < MVT::LAST_VALUETYPE && "Table isn't big enough!"); in getLoadExtAction() 1246 assert(ValI < MVT::LAST_VALUETYPE && MemI < MVT::LAST_VALUETYPE && in getTruncStoreAction() 2906 const TargetRegisterClass *RegClassForVT[MVT::LAST_VALUETYPE]; 2907 uint16_t NumRegistersForVT[MVT::LAST_VALUETYPE]; 2908 MVT RegisterTypeForVT[MVT::LAST_VALUETYPE]; 2916 const TargetRegisterClass *RepRegClassForVT[MVT::LAST_VALUETYPE]; 2921 uint8_t RepRegClassCostForVT[MVT::LAST_VALUETYPE]; 2928 MVT TransformToType[MVT::LAST_VALUETYPE]; [all …]
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineValueType.h | 137 LAST_VALUETYPE = 68, // This always remains at the end of the list. enumerator 194 SimpleTy < MVT::LAST_VALUETYPE); in isValid() 691 return mvt_range(MVT::FIRST_VALUETYPE, MVT::LAST_VALUETYPE); in all_valuetypes()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | MachineValueType.h | 223 LAST_VALUETYPE = 135, // This always remains at the end of the list. enumerator 280 SimpleTy < MVT::LAST_VALUETYPE); in isValid() 1126 return mvt_range(MVT::FIRST_VALUETYPE, MVT::LAST_VALUETYPE); in all_valuetypes()
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | MachineValueType.h | 252 LAST_VALUETYPE = 164, // This always remains at the end of the list. enumerator 309 SimpleTy < MVT::LAST_VALUETYPE); in isValid() 1343 return mvt_range(MVT::FIRST_VALUETYPE, MVT::LAST_VALUETYPE); in all_valuetypes()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 1143 static_assert(MVT::LAST_VALUETYPE <= MVT::MAX_ALLOWED_VALUETYPE, in computeRegisterProperties() 1147 for (unsigned i = 0; i != MVT::LAST_VALUETYPE; ++i) { in computeRegisterProperties() 1348 for (unsigned i = 0; i != MVT::LAST_VALUETYPE; ++i) { in computeRegisterProperties()
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 1292 static_assert(MVT::LAST_VALUETYPE <= MVT::MAX_ALLOWED_VALUETYPE, in computeRegisterProperties() 1296 for (unsigned i = 0; i != MVT::LAST_VALUETYPE; ++i) { in computeRegisterProperties() 1472 for (unsigned i = 0; i != MVT::LAST_VALUETYPE; ++i) { in computeRegisterProperties()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 1289 static_assert(MVT::LAST_VALUETYPE <= MVT::MAX_ALLOWED_VALUETYPE, in computeRegisterProperties() 1293 for (unsigned i = 0; i != MVT::LAST_VALUETYPE; ++i) { in computeRegisterProperties() 1505 for (unsigned i = 0; i != MVT::LAST_VALUETYPE; ++i) { in computeRegisterProperties()
|
/external/llvm/utils/TableGen/ |
D | CodeGenDAGPatterns.h | 69 assert(T < MVT::LAST_VALUETYPE || T == MVT::iPTR || T == MVT::iPTRAny); in isConcrete()
|
D | CodeGenDAGPatterns.cpp | 56 assert((VT < MVT::LAST_VALUETYPE || VT == MVT::iPTR || in TypeSet()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeTypes.h | 139 static_assert(MVT::LAST_VALUETYPE <= MVT::MAX_ALLOWED_VALUETYPE, in DAGTypeLegalizer()
|
D | SelectionDAG.cpp | 6748 VTs.reserve(MVT::LAST_VALUETYPE); in EVTArray() 6749 for (unsigned i = 0; i < MVT::LAST_VALUETYPE; ++i) in EVTArray() 6766 assert(VT.getSimpleVT() < MVT::LAST_VALUETYPE && in getValueTypeList()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeTypes.h | 165 static_assert(MVT::LAST_VALUETYPE <= MVT::MAX_ALLOWED_VALUETYPE, in DAGTypeLegalizer()
|
D | SelectionDAG.cpp | 9006 VTs.reserve(MVT::LAST_VALUETYPE); in EVTArray() 9007 for (unsigned i = 0; i < MVT::LAST_VALUETYPE; ++i) in EVTArray() 9025 assert(VT.getSimpleVT() < MVT::LAST_VALUETYPE && in getValueTypeList()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeTypes.h | 171 static_assert(MVT::LAST_VALUETYPE <= MVT::MAX_ALLOWED_VALUETYPE, in DAGTypeLegalizer()
|
D | SelectionDAG.cpp | 9211 VTs.reserve(MVT::LAST_VALUETYPE); in EVTArray() 9212 for (unsigned i = 0; i < MVT::LAST_VALUETYPE; ++i) in EVTArray() 9230 assert(VT.getSimpleVT() < MVT::LAST_VALUETYPE && in getValueTypeList()
|