Home
last modified time | relevance | path

Searched refs:getCalleeSavedRegs (Results 1 – 25 of 50) sorted by relevance

12

/NextBSD/contrib/llvm/lib/Target/BPF/
HDBPFRegisterInfo.h28 const MCPhysReg *getCalleeSavedRegs(const MachineFunction *MF) const override;
HDBPFRegisterInfo.cpp33 BPFRegisterInfo::getCalleeSavedRegs(const MachineFunction *MF) const { in getCalleeSavedRegs() function in BPFRegisterInfo
/NextBSD/contrib/llvm/lib/Target/X86/
HDX86MachineFunctionInfo.cpp24 RegInfo->X86RegisterInfo::getCalleeSavedRegs(MF); in setRestoreBasePointer()
HDX86RegisterInfo.h96 getCalleeSavedRegs(const MachineFunction* MF) const override;
/NextBSD/contrib/llvm/lib/Target/MSP430/
HDMSP430RegisterInfo.h29 const MCPhysReg *getCalleeSavedRegs(const MachineFunction *MF) const override;
HDMSP430RegisterInfo.cpp39 MSP430RegisterInfo::getCalleeSavedRegs(const MachineFunction *MF) const { in getCalleeSavedRegs() function in MSP430RegisterInfo
/NextBSD/contrib/llvm/lib/Target/XCore/
HDXCoreRegisterInfo.h32 const MCPhysReg *getCalleeSavedRegs(const MachineFunction *MF) const override;
/NextBSD/contrib/llvm/lib/Target/AMDGPU/
HDAMDGPURegisterInfo.h52 const MCPhysReg* getCalleeSavedRegs(const MachineFunction *MF) const override;
HDAMDGPURegisterInfo.cpp30 AMDGPURegisterInfo::getCalleeSavedRegs(const MachineFunction *MF) const { in getCalleeSavedRegs() function in AMDGPURegisterInfo
/NextBSD/contrib/llvm/lib/Target/WebAssembly/
HDWebAssemblyRegisterInfo.h36 const MCPhysReg *getCalleeSavedRegs(const MachineFunction *MF) const override;
HDWebAssemblyRegisterInfo.cpp40 WebAssemblyRegisterInfo::getCalleeSavedRegs(const MachineFunction *) const { in getCalleeSavedRegs() function in WebAssemblyRegisterInfo
/NextBSD/contrib/llvm/lib/Target/Sparc/
HDSparcRegisterInfo.h27 const MCPhysReg *getCalleeSavedRegs(const MachineFunction *MF) const override;
/NextBSD/contrib/llvm/lib/Target/SystemZ/
HDSystemZRegisterInfo.h46 const MCPhysReg *getCalleeSavedRegs(const MachineFunction *MF) const override;
HDSystemZRegisterInfo.cpp26 SystemZRegisterInfo::getCalleeSavedRegs(const MachineFunction *MF) const { in getCalleeSavedRegs() function in SystemZRegisterInfo
/NextBSD/contrib/llvm/lib/Target/NVPTX/
HDNVPTXRegisterInfo.h38 const MCPhysReg *getCalleeSavedRegs(const MachineFunction *MF) const override;
HDNVPTXRegisterInfo.cpp81 NVPTXRegisterInfo::getCalleeSavedRegs(const MachineFunction *) const { in getCalleeSavedRegs() function in NVPTXRegisterInfo
/NextBSD/contrib/llvm/lib/Target/Hexagon/
HDHexagonRegisterInfo.h45 const MCPhysReg *getCalleeSavedRegs(const MachineFunction *MF)
/NextBSD/contrib/llvm/lib/Target/Mips/
HDMipsRegisterInfo.h44 const MCPhysReg *getCalleeSavedRegs(const MachineFunction *MF) const override;
HDMipsFrameLowering.cpp123 for (const MCPhysReg *R = TRI.getCalleeSavedRegs(&MF); *R; ++R) { in estimateStackSize()
/NextBSD/contrib/llvm/lib/CodeGen/
HDTargetFrameLoweringImpl.cpp66 const MCPhysReg *CSRegs = TRI.getCalleeSavedRegs(&MF); in determineCalleeSaves()
HDLivePhysRegs.cpp143 for (const MCPhysReg *CSR = TRI.getCalleeSavedRegs(&MF); CSR && *CSR; ++CSR) in addPristines()
HDRegisterClassInfo.cpp51 const MCPhysReg *CSR = TRI->getCalleeSavedRegs(MF); in runOnMachineFunction()
/NextBSD/contrib/llvm/lib/Target/AArch64/
HDAArch64RegisterInfo.h37 const MCPhysReg *getCalleeSavedRegs(const MachineFunction *MF) const override;
/NextBSD/contrib/llvm/lib/Target/ARM/
HDARMBaseRegisterInfo.h94 const MCPhysReg *getCalleeSavedRegs(const MachineFunction *MF) const override;
/NextBSD/contrib/llvm/lib/Target/PowerPC/
HDPPCRegisterInfo.h77 const MCPhysReg *getCalleeSavedRegs(const MachineFunction *MF) const override;

12