| /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) 50 : NumRecords{Satisfaction.NumRecords}, in ASTConstraintSatisfaction() 53 for (unsigned I = 0; I < NumRecords; ++I) 71 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() + NumRecords; in end()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | LazyRandomTypeCollection.cpp | 53 uint32_t NumRecords) in LazyRandomTypeCollection() argument 54 : LazyRandomTypeCollection(Types, NumRecords, PartialOffsetArray()) {} in LazyRandomTypeCollection()
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeAnalyzer.cpp | 689 O.OS << " Tot/Avg Records: " << Stats.NumRecords << "/" in printStats() 690 << Stats.NumRecords / (double)Stats.NumInstances << "\n"; in printStats() 694 O.OS << " Num Records: " << Stats.NumRecords << "\n"; in printStats() 696 if (Stats.NumRecords) { in printStats() 697 double pct = (Stats.NumAbbreviatedRecords * 100.0) / Stats.NumRecords; in printStats() 853 ++BlockStats.NumRecords; in parseBlock()
|
| H A D | BitcodeReader.cpp | 2514 unsigned NumRecords = 0; in parseTypeTableBody() local 2530 if (NumRecords != TypeList.size()) in parseTypeTableBody() 2698 if (NumRecords >= TypeList.size()) in parseTypeTableBody() 2702 StructType *Res = cast_or_null<StructType>(TypeList[NumRecords]); in parseTypeTableBody() 2705 TypeList[NumRecords] = nullptr; in parseTypeTableBody() 2729 if (NumRecords >= TypeList.size()) in parseTypeTableBody() 2733 StructType *Res = cast_or_null<StructType>(TypeList[NumRecords]); in parseTypeTableBody() 2736 TypeList[NumRecords] = nullptr; in parseTypeTableBody() 2747 if (NumRecords >= TypeList.size()) in parseTypeTableBody() 2800 if (NumRecords >= TypeList.size()) in parseTypeTableBody() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/ |
| H A D | BitcodeAnalyzer.h | 78 unsigned NumRecords = 0, NumAbbreviatedRecords = 0; member
|
| /freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | DataAccessProf.cpp | 226 uint64_t NumRecords = in deserializeRecords() local 229 for (uint64_t I = 0; I < NumRecords; ++I) { in deserializeRecords()
|
| H A D | SampleProfReader.cpp | 602 auto NumRecords = readNumber<uint32_t>(); in readProfile() local 603 if (std::error_code EC = NumRecords.getError()) in readProfile() 606 for (uint32_t I = 0; I < *NumRecords; ++I) { in readProfile()
|
| /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/Target/AMDGPU/ |
| H A D | AMDGPULowerBufferFatPointers.cpp | 2211 Value *NumRecords = I.getArgOperand(2); in visitIntrinsicInst() local 2218 {Base, Stride, NumRecords, Flags}); in visitIntrinsicInst()
|
| H A D | AMDGPULegalizerInfo.cpp | 5673 Register NumRecords = MI.getOperand(4).getReg(); in legalizePointerAsRsrcIntrin() local 5703 B.buildMergeValues(Result, {LowHalf, NewHighHalfReg, NumRecords, Flags}); in legalizePointerAsRsrcIntrin()
|
| H A D | SIISelLowering.cpp | 10744 SDValue NumRecords = Op->getOperand(3); in lowerPointerAsRsrcIntrin() local 10769 NewHighHalf, NumRecords, Flags); in lowerPointerAsRsrcIntrin()
|
| /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/include/llvm/IR/ |
| H A D | IntrinsicsAMDGPU.td | 1319 llvm_i32_ty, // NumRecords / extent
|