Home
last modified time | relevance | path

Searched refs:NumTypes (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DTypeReferenceTracker.cpp26 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 DDependenceAnalysis.h49 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 DClangOpcodesEmitter.cpp25 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 DWasmObjectFile.cpp1120 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 DX86InstructionSelector.cpp1497 const static unsigned NumTypes = 4; // i8, i16, i32, i64 in selectDivRem() local
1525 } OpTable[NumTypes] = { in selectDivRem()
H A DX86FastISel.cpp1863 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 DSemaTemplate.cpp3254 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 DSemaDecl.cpp18457 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 DSemaLookup.cpp737 for (unsigned Index = 1; Index < OpenCLBuiltin.NumTypes; Index++) { in GetQualTypesForOpenCLBuiltin()
H A DTreeTransform.h14541 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 DParseDecl.cpp5854 const unsigned NumTypes = D.getNumTypeObjects(); in isPipeDeclarator() local
5856 for (unsigned Idx = 0; Idx != NumTypes; ++Idx) in isPipeDeclarator()