Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/Alpha/
DAlphaISelDAGToDAG.cpp185 SDNode *getGlobalRetAddr();
201 SDNode *AlphaDAGToDAGISel::getGlobalRetAddr() { in getGlobalRetAddr() function in AlphaDAGToDAGISel
202 unsigned GlobalRetAddr = getInstrInfo()->getGlobalRetAddr(MF); in getGlobalRetAddr()
228 return getGlobalRetAddr(); in Select()
DAlphaMachineFunctionInfo.h50 unsigned getGlobalRetAddr() const { return GlobalRetAddr; } in getGlobalRetAddr() function
DAlphaInstrInfo.h80 unsigned getGlobalRetAddr(MachineFunction *MF) const;
DAlphaInstrInfo.cpp363 unsigned AlphaInstrInfo::getGlobalRetAddr(MachineFunction *MF) const { in getGlobalRetAddr() function in AlphaInstrInfo
365 unsigned GlobalRetAddr = AlphaFI->getGlobalRetAddr(); in getGlobalRetAddr()