Searched refs:getGlobalRetAddr (Results 1 – 4 of 4) sorted by relevance
185 SDNode *getGlobalRetAddr();201 SDNode *AlphaDAGToDAGISel::getGlobalRetAddr() { in getGlobalRetAddr() function in AlphaDAGToDAGISel202 unsigned GlobalRetAddr = getInstrInfo()->getGlobalRetAddr(MF); in getGlobalRetAddr()228 return getGlobalRetAddr(); in Select()
50 unsigned getGlobalRetAddr() const { return GlobalRetAddr; } in getGlobalRetAddr() function
80 unsigned getGlobalRetAddr(MachineFunction *MF) const;
363 unsigned AlphaInstrInfo::getGlobalRetAddr(MachineFunction *MF) const { in getGlobalRetAddr() function in AlphaInstrInfo365 unsigned GlobalRetAddr = AlphaFI->getGlobalRetAddr(); in getGlobalRetAddr()