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

123

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFRegisterInfo.h27 const MCPhysReg *getCalleeSavedRegs(const MachineFunction *MF) const override;
H A DBPFRegisterInfo.cpp33 BPFRegisterInfo::getCalleeSavedRegs(const MachineFunction *MF) const { function in class:BPFRegisterInfo
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430RegisterInfo.h28 const MCPhysReg *getCalleeSavedRegs(const MachineFunction *MF) const override;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MachineFunctionInfo.cpp23 for (const MCPhysReg *CSR = MF->getRegInfo().getCalleeSavedRegs();
H A DX86RegisterInfo.h102 /// getCalleeSavedRegs - Return a null-terminated list of all of the
105 getCalleeSavedRegs(const MachineFunction* MF) const override;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600RegisterInfo.h28 const MCPhysReg *getCalleeSavedRegs(const MachineFunction *MF) const override;
H A DR600RegisterInfo.cpp65 const MCPhysReg *R600RegisterInfo::getCalleeSavedRegs( function in class:R600RegisterInfo
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreRegisterInfo.h31 const MCPhysReg *getCalleeSavedRegs(const MachineFunction *MF) const override;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCRegisterInfo.h31 const MCPhysReg *getCalleeSavedRegs(const MachineFunction *MF) const override;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRRegisterInfo.h30 getCalleeSavedRegs(const MachineFunction *MF = 0) const override;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiRegisterInfo.h31 getCalleeSavedRegs(const MachineFunction *MF = nullptr) const override;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXRegisterInfo.h37 const MCPhysReg *getCalleeSavedRegs(const MachineFunction *MF) const override;
H A DNVPTXRegisterInfo.cpp102 NVPTXRegisterInfo::getCalleeSavedRegs(const MachineFunction *) const { function in class:NVPTXRegisterInfo
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVRegisterInfo.h30 const MCPhysReg *getCalleeSavedRegs(const MachineFunction *MF) const override;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcRegisterInfo.h26 const MCPhysReg *getCalleeSavedRegs(const MachineFunction *MF) const override;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/VE/
H A DVERegisterInfo.h27 const MCPhysReg *getCalleeSavedRegs(const MachineFunction *MF) const override;
H A DVERegisterInfo.cpp36 VERegisterInfo::getCalleeSavedRegs(const MachineFunction *MF) const { function in class:VERegisterInfo
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegisterInfo.h35 const MCPhysReg *getCalleeSavedRegs(const MachineFunction *MF) const override;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonRegisterInfo.h34 const MCPhysReg *getCalleeSavedRegs(const MachineFunction *MF)
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsRegisterInfo.h52 const MCPhysReg *getCalleeSavedRegs(const MachineFunction *MF) const override;
H A DMipsFrameLowering.cpp126 for (const MCPhysReg *R = TRI.getCalleeSavedRegs(&MF); *R; ++R) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.h78 const MCPhysReg *getCalleeSavedRegs(const MachineFunction *MF) const override;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveRegUnits.cpp88 for (const MCPhysReg *CSR = MRI.getCalleeSavedRegs(); CSR && *CSR; ++CSR)
H A DTargetFrameLoweringImpl.cpp94 const MCPhysReg *CSRegs = MF.getRegInfo().getCalleeSavedRegs();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.h46 const MCPhysReg *getCalleeSavedRegs(const MachineFunction *MF) const override;

Completed in 122 milliseconds

123