HomeSort by relevance Sort by last modified time
    Searched refs:getGlobalRetAddr (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Target/Alpha/
AlphaMachineFunctionInfo.h 50 unsigned getGlobalRetAddr() const { return GlobalRetAddr; }
AlphaInstrInfo.h 76 /// getGlobalRetAddr - Return a virtual register initialized with the
80 unsigned getGlobalRetAddr(MachineFunction *MF) const;
AlphaISelDAGToDAG.cpp 185 SDNode *getGlobalRetAddr();
199 /// getGlobalRetAddr - Grab the return address.
201 SDNode *AlphaDAGToDAGISel::getGlobalRetAddr() {
202 unsigned GlobalRetAddr = getInstrInfo()->getGlobalRetAddr(MF);
228 return getGlobalRetAddr();
AlphaInstrInfo.cpp 359 /// getGlobalRetAddr - Return a virtual register initialized with the
363 unsigned AlphaInstrInfo::getGlobalRetAddr(MachineFunction *MF) const {
365 unsigned GlobalRetAddr = AlphaFI->getGlobalRetAddr();

Completed in 1799 milliseconds