Searched refs:EntryCount (Results 1 - 20 of 20) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/MC/
H A DMCCodeView.cpp379 unsigned EntryCount = FileSegEnd - I; local
386 OS.emitInt32(EntryCount);
388 SegmentSize += 8 * EntryCount;
390 SegmentSize += 4 * EntryCount;
/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h817 /*NumInsts=*/0, FunctionSummary::FFlags{}, /*EntryCount=*/0,
842 uint64_t EntryCount = 0; member in class:llvm::CalleeInfo::AllocationType::FunctionSummary
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; }
873 FunctionSummary(GVFlags Flags, unsigned NumInsts, FFlags FunFlags, uint64_t EntryCount, std::vector<ValueInfo> Refs, std::vector<EdgeTy> CGEdges, std::vector<GlobalValue::GUID> TypeTests, std::vector<VFuncId> TypeTestAssumeVCalls, std::vector<VFuncId> TypeCheckedLoadVCalls, std::vector<ConstVCall> TypeTestAssumeConstVCalls, std::vector<ConstVCall> TypeCheckedLoadConstVCalls, std::vector<ParamAccess> Params, CallsitesTy CallsiteList, AllocsTy AllocList) argument
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp592 auto EntryCount = F.getEntryCount(AllowSynthetic); local
593 if (!EntryCount)
596 APInt BlockCount(128, EntryCount->getCount());
H A DInlineCost.cpp819 auto EntryCount = F.getEntryCount();
820 if (!EntryCount || !EntryCount->getCount())
915 auto EntryCount = EntryProfileCount->getCount(); local
916 CycleSavings += EntryCount / 2;
917 CycleSavings = CycleSavings.udiv(EntryCount);
/freebsd-current/sys/contrib/dev/acpica/compiler/
H A Ddttable2.c2462 UINT32 EntryCount; local
2665 EntryCount = 0;
2683 EntryCount++;
2690 (EntryCount * sizeof (ACPI_SDEV_PCIE_PATH));
/freebsd-current/sys/dev/mwl/
H A Dmwlreg.h707 uint32_t EntryCount; member in struct:__anon3619
716 uint32_t EntryCount; member in struct:__anon3620
H A Dmwlhal.c963 pCmd->EntryCount = htole32(1);
982 pCmd->EntryCount = htole32(n);
/freebsd-current/sys/contrib/edk2/Include/IndustryStandard/
H A DAcpi40.h1119 UINT32 EntryCount; member in struct:__anon9066
H A DAcpi51.h1806 UINT32 EntryCount; member in struct:__anon9242
H A DAcpi50.h1790 UINT32 EntryCount; member in struct:__anon9151
H A DAcpi60.h1993 UINT32 EntryCount; member in struct:__anon9344
/freebsd-current/sys/contrib/edk2/Include/Uefi/
H A DUefiSpec.h1388 @param[out] EntryCount A pointer to the number of entries in EntryBuffer.
1391 number of entries was returned EntryCount.
1402 OUT UINTN *EntryCount
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp590 const MCExpr *EntryCount = MCBinaryExpr::createDiv(LabelDiff, EntrySize, Ctx); local
592 OS.emitValue(EntryCount, 4);
/freebsd-current/sys/contrib/dev/acpica/include/
H A Dactbl1.h1422 UINT32 EntryCount; member in struct:acpi_einj_trigger
/freebsd-current/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp830 uint32_t EntryCount = readVaruint32(Ctx);
831 while (EntryCount--) {
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1139 void markFunctionAttributes(uint64_t EntryCount, uint64_t MaxCount) { argument
1140 if (PSI->isHotCount(EntryCount))
/freebsd-current/stand/efi/include/
H A Defiapi.h598 OUT UINTN *EntryCount
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp1853 uint64_t EntryCount = getCurrentProfileCount(); local
1857 createProfileWeights(EntryCount, getProfileCount(S.getBody())));
2038 createProfileWeights(getProfileCount(S.getBody()), EntryCount));
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp2938 uint64_t EntryCount = 0; member in struct:__anon3097::HotFuncInfo
2944 MaxCount(MS), EntryCount(ES) {}
2997 FOS << R.EntryCount;
/freebsd-current/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp7357 Flags, InstCount, getDecodedFFlags(RawFunFlags), /*EntryCount=*/0,
7463 uint64_t EntryCount = 0; local
7477 EntryCount = Record[5];
7503 Flags, InstCount, getDecodedFFlags(RawFunFlags), EntryCount,

Completed in 275 milliseconds