| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | ManagedStringPool.h | 26 SmallVector<std::string *, 8> Pool; variable 32 SmallVectorImpl<std::string *>::iterator Current = Pool.begin(); in ~ManagedStringPool() 33 while (Current != Pool.end()) { in ~ManagedStringPool() 41 Pool.push_back(Str); in getManagedString()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfStringPool.cpp | 22 : Pool(A), Prefix(Prefix), in DwarfStringPool() 27 auto I = Pool.insert(std::make_pair(Str, EntryTy())); in getEntryImpl() 77 if (Pool.empty()) in emit() 85 Entries.reserve(Pool.size()); in emit() 87 for (const auto &E : Pool) in emit() 115 for (const auto &Entry : Pool) { in emit()
|
| H A D | AddressPool.cpp | 22 Pool.insert(std::make_pair(Sym, AddressPoolEntry(Pool.size(), TLS))); in getIndex() 59 SmallVector<const MCExpr *, 64> Entries(Pool.size()); in emit() 61 for (const auto &I : Pool) in emit()
|
| H A D | DwarfStringPool.h | 29 StringMap<EntryTy, BumpPtrAllocator &> Pool; variable 49 bool empty() const { return Pool.empty(); } in empty() 51 unsigned size() const { return Pool.size(); } in size()
|
| H A D | AddressPool.h | 30 DenseMap<const MCSymbol *, AddressPoolEntry> Pool; variable 47 bool isEmpty() { return Pool.empty(); } in isEmpty()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | SymbolStringPool.h | 46 PoolMap Pool; variable 157 assert(Pool.empty() && "Dangling references at pool destruction time"); 165 std::tie(I, Added) = Pool.try_emplace(S, 0); 171 for (auto I = Pool.begin(), E = Pool.end(); I != E;) { 174 Pool.erase(Tmp); 180 return Pool.empty();
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/PBQP/ |
| H A D | CostAllocator.h | 36 PoolEntry(ValuePool &Pool, ValueKeyT Value) in PoolEntry() argument 37 : Pool(Pool), Value(std::move(Value)) {} in PoolEntry() 39 ~PoolEntry() { Pool.removeEntry(this); } in ~PoolEntry() 44 ValuePool &Pool;
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Utility/ |
| H A D | ConstString.cpp | 30 class Pool { class 165 size_t mem_size = sizeof(Pool); in MemorySize() 196 static Pool &StringPool() { in StringPool() 198 static Pool *g_string_pool = nullptr; in StringPool() 201 []() { g_string_pool = new Pool(); }); in StringPool() 239 return Pool::GetConstCStringLength(m_string); in GetLength()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DWP/ |
| H A D | DWPStringPool.h | 35 DenseMap<const char *, uint32_t, CStrDenseMapInfo> Pool; variable 44 auto Pair = Pool.insert(std::make_pair(Str, Offset)); in getOffset()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/ |
| H A D | AllTUsExecution.cpp | 118 llvm::ThreadPool Pool(llvm::hardware_concurrency(ThreadCount)); in execute() local 120 Pool.async( in execute() 142 Pool.wait(); in execute()
|
| /freebsd-13.1/contrib/tcsh/nls/german/ |
| H A D | set19 | 20 18 Gesamter benutzer Speicher im Pool: %d\n 21 19 Gesamter freier Speicher im Pool: %d\n
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-cov/ |
| H A D | CoverageExporterJson.cpp | 240 ThreadPool Pool(S); in renderFiles() local 247 Pool.async([&] { in renderFiles() 255 Pool.wait(); in renderFiles()
|
| H A D | CoverageReport.cpp | 398 ThreadPool Pool(S); in prepareFileReports() local 405 Pool.async(&CoverageReport::prepareSingleFileReport, Filename, in prepareFileReports() 408 Pool.wait(); in prepareFileReports()
|
| H A D | CodeCoverage.cpp | 1071 ThreadPool Pool(S); in doShow() local 1073 Pool.async(&CodeCoverageTool::writeSourceFileView, this, SourceFile, in doShow() 1075 Pool.wait(); in doShow()
|
| /freebsd-13.1/contrib/file/magic/Magdir/ |
| H A D | diff | 34 # Copyright (C) 2001 by Martin Pool. You may do whatever you want with
|
| H A D | pmem | 9 >4 regex LOG|BLK|OBJ Persistent Memory Pool file, type: %s,
|
| H A D | java | 9 # From Martin Pool ([email protected])
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | IdentifierResolver.cpp | 44 IdDeclInfo Pool[POOL_SIZE]; member 407 IdDeclInfo *IDI = &CurPool->Pool[CurIndex]; in operator []()
|
| /freebsd-13.1/sys/contrib/openzfs/.github/workflows/ |
| H A D | zloop.yml | 64 name: Pool files
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DWARFLinker/ |
| H A D | DWARFStreamer.h | 83 void emitStrings(const NonRelocatableStringpool &Pool) override;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | ThinLTOCodeGenerator.cpp | 1014 ThreadPool Pool; in run() local 1017 Pool.async([&](int count) { in run() 1146 ThreadPool Pool(heavyweight_hardware_concurrency(ThreadCount)); in run() local 1149 Pool.async([&](int count) { in run()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-profdata/ |
| H A D | llvm-profdata.cpp | 356 ThreadPool Pool(hardware_concurrency(NumThreads)); in mergeInstrProfile() local 361 Pool.async(loadInput, Input, Remapper, Contexts[Ctx].get()); in mergeInstrProfile() 364 Pool.wait(); in mergeInstrProfile() 372 Pool.async(mergeWriterContexts, Contexts[I].get(), in mergeInstrProfile() 374 Pool.wait(); in mergeInstrProfile() 376 Pool.async(mergeWriterContexts, Contexts[0].get(), in mergeInstrProfile() 378 Pool.wait(); in mergeInstrProfile()
|
| /freebsd-13.1/share/misc/ |
| H A D | usb_hid_usages | 1097 0x7F PID Pool Report 1098 0x80 RAM Pool Size 1099 0x81 ROM Pool Size 1102 0x84 Pool Alignment 1103 0x85 PID Pool Move Report 1132 0xA9 Device Managed Pool 1135 0xAC RAM Pool Available
|
| /freebsd-13.1/sys/contrib/openzfs/scripts/ |
| H A D | zimport.sh | 102 -i <pool-dir> Pool image directory
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DWARFLinker/ |
| H A D | DWARFStreamer.cpp | 221 void DwarfStreamer::emitStrings(const NonRelocatableStringpool &Pool) { in emitStrings() argument 223 std::vector<DwarfStringPoolEntryRef> Entries = Pool.getEntriesForEmission(); in emitStrings()
|