Searched refs:NumTypes (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/llvm/tools/llvm-pdbutil/ |
| H A D | TypeReferenceTracker.cpp | 26 uint32_t NumTypes = 0; in getNumRecordsInCollection() local 28 ++NumTypes; in getNumRecordsInCollection() 29 return NumTypes; in getNumRecordsInCollection()
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Linalg/Analysis/ |
| H A D | DependenceAnalysis.h | 49 enum DependenceType { RAR = 0, RAW, WAR, WAW, NumTypes }; enumerator 244 DependenceGraph dependencesFromGraphs[DependenceType::NumTypes]; 247 DependenceGraph dependencesIntoGraphs[DependenceType::NumTypes];
|
| /llvm-project-15.0.7/clang/utils/TableGen/ |
| H A D | ClangOpcodesEmitter.cpp | 25 unsigned NumTypes; member in __anon55f32da10111::ClangOpcodesEmitter 30 NumTypes(Records.getAllDerivedDefinitions("Type").size()) {} in ClangOpcodesEmitter() 305 if (Cases.size() < NumTypes) in EmitGroup()
|
| /llvm-project-15.0.7/llvm/lib/Object/ |
| H A D | WasmObjectFile.cpp | 1120 uint32_t NumTypes = Signatures.size(); in parseImportSection() local 1131 if (Im.SigIndex >= NumTypes) in parseImportSection() 1161 if (Im.SigIndex >= NumTypes) in parseImportSection() 1180 uint32_t NumTypes = Signatures.size(); in parseFunctionSection() local 1183 if (Type >= NumTypes) in parseFunctionSection() 1237 uint32_t NumTypes = Signatures.size(); in parseTagSection() local 1243 if (Type >= NumTypes) in parseTagSection()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86InstructionSelector.cpp | 1497 const static unsigned NumTypes = 4; // i8, i16, i32, i64 in selectDivRem() local 1525 } OpTable[NumTypes] = { in selectDivRem()
|
| H A D | X86FastISel.cpp | 1863 const static unsigned NumTypes = 4; // i8, i16, i32, i64 in X86SelectDivRem() local 1892 } OpTable[NumTypes] = { in X86SelectDivRem()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaTemplate.cpp | 3254 for (unsigned TypeIdx = 0, NumTypes = NestedTypes.size(); TypeIdx != NumTypes; in MatchTemplateParametersToScopeSpecifier() local 3297 TypeIdx == NumTypes - 1) in MatchTemplateParametersToScopeSpecifier() 3333 if (TypeIdx == NumTypes - 1) in MatchTemplateParametersToScopeSpecifier()
|
| H A D | SemaDecl.cpp | 18457 const unsigned NumTypes = 4; in getNextLargerIntegralType() local 18458 QualType SignedIntegralTypes[NumTypes] = { in getNextLargerIntegralType() 18461 QualType UnsignedIntegralTypes[NumTypes] = { in getNextLargerIntegralType() 18469 for (unsigned I = 0; I != NumTypes; ++I) in getNextLargerIntegralType()
|
| H A D | SemaLookup.cpp | 737 for (unsigned Index = 1; Index < OpenCLBuiltin.NumTypes; Index++) { in GetQualTypesForOpenCLBuiltin()
|
| H A D | TreeTransform.h | 14541 const unsigned NumTypes = llvm::array_lengthof(Types); in RebuildArrayType() local 14543 for (unsigned I = 0; I != NumTypes; ++I) in RebuildArrayType()
|
| /llvm-project-15.0.7/clang/lib/Parse/ |
| H A D | ParseDecl.cpp | 5854 const unsigned NumTypes = D.getNumTypeObjects(); in isPipeDeclarator() local 5856 for (unsigned Idx = 0; Idx != NumTypes; ++Idx) in isPipeDeclarator()
|