Home
last modified time | relevance | path

Searched refs:EntryCount (Results 1 – 21 of 21) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h645 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 DMCCodeView.cpp355 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 Ddttable2.c1373 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 DBlockFrequencyInfoImpl.cpp601 auto EntryCount = F.getEntryCount(AllowSynthetic); in getProfileCountFromFreq() local
602 if (!EntryCount) in getProfileCountFromFreq()
605 APInt BlockCount(128, EntryCount.getCount()); in getProfileCountFromFreq()
H A DInlineCost.cpp719 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 Dmwlreg.h709 uint32_t EntryCount; member
718 uint32_t EntryCount; member
H A Dmwlhal.c965 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 DWinException.cpp601 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 Dllvm-profdata.cpp2278 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 DAcpi40.h1119 UINT32 EntryCount; member
H A DAcpi51.h1806 UINT32 EntryCount; member
H A DAcpi50.h1790 UINT32 EntryCount; member
H A DAcpi60.h1993 UINT32 EntryCount; member
/freebsd-13.1/sys/contrib/edk2/Include/Uefi/
H A DUefiSpec.h1402 OUT UINTN *EntryCount
/freebsd-13.1/stand/efi/include/
H A Defiapi.h599 OUT UINTN *EntryCount
/freebsd-13.1/sys/contrib/dev/acpica/include/
H A Dactbl1.h1037 UINT32 EntryCount; member
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1157 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 Dvirtual142 # The EntryCount specifies number of valid entries; Found 2; This must be =< 2047.
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp735 uint32_t EntryCount = readVaruint32(Ctx); in parseLinkingSectionComdat() local
736 while (EntryCount--) { in parseLinkingSectionComdat()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp1806 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 DBitcodeReader.cpp6320 uint64_t EntryCount = 0; in parseEntireSummary() local
6334 EntryCount = Record[5]; in parseEntireSummary()
6360 Flags, InstCount, getDecodedFFlags(RawFunFlags), EntryCount, in parseEntireSummary()