/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | ModuleSummaryIndex.h | 587 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/ |
D | MCCodeView.cpp | 355 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/ |
D | BlockFrequencyInfoImpl.cpp | 570 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/ |
D | GCOV.cpp | 837 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/ |
D | WinException.cpp | 580 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/ |
D | cmap_table.cc | 482 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
|
D | cmap_table.h | 313 int32_t EntryCount(int32_t sub_header_index);
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/ |
D | cmap_table.cc | 482 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
|
D | cmap_table.h | 313 int32_t EntryCount(int32_t sub_header_index);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | PGOInstrumentation.cpp | 1052 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/ |
D | WasmObjectFile.cpp | 647 uint32_t EntryCount = readVaruint32(Ctx); in parseLinkingSectionComdat() local 648 while (EntryCount--) { in parseLinkingSectionComdat()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | dbghelp.h | 1107 ULONG32 EntryCount; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 6023 uint64_t EntryCount = 0; in parseEntireSummary() local 6037 EntryCount = Record[5]; in parseEntireSummary() 6063 Flags, InstCount, getDecodedFFlags(RawFunFlags), EntryCount, in parseEntireSummary()
|