Searched refs:NumRecords (Results 1 – 12 of 12) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTConcept.cpp | 45 : NumRecords{Satisfaction.Details.size()}, in ASTConstraintSatisfaction() 48 for (unsigned I = 0; I < NumRecords; ++I) 56 : NumRecords{Satisfaction.NumRecords}, in ASTConstraintSatisfaction() 59 for (unsigned I = 0; I < NumRecords; ++I) 78 totalSizeToAlloc<UnsatisfiedConstraintRecord>(Satisfaction.NumRecords); in Rebuild()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTConcept.h | 94 std::size_t NumRecords; member 103 return getTrailingObjects<UnsatisfiedConstraintRecord>() + NumRecords; in end()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | LazyRandomTypeCollection.cpp | 55 uint32_t NumRecords) in LazyRandomTypeCollection() argument 56 : LazyRandomTypeCollection(Types, NumRecords, PartialOffsetArray()) {} in LazyRandomTypeCollection()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Bitcode/ |
| H A D | BitcodeAnalyzer.h | 77 unsigned NumRecords = 0, NumAbbreviatedRecords = 0; member
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeAnalyzer.cpp | 680 O.OS << " Tot/Avg Records: " << Stats.NumRecords << "/" in printStats() 681 << Stats.NumRecords / (double)Stats.NumInstances << "\n"; in printStats() 685 O.OS << " Num Records: " << Stats.NumRecords << "\n"; in printStats() 687 if (Stats.NumRecords) { in printStats() 688 double pct = (Stats.NumAbbreviatedRecords * 100.0) / Stats.NumRecords; in printStats() 844 ++BlockStats.NumRecords; in parseBlock()
|
| H A D | BitcodeReader.cpp | 2300 unsigned NumRecords = 0; in parseTypeTableBody() local 2489 TypeList[NumRecords] = nullptr; in parseTypeTableBody() 2579 if (NumRecords >= TypeList.size()) in parseTypeTableBody() 2581 if (TypeList[NumRecords]) in parseTypeTableBody() 2585 TypeList[NumRecords] = ResultTy; in parseTypeTableBody() 2588 ++NumRecords; in parseTypeTableBody() 6168 NumRecords < OpNum + 3 || NumRecords > OpNum + 5) in parseFunctionBody() 6183 NumRecords < 7 in parseFunctionBody() 6198 if (NumRecords < 8) { in parseFunctionBody() 6237 if (NumRecords < OpNum + 3 || NumRecords > OpNum + 6) in parseFunctionBody() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | DbiStream.cpp | 297 size_t NumRecords = StreamLen / sizeof(object::FpoData); in initializeOldFpoRecords() local 299 if (auto EC = Reader.readArray(OldFpoRecords, NumRecords)) in initializeOldFpoRecords()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | SampleProfReader.cpp | 579 auto NumRecords = readNumber<uint32_t>(); in readProfile() local 580 if (std::error_code EC = NumRecords.getError()) in readProfile() 583 for (uint32_t I = 0; I < *NumRecords; ++I) { in readProfile()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 475 Record.push_back(Satisfaction.NumRecords); in addConstraintSatisfaction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULegalizerInfo.cpp | 5363 Register NumRecords = MI.getOperand(4).getReg(); in legalizePointerAsRsrcIntrin() local 5393 B.buildMergeValues(Result, {LowHalf, NewHighHalfReg, NumRecords, Flags}); in legalizePointerAsRsrcIntrin()
|
| H A D | SIISelLowering.cpp | 9898 SDValue NumRecords = Op->getOperand(3); in lowerPointerAsRsrcIntrin() local 9923 NewHighHalf, NumRecords, Flags); in lowerPointerAsRsrcIntrin()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IntrinsicsAMDGPU.td | 1064 llvm_i32_ty, // NumRecords / extent
|