Searched refs:NumRecords (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTConcept.cpp | 40 : NumRecords{Satisfaction.Details.size()}, in ASTConstraintSatisfaction() 43 for (unsigned I = 0; I < NumRecords; ++I) 51 : NumRecords{Satisfaction.NumRecords}, in ASTConstraintSatisfaction() 54 for (unsigned I = 0; I < NumRecords; ++I) 73 totalSizeToAlloc<UnsatisfiedConstraintRecord>(Satisfaction.NumRecords); in Rebuild()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ASTConcept.h | 91 std::size_t NumRecords; member 100 return getTrailingObjects<UnsatisfiedConstraintRecord>() + NumRecords; in end()
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeAnalyzer.cpp | 686 O.OS << " Tot/Avg Records: " << Stats.NumRecords << "/" in printStats() 687 << Stats.NumRecords / (double)Stats.NumInstances << "\n"; in printStats() 691 O.OS << " Num Records: " << Stats.NumRecords << "\n"; in printStats() 693 if (Stats.NumRecords) { in printStats() 694 double pct = (Stats.NumAbbreviatedRecords * 100.0) / Stats.NumRecords; in printStats() 850 ++BlockStats.NumRecords; in parseBlock()
|
H A D | BitcodeReader.cpp | 2427 unsigned NumRecords = 0; in parseTypeTableBody() local 2443 if (NumRecords != TypeList.size()) in parseTypeTableBody() 2609 if (NumRecords >= TypeList.size()) in parseTypeTableBody() 2613 StructType *Res = cast_or_null<StructType>(TypeList[NumRecords]); in parseTypeTableBody() 2616 TypeList[NumRecords] = nullptr; in parseTypeTableBody() 2639 if (NumRecords >= TypeList.size()) in parseTypeTableBody() 2643 StructType *Res = cast_or_null<StructType>(TypeList[NumRecords]); in parseTypeTableBody() 2646 TypeList[NumRecords] = nullptr; in parseTypeTableBody() 2657 if (NumRecords >= TypeList.size()) in parseTypeTableBody() 2706 if (NumRecords >= TypeList.size()) in parseTypeTableBody() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | LazyRandomTypeCollection.cpp | 55 uint32_t NumRecords) in LazyRandomTypeCollection() 56 : LazyRandomTypeCollection(Types, NumRecords, PartialOffsetArray()) {} in LazyRandomTypeCollection() argument
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/ |
H A D | BitcodeAnalyzer.h | 77 unsigned NumRecords = 0, NumAbbreviatedRecords = 0; member
|
/freebsd/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/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | SampleProfReader.cpp | 580 auto NumRecords = readNumber<uint32_t>(); in readProfile() local 581 if (std::error_code EC = NumRecords.getError()) in readProfile() 584 for (uint32_t I = 0; I < *NumRecords; ++I) { in readProfile()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriterStmt.cpp | 475 Record.push_back(Satisfaction.NumRecords); in addConstraintSatisfaction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULegalizerInfo.cpp | 5567 Register NumRecords = MI.getOperand(4).getReg(); in legalizePointerAsRsrcIntrin() local 5597 B.buildMergeValues(Result, {LowHalf, NewHighHalfReg, NumRecords, Flags}); in legalizePointerAsRsrcIntrin()
|
H A D | SIISelLowering.cpp | 10068 SDValue NumRecords = Op->getOperand(3); in lowerPointerAsRsrcIntrin() local 10093 NewHighHalf, NumRecords, Flags); in lowerPointerAsRsrcIntrin()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | IntrinsicsAMDGPU.td | 1085 llvm_i32_ty, // NumRecords / extent
|