Home
last modified time | relevance | path

Searched refs:PoolEntry (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/PBQP/
H A DCostAllocator.h33 class PoolEntry : public std::enable_shared_from_this<PoolEntry> {
36 PoolEntry(ValuePool &Pool, ValueKeyT Value) in PoolEntry() function
39 ~PoolEntry() { Pool.removeEntry(this); } in ~PoolEntry()
50 static inline PoolEntry *getEmptyKey() { return nullptr; } in getEmptyKey()
52 static inline PoolEntry *getTombstoneKey() { in getTombstoneKey()
61 static unsigned getHashValue(PoolEntry *P) { in getHashValue()
65 static unsigned getHashValue(const PoolEntry *P) { in getHashValue()
75 static bool isEqual(const ValueKeyT &C, PoolEntry *P) { in isEqual()
81 static bool isEqual(PoolEntry *P1, PoolEntry *P2) { in isEqual()
88 using EntrySetT = DenseSet<PoolEntry *, PoolEntryDSInfo>;
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DSymbolStringPool.h106 using PoolEntry = SymbolStringPool::PoolMapEntry;
107 using PoolEntryPtr = PoolEntry *;
197 using PoolEntry = SymbolStringPool::PoolMapEntry;
199 SymbolStringPoolEntryUnsafe(PoolEntry *E) : E(E) {}
208 PoolEntry *E = nullptr;
213 PoolEntry *rawPtr() { return E; }
231 PoolEntry *E = nullptr;
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/orc/
H A Dstring_pool.h119 using PoolEntry = StringPool::PoolMapEntry;
120 using PoolEntryPtr = PoolEntry *;
/freebsd-14.2/contrib/llvm-project/lldb/source/Utility/
H A DConstString.cpp179 struct PoolEntry { struct in Pool
184 std::array<PoolEntry, 256> m_string_pools;
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DOrcV2CBindings.cpp47 return reinterpret_cast<SymbolStringPoolEntryUnsafe::PoolEntry *>(E); in unwrap()