Home
last modified time | relevance | path

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

/netbsd/sys/external/bsd/gnu-efi/dist/lib/ia64/
H A Dsalpal.c222 UINT16 EntryCount; in LibSearchSalSystemTable() local
230 EntryCount = SalSystemTable->Header.EntryCount; in LibSearchSalSystemTable()
231 if (EntryCount == 0) { in LibSearchSalSystemTable()
239 for (Count = 0; Count < EntryCount ;Count++) { in LibSearchSalSystemTable()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h643 uint64_t EntryCount = 0;
656 uint64_t EntryCount, std::vector<ValueInfo> Refs,
665 InstCount(NumInsts), FunFlags(FunFlags), EntryCount(EntryCount),
693 uint64_t entryCount() const { return EntryCount; }
696 void setEntryCount(uint64_t EC) { EntryCount = EC; }
/netbsd/external/apache2/llvm/dist/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()
/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp587 auto EntryCount = F.getEntryCount(AllowSynthetic); in getProfileCountFromFreq() local
588 if (!EntryCount) in getProfileCountFromFreq()
591 APInt BlockCount(128, EntryCount.getCount()); in getProfileCountFromFreq()
H A DInlineCost.cpp706 auto EntryCount = F.getEntryCount(); in isCostBenefitAnalysisEnabled() local
707 if (!EntryCount || !EntryCount.getCount()) in isCostBenefitAnalysisEnabled()
774 auto EntryCount = EntryProfileCount.getCount(); in costBenefitAnalysis() local
775 CycleSavings += EntryCount / 2; in costBenefitAnalysis()
776 CycleSavings = CycleSavings.udiv(EntryCount); in costBenefitAnalysis()
/netbsd/sys/external/bsd/gnu-efi/dist/inc/ia64/
H A Dsalproc.h136 UINT16 EntryCount; member
/netbsd/sys/external/bsd/acpica/dist/compiler/
H A Ddttable2.c2010 UINT32 EntryCount; in DtCompileSdev() local
2213 EntryCount = 0; in DtCompileSdev()
2231 EntryCount++; in DtCompileSdev()
2238 (EntryCount * sizeof (ACPI_SDEV_PCIE_PATH)); in DtCompileSdev()
/netbsd/external/apache2/llvm/dist/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()
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp2244 uint64_t EntryCount; member
2248 EntryCount(0) {} in HotFuncInfo()
2252 EntryCount(ES) {} in HotFuncInfo()
2302 FOS << R.EntryCount; in dumpHotFunctionList()
/netbsd/sys/external/bsd/gnu-efi/dist/inc/
H A Defiapi.h512 OUT UINTN *EntryCount
/netbsd/sys/external/bsd/acpica/dist/include/platform/
H A Dacefiex.h696 UINTN *EntryCount);
/netbsd/external/apache2/llvm/dist/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()
/netbsd/external/bsd/file/dist/magic/magdir/
H A Dvirtual142 # The EntryCount specifies number of valid entries; Found 2; This must be =< 2047.
/netbsd/sys/external/bsd/acpica/dist/include/
H A Dactbl1.h1231 UINT32 EntryCount; member
/netbsd/external/apache2/llvm/dist/llvm/lib/Object/
H A DWasmObjectFile.cpp735 uint32_t EntryCount = readVaruint32(Ctx); in parseLinkingSectionComdat() local
736 while (EntryCount--) { in parseLinkingSectionComdat()
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjC.cpp1805 uint64_t EntryCount = getCurrentProfileCount(); in EmitObjCForCollectionStmt() local
1809 createProfileWeights(EntryCount, getProfileCount(S.getBody()))); in EmitObjCForCollectionStmt()
1990 createProfileWeights(getProfileCount(S.getBody()), EntryCount)); in EmitObjCForCollectionStmt()
/netbsd/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp6389 uint64_t EntryCount = 0; in parseEntireSummary() local
6403 EntryCount = Record[5]; in parseEntireSummary()
6429 Flags, InstCount, getDecodedFFlags(RawFunFlags), EntryCount, in parseEntireSummary()