| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCCodeView.cpp | 379 unsigned EntryCount = FileSegEnd - I; in emitLineTableForFunction() local 386 OS.emitInt32(EntryCount); in emitLineTableForFunction() 388 SegmentSize += 8 * EntryCount; in emitLineTableForFunction() 390 SegmentSize += 4 * EntryCount; in emitLineTableForFunction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | ModuleSummaryIndex.h | 842 uint64_t EntryCount = 0; 874 uint64_t EntryCount, std::vector<ValueInfo> Refs, 884 InstCount(NumInsts), FunFlags(FunFlags), EntryCount(EntryCount), 920 uint64_t entryCount() const { return EntryCount; } 923 void setEntryCount(uint64_t EC) { EntryCount = EC; }
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | BlockFrequencyInfoImpl.cpp | 592 auto EntryCount = F.getEntryCount(AllowSynthetic); in getProfileCountFromFreq() local 593 if (!EntryCount) in getProfileCountFromFreq() 596 APInt BlockCount(128, EntryCount->getCount()); in getProfileCountFromFreq()
|
| H A D | InlineCost.cpp | 819 auto EntryCount = F.getEntryCount(); in isCostBenefitAnalysisEnabled() local 820 if (!EntryCount || !EntryCount->getCount()) in isCostBenefitAnalysisEnabled() 915 auto EntryCount = EntryProfileCount->getCount(); in costBenefitAnalysis() local 916 CycleSavings += EntryCount / 2; in costBenefitAnalysis() 917 CycleSavings = CycleSavings.udiv(EntryCount); in costBenefitAnalysis()
|
| /freebsd-14.2/sys/contrib/dev/acpica/compiler/ |
| H A D | dttable2.c | 2118 UINT32 EntryCount; in DtCompileSdev() local 2321 EntryCount = 0; in DtCompileSdev() 2339 EntryCount++; in DtCompileSdev() 2346 (EntryCount * sizeof (ACPI_SDEV_PCIE_PATH)); in DtCompileSdev()
|
| /freebsd-14.2/sys/dev/mwl/ |
| H A D | mwlreg.h | 707 uint32_t EntryCount; member 716 uint32_t EntryCount; member
|
| H A D | mwlhal.c | 963 pCmd->EntryCount = htole32(1); in mwl_hal_settxrate() 982 pCmd->EntryCount = htole32(n); in mwl_hal_settxrate()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | WinException.cpp | 590 const MCExpr *EntryCount = MCBinaryExpr::createDiv(LabelDiff, EntrySize, Ctx); in emitCSpecificHandlerTable() local 592 OS.emitValue(EntryCount, 4); in emitCSpecificHandlerTable()
|
| /freebsd-14.2/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-14.2/sys/contrib/edk2/Include/Uefi/ |
| H A D | UefiSpec.h | 1402 OUT UINTN *EntryCount
|
| /freebsd-14.2/stand/efi/include/ |
| H A D | efiapi.h | 598 OUT UINTN *EntryCount
|
| /freebsd-14.2/contrib/file/magic/Magdir/ |
| H A D | virtual | 142 # The EntryCount specifies number of valid entries; Found 2; This must be =< 2047.
|
| /freebsd-14.2/sys/contrib/dev/acpica/include/ |
| H A D | actbl1.h | 1339 UINT32 EntryCount; member
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | PGOInstrumentation.cpp | 1139 void markFunctionAttributes(uint64_t EntryCount, uint64_t MaxCount) { in markFunctionAttributes() argument 1140 if (PSI->isHotCount(EntryCount)) in markFunctionAttributes()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-profdata/ |
| H A D | llvm-profdata.cpp | 2938 uint64_t EntryCount = 0; member 2944 MaxCount(MS), EntryCount(ES) {} in HotFuncInfo() 2997 FOS << R.EntryCount; in dumpHotFunctionList()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Object/ |
| H A D | WasmObjectFile.cpp | 830 uint32_t EntryCount = readVaruint32(Ctx); in parseLinkingSectionComdat() local 831 while (EntryCount--) { in parseLinkingSectionComdat()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGObjC.cpp | 1853 uint64_t EntryCount = getCurrentProfileCount(); in EmitObjCForCollectionStmt() local 1857 createProfileWeights(EntryCount, getProfileCount(S.getBody()))); in EmitObjCForCollectionStmt() 2038 createProfileWeights(getProfileCount(S.getBody()), EntryCount)); in EmitObjCForCollectionStmt()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 7463 uint64_t EntryCount = 0; in parseEntireSummary() local 7477 EntryCount = Record[5]; in parseEntireSummary() 7503 Flags, InstCount, getDecodedFFlags(RawFunFlags), EntryCount, in parseEntireSummary()
|