Home
last modified time | relevance | path

Searched refs:Pool (Results 1 – 25 of 42) sorted by relevance

12

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DManagedStringPool.h26 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 DDwarfStringPool.cpp22 : 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 DAddressPool.cpp22 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 DDwarfStringPool.h29 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 DAddressPool.h30 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 DSymbolStringPool.h46 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 DCostAllocator.h36 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 DConstString.cpp30 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 DDWPStringPool.h35 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 DAllTUsExecution.cpp118 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 Dset1920 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 DCoverageExporterJson.cpp240 ThreadPool Pool(S); in renderFiles() local
247 Pool.async([&] { in renderFiles()
255 Pool.wait(); in renderFiles()
H A DCoverageReport.cpp398 ThreadPool Pool(S); in prepareFileReports() local
405 Pool.async(&CoverageReport::prepareSingleFileReport, Filename, in prepareFileReports()
408 Pool.wait(); in prepareFileReports()
H A DCodeCoverage.cpp1071 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 Ddiff34 # Copyright (C) 2001 by Martin Pool. You may do whatever you want with
H A Dpmem9 >4 regex LOG|BLK|OBJ Persistent Memory Pool file, type: %s,
H A Djava9 # From Martin Pool ([email protected])
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DIdentifierResolver.cpp44 IdDeclInfo Pool[POOL_SIZE]; member
407 IdDeclInfo *IDI = &CurPool->Pool[CurIndex]; in operator []()
/freebsd-13.1/sys/contrib/openzfs/.github/workflows/
H A Dzloop.yml64 name: Pool files
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFStreamer.h83 void emitStrings(const NonRelocatableStringpool &Pool) override;
/freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp1014 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 Dllvm-profdata.cpp356 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 Dusb_hid_usages1097 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 Dzimport.sh102 -i <pool-dir> Pool image directory
/freebsd-13.1/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp221 void DwarfStreamer::emitStrings(const NonRelocatableStringpool &Pool) { in emitStrings() argument
223 std::vector<DwarfStringPoolEntryRef> Entries = Pool.getEntriesForEmission(); in emitStrings()

12