Home
last modified time | relevance | path

Searched refs:PseudoSourceValueManager (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DPseudoSourceValue.cpp106 PseudoSourceValueManager::PseudoSourceValueManager( in PseudoSourceValueManager() function in PseudoSourceValueManager
114 const PseudoSourceValue *PseudoSourceValueManager::getStack() { in getStack()
118 const PseudoSourceValue *PseudoSourceValueManager::getGOT() { return &GOTPSV; } in getGOT()
120 const PseudoSourceValue *PseudoSourceValueManager::getConstantPool() { in getConstantPool()
124 const PseudoSourceValue *PseudoSourceValueManager::getJumpTable() { in getJumpTable()
129 PseudoSourceValueManager::getFixedStack(int FI) { in getFixedStack()
137 PseudoSourceValueManager::getGlobalValueCallEntry(const GlobalValue *GV) { in getGlobalValueCallEntry()
146 PseudoSourceValueManager::getExternalSymbolCallEntry(const char *ES) { in getExternalSymbolCallEntry()
H A DMachineFunction.cpp206 std::make_unique<PseudoSourceValueManager>(*(getSubtarget(). in init()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DPseudoSourceValue.h156 class PseudoSourceValueManager {
167 PseudoSourceValueManager(const TargetInstrInfo &TII);
H A DMachineFunction.h68 class PseudoSourceValueManager; variable
317 std::unique_ptr<PseudoSourceValueManager> PSVManager;
518 PseudoSourceValueManager &getPSVManager() const { return *PSVManager; }