Home
last modified time | relevance | path

Searched refs:ManagedStringPool (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
DManagedStringPool.h26 class ManagedStringPool {
30 ManagedStringPool() = default;
32 ~ManagedStringPool() { in ~ManagedStringPool()
DNVPTXRegisterInfo.h28 ManagedStringPool ManagedStrPool;
48 ManagedStringPool *getStrPool() const { in getStrPool()
49 return const_cast<ManagedStringPool *>(&ManagedStrPool); in getStrPool()
DNVPTXTargetMachine.h36 ManagedStringPool ManagedStrPool;
52 ManagedStringPool *getManagedStrPool() const { in getManagedStrPool()
53 return const_cast<ManagedStringPool *>(&ManagedStrPool); in getManagedStrPool()
/external/llvm/lib/Target/NVPTX/
DManagedStringPool.h26 class ManagedStringPool {
30 ManagedStringPool() {} in ManagedStringPool() function
31 ~ManagedStringPool() { in ~ManagedStringPool()
DNVPTXRegisterInfo.h28 ManagedStringPool ManagedStrPool;
48 ManagedStringPool *getStrPool() const { in getStrPool()
49 return const_cast<ManagedStringPool *>(&ManagedStrPool); in getStrPool()
DNVPTXTargetMachine.h34 ManagedStringPool ManagedStrPool;
49 ManagedStringPool *getManagedStrPool() const { in getManagedStrPool()
50 return const_cast<ManagedStringPool *>(&ManagedStrPool); in getManagedStrPool()