| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | ModuleSummaryIndex.h | 645 uint64_t EntryCount = 0; 658 uint64_t EntryCount, std::vector<ValueInfo> Refs, 667 InstCount(NumInsts), FunFlags(FunFlags), EntryCount(EntryCount), 695 uint64_t entryCount() const { return EntryCount; } 698 void setEntryCount(uint64_t EC) { EntryCount = EC; }
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCCodeView.cpp | 355 unsigned EntryCount = FileSegEnd - I; in emitLineTableForFunction() local 362 OS.emitInt32(EntryCount); in emitLineTableForFunction() 364 SegmentSize += 8 * EntryCount; in emitLineTableForFunction() 366 SegmentSize += 4 * EntryCount; in emitLineTableForFunction()
|
| /freebsd-13.1/sys/contrib/dev/acpica/compiler/ |
| H A D | dttable2.c | 1373 UINT32 EntryCount; in DtCompileSdev() local 1491 EntryCount = 0; in DtCompileSdev() 1509 EntryCount++; in DtCompileSdev() 1516 (EntryCount * sizeof (ACPI_SDEV_PCIE_PATH)); in DtCompileSdev()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | BlockFrequencyInfoImpl.cpp | 601 auto EntryCount = F.getEntryCount(AllowSynthetic); in getProfileCountFromFreq() local 602 if (!EntryCount) in getProfileCountFromFreq() 605 APInt BlockCount(128, EntryCount.getCount()); in getProfileCountFromFreq()
|
| H A D | InlineCost.cpp | 719 auto EntryCount = F.getEntryCount(); in isCostBenefitAnalysisEnabled() local 720 if (!EntryCount || !EntryCount.getCount()) in isCostBenefitAnalysisEnabled() 787 auto EntryCount = EntryProfileCount.getCount(); in costBenefitAnalysis() local 788 CycleSavings += EntryCount / 2; in costBenefitAnalysis() 789 CycleSavings = CycleSavings.udiv(EntryCount); in costBenefitAnalysis()
|
| /freebsd-13.1/sys/dev/mwl/ |
| H A D | mwlreg.h | 709 uint32_t EntryCount; member 718 uint32_t EntryCount; member
|
| H A D | mwlhal.c | 965 pCmd->EntryCount = htole32(1); in mwl_hal_settxrate() 984 pCmd->EntryCount = htole32(n); in mwl_hal_settxrate()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | WinException.cpp | 601 const MCExpr *EntryCount = MCBinaryExpr::createDiv(LabelDiff, EntrySize, Ctx); in emitCSpecificHandlerTable() local 603 OS.emitValue(EntryCount, 4); in emitCSpecificHandlerTable()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-profdata/ |
| H A D | llvm-profdata.cpp | 2278 uint64_t EntryCount; member 2282 EntryCount(0) {} in HotFuncInfo() 2286 EntryCount(ES) {} in HotFuncInfo() 2336 FOS << R.EntryCount; in dumpHotFunctionList()
|
| /freebsd-13.1/sys/contrib/edk2/Include/IndustryStandard/ |
| H A D | Acpi40.h | 1119 UINT32 EntryCount; member
|
| H A D | Acpi51.h | 1806 UINT32 EntryCount; member
|
| H A D | Acpi50.h | 1790 UINT32 EntryCount; member
|
| H A D | Acpi60.h | 1993 UINT32 EntryCount; member
|
| /freebsd-13.1/sys/contrib/edk2/Include/Uefi/ |
| H A D | UefiSpec.h | 1402 OUT UINTN *EntryCount
|
| /freebsd-13.1/stand/efi/include/ |
| H A D | efiapi.h | 599 OUT UINTN *EntryCount
|
| /freebsd-13.1/sys/contrib/dev/acpica/include/ |
| H A D | actbl1.h | 1037 UINT32 EntryCount; member
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | PGOInstrumentation.cpp | 1157 void markFunctionAttributes(uint64_t EntryCount, uint64_t MaxCount) { in markFunctionAttributes() argument 1158 if (PSI->isHotCount(EntryCount)) in markFunctionAttributes()
|
| /freebsd-13.1/contrib/file/magic/Magdir/ |
| H A D | virtual | 142 # The EntryCount specifies number of valid entries; Found 2; This must be =< 2047.
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Object/ |
| H A D | WasmObjectFile.cpp | 735 uint32_t EntryCount = readVaruint32(Ctx); in parseLinkingSectionComdat() local 736 while (EntryCount--) { in parseLinkingSectionComdat()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGObjC.cpp | 1806 uint64_t EntryCount = getCurrentProfileCount(); in EmitObjCForCollectionStmt() local 1810 createProfileWeights(EntryCount, getProfileCount(S.getBody()))); in EmitObjCForCollectionStmt() 1992 createProfileWeights(getProfileCount(S.getBody()), EntryCount)); in EmitObjCForCollectionStmt()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 6320 uint64_t EntryCount = 0; in parseEntireSummary() local 6334 EntryCount = Record[5]; in parseEntireSummary() 6360 Flags, InstCount, getDecodedFFlags(RawFunFlags), EntryCount, in parseEntireSummary()
|