Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DMCCodeView.cpp177 unsigned EntryCount = FileSegEnd - I; in emitLineTableForFunction() local
181 OS.EmitIntValue(EntryCount, 4); in emitLineTableForFunction()
183 SegmentSize += 8 * EntryCount; in emitLineTableForFunction()
185 SegmentSize += 4 * EntryCount; in emitLineTableForFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCCodeView.cpp348 unsigned EntryCount = FileSegEnd - I; in emitLineTableForFunction() local
355 OS.EmitIntValue(EntryCount, 4); in emitLineTableForFunction()
357 SegmentSize += 8 * EntryCount; in emitLineTableForFunction()
359 SegmentSize += 4 * EntryCount; in emitLineTableForFunction()
/external/llvm/lib/IR/
DGCOV.cpp697 uint64_t EntryCount = Func->getEntryCount(); in printFunctionSummary() local
703 OS << "function " << Func->getName() << " called " << EntryCount in printFunctionSummary()
704 << " returned " << safeDiv(Func->getExitCount() * 100, EntryCount) in printFunctionSummary()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/
DGCOV.cpp719 uint64_t EntryCount = Func->getEntryCount(); in printFunctionSummary() local
725 OS << "function " << Func->getName() << " called " << EntryCount in printFunctionSummary()
726 << " returned " << safeDiv(Func->getExitCount() * 100, EntryCount) in printFunctionSummary()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DBlockFrequencyInfoImpl.cpp568 auto EntryCount = F.getEntryCount(); in getProfileCountFromFreq() local
569 if (!EntryCount) in getProfileCountFromFreq()
572 APInt BlockCount(128, EntryCount.getCount()); in getProfileCountFromFreq()
/external/llvm/lib/Analysis/
DBlockFrequencyInfoImpl.cpp536 auto EntryCount = F.getEntryCount(); in getBlockProfileCount() local
537 if (!EntryCount) in getBlockProfileCount()
540 APInt BlockCount(128, EntryCount.getValue()); in getBlockProfileCount()
/external/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp519 void markFunctionAttributes(uint64_t EntryCount, uint64_t MaxCount) { in markFunctionAttributes() argument
526 if (EntryCount >= HotFunctionThreshold.scale(ProgramMaxCount)) in markFunctionAttributes()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DWinException.cpp551 const MCExpr *EntryCount = MCBinaryExpr::createDiv(LabelDiff, EntrySize, Ctx); in emitCSpecificHandlerTable() local
553 OS.EmitValue(EntryCount, 4); in emitCSpecificHandlerTable()
/external/llvm/lib/CodeGen/AsmPrinter/
DWinException.cpp543 const MCExpr *EntryCount = MCBinaryExpr::createDiv(LabelDiff, EntrySize, Ctx); in emitCSpecificHandlerTable() local
545 OS.EmitValue(EntryCount, 4); in emitCSpecificHandlerTable()
/external/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);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp939 void markFunctionAttributes(uint64_t EntryCount, uint64_t MaxCount) { in markFunctionAttributes() argument
946 if (EntryCount >= HotFunctionThreshold.scale(ProgramMaxCount)) in markFunctionAttributes()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DWasmObjectFile.cpp558 uint32_t EntryCount = readVaruint32(Ctx); in parseLinkingSectionComdat() local
559 while (EntryCount--) { in parseLinkingSectionComdat()
/external/clang/lib/CodeGen/
DCGObjC.cpp1550 uint64_t EntryCount = getCurrentProfileCount(); in EmitObjCForCollectionStmt() local
1554 createProfileWeights(EntryCount, getProfileCount(S.getBody()))); in EmitObjCForCollectionStmt()
1699 createProfileWeights(getProfileCount(S.getBody()), EntryCount)); in EmitObjCForCollectionStmt()
/external/v8/src/arm64/
Dassembler-arm64.cc359 if (EntryCount() > Assembler::kApproxMaxPoolEntryCount) { in RecordEntry()
394 return 4 * kInstrSize + EntryCount() * kPointerSize; in WorstCaseSize()
412 return prologue_size + EntryCount() * kPointerSize; in SizeIfEmittedAtCurrentPc()
484 int word_count = EntryCount() * 2 + 1 + in EmitMarker()
4848 int count = constpool_.EntryCount(); in CheckConstPool()
Dassembler-arm64.h832 int EntryCount() const { return static_cast<int>(entries_.size()); } in EntryCount() function
3515 return constpool_.EntryCount() * kPointerSize; in GetConstantPoolEntriesSizeForTesting()
/external/mesa3d/src/gallium/auxiliary/util/
Ddbghelp.h1107 ULONG32 EntryCount; member
/external/llvm/unittests/IR/
DMetadataTest.cpp2286 TEST_F(FunctionAttachmentTest, EntryCount) { in TEST_F() argument
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DMetadataTest.cpp2518 TEST_F(FunctionAttachmentTest, EntryCount) { in TEST_F() argument