Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
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()
DMachineFunction.cpp206 std::make_unique<PseudoSourceValueManager>(*(getSubtarget(). in init()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DPseudoSourceValue.h156 class PseudoSourceValueManager {
167 PseudoSourceValueManager(const TargetInstrInfo &TII);
DMachineFunction.h68 class PseudoSourceValueManager; variable
317 std::unique_ptr<PseudoSourceValueManager> PSVManager;
582 PseudoSourceValueManager &getPSVManager() const { return *PSVManager; }