/external/llvm/lib/MC/ |
D | MCCodeView.cpp | 177 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/ |
D | MCCodeView.cpp | 348 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/ |
D | GCOV.cpp | 697 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/ |
D | GCOV.cpp | 719 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/ |
D | BlockFrequencyInfoImpl.cpp | 568 auto EntryCount = F.getEntryCount(); in getProfileCountFromFreq() local 569 if (!EntryCount) in getProfileCountFromFreq() 572 APInt BlockCount(128, EntryCount.getCount()); in getProfileCountFromFreq()
|
/external/llvm/lib/Analysis/ |
D | BlockFrequencyInfoImpl.cpp | 536 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/ |
D | PGOInstrumentation.cpp | 519 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/ |
D | WinException.cpp | 551 const MCExpr *EntryCount = MCBinaryExpr::createDiv(LabelDiff, EntrySize, Ctx); in emitCSpecificHandlerTable() local 553 OS.EmitValue(EntryCount, 4); in emitCSpecificHandlerTable()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | WinException.cpp | 543 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/ |
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);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | PGOInstrumentation.cpp | 939 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/ |
D | WasmObjectFile.cpp | 558 uint32_t EntryCount = readVaruint32(Ctx); in parseLinkingSectionComdat() local 559 while (EntryCount--) { in parseLinkingSectionComdat()
|
/external/clang/lib/CodeGen/ |
D | CGObjC.cpp | 1550 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/ |
D | assembler-arm64.cc | 359 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()
|
D | assembler-arm64.h | 832 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/ |
D | dbghelp.h | 1107 ULONG32 EntryCount; member
|
/external/llvm/unittests/IR/ |
D | MetadataTest.cpp | 2286 TEST_F(FunctionAttachmentTest, EntryCount) { in TEST_F() argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | MetadataTest.cpp | 2518 TEST_F(FunctionAttachmentTest, EntryCount) { in TEST_F() argument
|