| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | ModuleSummaryIndex.h | 527 uint64_t EntryCount = 0; 536 uint64_t EntryCount, std::vector<ValueInfo> Refs, 544 InstCount(NumInsts), FunFlags(FunFlags), EntryCount(EntryCount), 570 uint64_t entryCount() const { return EntryCount; } 573 void setEntryCount(uint64_t EC) { EntryCount = EC; }
|
| /freebsd-12.1/contrib/llvm/lib/MC/ |
| H A D | MCCodeView.cpp | 356 unsigned EntryCount = FileSegEnd - I; in emitLineTableForFunction() local 363 OS.EmitIntValue(EntryCount, 4); in emitLineTableForFunction() 365 SegmentSize += 8 * EntryCount; in emitLineTableForFunction() 367 SegmentSize += 4 * EntryCount; in emitLineTableForFunction()
|
| /freebsd-12.1/sys/contrib/dev/acpica/compiler/ |
| H A D | dttable2.c | 1373 UINT32 EntryCount; in DtCompileSdev() local 1490 EntryCount = 0; in DtCompileSdev() 1508 EntryCount++; in DtCompileSdev() 1515 (EntryCount * sizeof (ACPI_SDEV_PCIE_PATH)); in DtCompileSdev()
|
| /freebsd-12.1/contrib/llvm/lib/ProfileData/ |
| H A D | GCOV.cpp | 829 uint64_t EntryCount = Func->getEntryCount(); in printFunctionSummary() local 835 OS << "function " << Func->getName() << " called " << EntryCount in printFunctionSummary() 836 << " returned " << safeDiv(Func->getExitCount() * 100, EntryCount) in printFunctionSummary()
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | BlockFrequencyInfoImpl.cpp | 568 auto EntryCount = F.getEntryCount(); in getProfileCountFromFreq() local 569 if (!EntryCount) in getProfileCountFromFreq() 572 APInt BlockCount(128, EntryCount.getCount()); in getProfileCountFromFreq()
|
| /freebsd-12.1/sys/dev/mwl/ |
| H A D | mwlreg.h | 714 uint32_t EntryCount; member 723 uint32_t EntryCount; member
|
| H A D | mwlhal.c | 965 pCmd->EntryCount = htole32(1); in mwl_hal_settxrate() 984 pCmd->EntryCount = htole32(n); in mwl_hal_settxrate()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | WinException.cpp | 568 const MCExpr *EntryCount = MCBinaryExpr::createDiv(LabelDiff, EntrySize, Ctx); in emitCSpecificHandlerTable() local 570 OS.EmitValue(EntryCount, 4); in emitCSpecificHandlerTable()
|
| /freebsd-12.1/stand/efi/include/ |
| H A D | efiapi.h | 595 OUT UINTN *EntryCount
|
| /freebsd-12.1/sys/contrib/edk2/Include/Uefi/ |
| H A D | UefiSpec.h | 1375 OUT UINTN *EntryCount
|
| /freebsd-12.1/sys/contrib/edk2/Include/IndustryStandard/ |
| H A D | Acpi40.h | 1125 UINT32 EntryCount; member
|
| H A D | Acpi51.h | 1811 UINT32 EntryCount; member
|
| H A D | Acpi50.h | 1795 UINT32 EntryCount; member
|
| H A D | Acpi60.h | 1998 UINT32 EntryCount; member
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/ |
| H A D | PGOInstrumentation.cpp | 945 void markFunctionAttributes(uint64_t EntryCount, uint64_t MaxCount) { in markFunctionAttributes() argument 952 if (EntryCount >= HotFunctionThreshold.scale(ProgramMaxCount)) in markFunctionAttributes()
|
| /freebsd-12.1/sys/contrib/dev/acpica/include/ |
| H A D | actbl1.h | 1037 UINT32 EntryCount; member
|
| /freebsd-12.1/contrib/llvm/lib/Object/ |
| H A D | WasmObjectFile.cpp | 644 uint32_t EntryCount = readVaruint32(Ctx); in parseLinkingSectionComdat() local 645 while (EntryCount--) { in parseLinkingSectionComdat()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGObjC.cpp | 1660 uint64_t EntryCount = getCurrentProfileCount(); in EmitObjCForCollectionStmt() local 1664 createProfileWeights(EntryCount, getProfileCount(S.getBody()))); in EmitObjCForCollectionStmt() 1810 createProfileWeights(getProfileCount(S.getBody()), EntryCount)); in EmitObjCForCollectionStmt()
|
| /freebsd-12.1/contrib/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 5455 uint64_t EntryCount = 0; in parseEntireSummary() local 5468 EntryCount = Record[5]; in parseEntireSummary() 5489 Flags, InstCount, getDecodedFFlags(RawFunFlags), EntryCount, in parseEntireSummary()
|