Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DModuleSummaryIndex.h587 uint64_t EntryCount = 0;
596 uint64_t EntryCount, std::vector<ValueInfo> Refs,
604 InstCount(NumInsts), FunFlags(FunFlags), EntryCount(EntryCount),
630 uint64_t entryCount() const { return EntryCount; }
633 void setEntryCount(uint64_t EC) { EntryCount = EC; }
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCCodeView.cpp355 unsigned EntryCount = FileSegEnd - I; in emitLineTableForFunction() local
362 OS.EmitIntValue(EntryCount, 4); in emitLineTableForFunction()
364 SegmentSize += 8 * EntryCount; in emitLineTableForFunction()
366 SegmentSize += 4 * EntryCount; in emitLineTableForFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DBlockFrequencyInfoImpl.cpp570 auto EntryCount = F.getEntryCount(AllowSynthetic); in getProfileCountFromFreq() local
571 if (!EntryCount) in getProfileCountFromFreq()
574 APInt BlockCount(128, EntryCount.getCount()); in getProfileCountFromFreq()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DGCOV.cpp837 uint64_t EntryCount = Func->getEntryCount(); in printFunctionSummary() local
843 OS << "function " << Func->getName() << " called " << EntryCount in printFunctionSummary()
844 << " returned " << safeDiv(Func->getExitCount() * 100, EntryCount) in printFunctionSummary()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DWinException.cpp580 const MCExpr *EntryCount = MCBinaryExpr::createDiv(LabelDiff, EntrySize, Ctx); in emitCSpecificHandlerTable() local
582 OS.EmitValue(EntryCount, 4); in emitCSpecificHandlerTable()
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/
Dcmap_table.cc482 int32_t entry_count = EntryCount(high_byte); in GlyphId()
531 int32_t CMapTable::CMapFormat2::EntryCount(int32_t sub_header_index) { in EntryCount() function in sfntly::CMapTable::CMapFormat2
Dcmap_table.h313 int32_t EntryCount(int32_t sub_header_index);
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/
Dcmap_table.cc482 int32_t entry_count = EntryCount(high_byte); in GlyphId()
531 int32_t CMapTable::CMapFormat2::EntryCount(int32_t sub_header_index) { in EntryCount() function in sfntly::CMapTable::CMapFormat2
Dcmap_table.h313 int32_t EntryCount(int32_t sub_header_index);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp1052 void markFunctionAttributes(uint64_t EntryCount, uint64_t MaxCount) { in markFunctionAttributes() argument
1053 if (PSI->isHotCount(EntryCount)) in markFunctionAttributes()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWasmObjectFile.cpp647 uint32_t EntryCount = readVaruint32(Ctx); in parseLinkingSectionComdat() local
648 while (EntryCount--) { in parseLinkingSectionComdat()
/third_party/mesa3d/src/gallium/auxiliary/util/
Ddbghelp.h1107 ULONG32 EntryCount; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp6023 uint64_t EntryCount = 0; in parseEntireSummary() local
6037 EntryCount = Record[5]; in parseEntireSummary()
6063 Flags, InstCount, getDecodedFFlags(RawFunFlags), EntryCount, in parseEntireSummary()