Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
53 return reinterpret_cast<PoolEntry *>(static_cast<uintptr_t>(1)); 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()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DSymbolStringPool.h116 using PoolEntry = SymbolStringPool::PoolMapEntry;
117 using PoolEntryPtr = PoolEntry *;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DOrcV2CBindings.cpp29 using PoolEntry = SymbolStringPtr::PoolEntry; typedef in llvm::orc::OrcV2CAPIHelper
79 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(OrcV2CAPIHelper::PoolEntry,