Home
last modified time | relevance | path

Searched refs:NumRecords (Results 1 – 12 of 12) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTConcept.cpp45 : 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 DASTConcept.h94 std::size_t NumRecords; member
103 return getTrailingObjects<UnsatisfiedConstraintRecord>() + NumRecords; in end()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DLazyRandomTypeCollection.cpp55 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 DBitcodeAnalyzer.h77 unsigned NumRecords = 0, NumAbbreviatedRecords = 0; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeAnalyzer.cpp680 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 DBitcodeReader.cpp2300 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 DDbiStream.cpp297 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 DSampleProfReader.cpp579 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 DASTWriterStmt.cpp475 Record.push_back(Satisfaction.NumRecords); in addConstraintSatisfaction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp5363 Register NumRecords = MI.getOperand(4).getReg(); in legalizePointerAsRsrcIntrin() local
5393 B.buildMergeValues(Result, {LowHalf, NewHighHalfReg, NumRecords, Flags}); in legalizePointerAsRsrcIntrin()
H A DSIISelLowering.cpp9898 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 DIntrinsicsAMDGPU.td1064 llvm_i32_ty, // NumRecords / extent