Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DPseudoSourceValue.cpp107 PseudoSourceValueManager::PseudoSourceValueManager( in PseudoSourceValueManager() function in PseudoSourceValueManager
115 const PseudoSourceValue *PseudoSourceValueManager::getStack() { in getStack()
119 const PseudoSourceValue *PseudoSourceValueManager::getGOT() { return &GOTPSV; } in getGOT()
121 const PseudoSourceValue *PseudoSourceValueManager::getConstantPool() { in getConstantPool()
125 const PseudoSourceValue *PseudoSourceValueManager::getJumpTable() { in getJumpTable()
130 PseudoSourceValueManager::getFixedStack(int FI) { in getFixedStack()
138 PseudoSourceValueManager::getGlobalValueCallEntry(const GlobalValue *GV) { in getGlobalValueCallEntry()
147 PseudoSourceValueManager::getExternalSymbolCallEntry(const char *ES) { in getExternalSymbolCallEntry()
H A DMachineFunction.cpp203 llvm::make_unique<PseudoSourceValueManager>(*(getSubtarget(). in init()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DPseudoSourceValue.h157 class PseudoSourceValueManager {
168 PseudoSourceValueManager(const TargetInstrInfo &TII);
H A DMachineFunction.h71 class PseudoSourceValueManager; variable
304 std::unique_ptr<PseudoSourceValueManager> PSVManager;
427 PseudoSourceValueManager &getPSVManager() const { return *PSVManager; }