Home
last modified time | relevance | path

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

1234

/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.h63 getCalleeSavedRegs(const MachineFunction *MF) const = 0;
92 const MCPhysReg *getCalleeSavedRegs(const MachineFunction *MF) const final;
115 const MCPhysReg *getCalleeSavedRegs(const MachineFunction *MF) const final;
159 const MCPhysReg *getCalleeSavedRegs(const MachineFunction *MF) const override;
H A DSystemZRegisterInfo.cpp191 SystemZXPLINK64Registers::getCalleeSavedRegs(const MachineFunction *MF) const { in getCalleeSavedRegs() function in SystemZXPLINK64Registers
198 SystemZELFRegisters::getCalleeSavedRegs(const MachineFunction *MF) const { in getCalleeSavedRegs() function in SystemZELFRegisters
240 SystemZRegisterInfo::getCalleeSavedRegs(const MachineFunction *MF) const { in getCalleeSavedRegs() function in SystemZRegisterInfo
245 return Regs->getCalleeSavedRegs(MF); in getCalleeSavedRegs()
/openbsd/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVRegisterInfo.cpp29 SPIRVRegisterInfo::getCalleeSavedRegs(const MachineFunction *MF) const { in getCalleeSavedRegs() function in SPIRVRegisterInfo
H A DSPIRVRegisterInfo.h25 const MCPhysReg *getCalleeSavedRegs(const MachineFunction *MF) const override;
/openbsd/gnu/llvm/llvm/lib/Target/BPF/
H A DBPFRegisterInfo.h27 const MCPhysReg *getCalleeSavedRegs(const MachineFunction *MF) const override;
/openbsd/gnu/llvm/llvm/lib/Target/MSP430/
H A DMSP430RegisterInfo.h28 const MCPhysReg *getCalleeSavedRegs(const MachineFunction *MF) const override;
/openbsd/gnu/llvm/llvm/lib/Target/XCore/
H A DXCoreRegisterInfo.h29 const MCPhysReg *getCalleeSavedRegs(const MachineFunction *MF) const override;
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86MachineFunctionInfo.cpp30 for (const MCPhysReg *CSR = MF->getRegInfo().getCalleeSavedRegs(); in setRestoreBasePointer()
H A DX86RegisterInfo.h101 getCalleeSavedRegs(const MachineFunction* MF) const override;
/openbsd/gnu/llvm/llvm/lib/Target/VE/
H A DVERegisterInfo.h27 const MCPhysReg *getCalleeSavedRegs(const MachineFunction *MF) const override;
/openbsd/gnu/llvm/llvm/lib/Target/Lanai/
H A DLanaiRegisterInfo.h31 getCalleeSavedRegs(const MachineFunction *MF = nullptr) const override;
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DR600RegisterInfo.h30 const MCPhysReg *getCalleeSavedRegs(const MachineFunction *MF) const override;
/openbsd/gnu/llvm/llvm/lib/Target/Sparc/
H A DSparcRegisterInfo.h26 const MCPhysReg *getCalleeSavedRegs(const MachineFunction *MF) const override;
/openbsd/gnu/llvm/llvm/lib/Target/LoongArch/
H A DLoongArchRegisterInfo.h28 const MCPhysReg *getCalleeSavedRegs(const MachineFunction *MF) const override;
/openbsd/gnu/llvm/llvm/lib/Target/ARC/
H A DARCRegisterInfo.h34 const MCPhysReg *getCalleeSavedRegs(const MachineFunction *MF) const override;
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegisterInfo.h35 const MCPhysReg *getCalleeSavedRegs(const MachineFunction *MF) const override;
/openbsd/gnu/llvm/llvm/lib/Target/CSKY/
H A DCSKYRegisterInfo.h36 const MCPhysReg *getCalleeSavedRegs(const MachineFunction *MF) const override;
/openbsd/gnu/llvm/llvm/lib/Target/NVPTX/
H A DNVPTXRegisterInfo.h38 const MCPhysReg *getCalleeSavedRegs(const MachineFunction *MF) const override;
H A DNVPTXRegisterInfo.cpp104 NVPTXRegisterInfo::getCalleeSavedRegs(const MachineFunction *) const { in getCalleeSavedRegs() function in NVPTXRegisterInfo
/openbsd/gnu/llvm/llvm/lib/Target/AVR/
H A DAVRRegisterInfo.h30 getCalleeSavedRegs(const MachineFunction *MF = nullptr) const override;
/openbsd/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsRegisterInfo.h52 const MCPhysReg *getCalleeSavedRegs(const MachineFunction *MF) const override;
H A DMipsFrameLowering.cpp131 for (const MCPhysReg *R = TRI.getCalleeSavedRegs(&MF); *R; ++R) { in estimateStackSize()
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonRegisterInfo.h34 const MCPhysReg *getCalleeSavedRegs(const MachineFunction *MF)
/openbsd/gnu/llvm/llvm/lib/Target/M68k/
H A DM68kRegisterInfo.h53 const MCPhysReg *getCalleeSavedRegs(const MachineFunction *MF) const override;
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVRegisterInfo.h30 const MCPhysReg *getCalleeSavedRegs(const MachineFunction *MF) const override;

1234