Searched refs:getCalleeSavedRegs (Results 1 - 25 of 42) sorted by relevance

12

/freebsd-10.0-release/contrib/llvm/lib/Target/MSP430/
H A DMSP430RegisterInfo.h39 const uint16_t *getCalleeSavedRegs(const MachineFunction *MF = 0) const;
H A DMSP430RegisterInfo.cpp42 MSP430RegisterInfo::getCalleeSavedRegs(const MachineFunction *MF) const { function in class:MSP430RegisterInfo
/freebsd-10.0-release/contrib/llvm/lib/Target/Sparc/
H A DSparcRegisterInfo.h35 const uint16_t *getCalleeSavedRegs(const MachineFunction *MF = 0) const;
H A DSparcRegisterInfo.cpp36 const uint16_t* SparcRegisterInfo::getCalleeSavedRegs(const MachineFunction *MF) function in class:SparcRegisterInfo
/freebsd-10.0-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.h35 const uint16_t *getCalleeSavedRegs(const MachineFunction *MF = 0) const;
H A DAArch64RegisterInfo.cpp38 AArch64RegisterInfo::getCalleeSavedRegs(const MachineFunction *MF) const { function in class:AArch64RegisterInfo
/freebsd-10.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonRegisterInfo.h52 const uint16_t *getCalleeSavedRegs(const MachineFunction *MF = 0) const;
H A DHexagonRegisterInfo.cpp48 const uint16_t* HexagonRegisterInfo::getCalleeSavedRegs(const MachineFunction function in class:HexagonRegisterInfo
/freebsd-10.0-release/contrib/llvm/lib/Target/MBlaze/
H A DMBlazeRegisterInfo.h49 const uint16_t *getCalleeSavedRegs(const MachineFunction* MF = 0) const;
H A DMBlazeRegisterInfo.cpp58 getCalleeSavedRegs(const MachineFunction *MF) const { function in class:MBlazeRegisterInfo
/freebsd-10.0-release/contrib/llvm/lib/Target/R600/
H A DAMDGPURegisterInfo.cpp34 const uint16_t* AMDGPURegisterInfo::getCalleeSavedRegs(const MachineFunction *MF) function in class:AMDGPURegisterInfo
H A DAMDGPURegisterInfo.h54 const uint16_t* getCalleeSavedRegs(const MachineFunction *MF) const;
/freebsd-10.0-release/contrib/llvm/lib/Target/XCore/
H A DXCoreRegisterInfo.h47 const uint16_t *getCalleeSavedRegs(const MachineFunction *MF = 0) const;
H A DXCoreRegisterInfo.cpp62 const uint16_t* XCoreRegisterInfo::getCalleeSavedRegs(const MachineFunction *MF) function in class:XCoreRegisterInfo
/freebsd-10.0-release/contrib/llvm/lib/Target/Mips/
H A DMipsFrameLowering.cpp113 for (const uint16_t *R = TRI.getCalleeSavedRegs(&MF); *R; ++R) {
H A DMipsRegisterInfo.h47 const uint16_t *getCalleeSavedRegs(const MachineFunction *MF = 0) const;
H A DMipsRegisterInfo.cpp78 getCalleeSavedRegs(const MachineFunction *MF) const { function in class:MipsRegisterInfo
/freebsd-10.0-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXRegisterInfo.h46 getCalleeSavedRegs(const MachineFunction *MF = 0) const;
H A DNVPTXRegisterInfo.cpp89 NVPTXRegisterInfo::getCalleeSavedRegs(const MachineFunction *MF) const { function in class:NVPTXRegisterInfo
/freebsd-10.0-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.h52 virtual const uint16_t *getCalleeSavedRegs(const MachineFunction *MF = 0)
H A DSystemZRegisterInfo.cpp25 SystemZRegisterInfo::getCalleeSavedRegs(const MachineFunction *MF) const { function in class:SystemZRegisterInfo
/freebsd-10.0-release/contrib/llvm/lib/Target/X86/
H A DX86RegisterInfo.h99 /// getCalleeSavedRegs - Return a null-terminated list of all of the
101 const uint16_t *getCalleeSavedRegs(const MachineFunction* MF = 0) const;
/freebsd-10.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.h45 const uint16_t *getCalleeSavedRegs(const MachineFunction* MF = 0) const;
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DRegisterClassInfo.cpp47 const MCPhysReg *CSR = TRI->getCalleeSavedRegs(MF);
/freebsd-10.0-release/contrib/llvm/lib/Target/ARM/
H A DARMBaseRegisterInfo.h97 const uint16_t *getCalleeSavedRegs(const MachineFunction *MF = 0) const;

Completed in 142 milliseconds

12