/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/ |
H A D | SystemZRegisterInfo.h | 63 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 D | SystemZRegisterInfo.cpp | 191 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 D | SPIRVRegisterInfo.cpp | 29 SPIRVRegisterInfo::getCalleeSavedRegs(const MachineFunction *MF) const { in getCalleeSavedRegs() function in SPIRVRegisterInfo
|
H A D | SPIRVRegisterInfo.h | 25 const MCPhysReg *getCalleeSavedRegs(const MachineFunction *MF) const override;
|
/openbsd/gnu/llvm/llvm/lib/Target/BPF/ |
H A D | BPFRegisterInfo.h | 27 const MCPhysReg *getCalleeSavedRegs(const MachineFunction *MF) const override;
|
/openbsd/gnu/llvm/llvm/lib/Target/MSP430/ |
H A D | MSP430RegisterInfo.h | 28 const MCPhysReg *getCalleeSavedRegs(const MachineFunction *MF) const override;
|
/openbsd/gnu/llvm/llvm/lib/Target/XCore/ |
H A D | XCoreRegisterInfo.h | 29 const MCPhysReg *getCalleeSavedRegs(const MachineFunction *MF) const override;
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86MachineFunctionInfo.cpp | 30 for (const MCPhysReg *CSR = MF->getRegInfo().getCalleeSavedRegs(); in setRestoreBasePointer()
|
H A D | X86RegisterInfo.h | 101 getCalleeSavedRegs(const MachineFunction* MF) const override;
|
/openbsd/gnu/llvm/llvm/lib/Target/VE/ |
H A D | VERegisterInfo.h | 27 const MCPhysReg *getCalleeSavedRegs(const MachineFunction *MF) const override;
|
/openbsd/gnu/llvm/llvm/lib/Target/Lanai/ |
H A D | LanaiRegisterInfo.h | 31 getCalleeSavedRegs(const MachineFunction *MF = nullptr) const override;
|
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | R600RegisterInfo.h | 30 const MCPhysReg *getCalleeSavedRegs(const MachineFunction *MF) const override;
|
/openbsd/gnu/llvm/llvm/lib/Target/Sparc/ |
H A D | SparcRegisterInfo.h | 26 const MCPhysReg *getCalleeSavedRegs(const MachineFunction *MF) const override;
|
/openbsd/gnu/llvm/llvm/lib/Target/LoongArch/ |
H A D | LoongArchRegisterInfo.h | 28 const MCPhysReg *getCalleeSavedRegs(const MachineFunction *MF) const override;
|
/openbsd/gnu/llvm/llvm/lib/Target/ARC/ |
H A D | ARCRegisterInfo.h | 34 const MCPhysReg *getCalleeSavedRegs(const MachineFunction *MF) const override;
|
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyRegisterInfo.h | 35 const MCPhysReg *getCalleeSavedRegs(const MachineFunction *MF) const override;
|
/openbsd/gnu/llvm/llvm/lib/Target/CSKY/ |
H A D | CSKYRegisterInfo.h | 36 const MCPhysReg *getCalleeSavedRegs(const MachineFunction *MF) const override;
|
/openbsd/gnu/llvm/llvm/lib/Target/NVPTX/ |
H A D | NVPTXRegisterInfo.h | 38 const MCPhysReg *getCalleeSavedRegs(const MachineFunction *MF) const override;
|
H A D | NVPTXRegisterInfo.cpp | 104 NVPTXRegisterInfo::getCalleeSavedRegs(const MachineFunction *) const { in getCalleeSavedRegs() function in NVPTXRegisterInfo
|
/openbsd/gnu/llvm/llvm/lib/Target/AVR/ |
H A D | AVRRegisterInfo.h | 30 getCalleeSavedRegs(const MachineFunction *MF = nullptr) const override;
|
/openbsd/gnu/llvm/llvm/lib/Target/Mips/ |
H A D | MipsRegisterInfo.h | 52 const MCPhysReg *getCalleeSavedRegs(const MachineFunction *MF) const override;
|
H A D | MipsFrameLowering.cpp | 131 for (const MCPhysReg *R = TRI.getCalleeSavedRegs(&MF); *R; ++R) { in estimateStackSize()
|
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonRegisterInfo.h | 34 const MCPhysReg *getCalleeSavedRegs(const MachineFunction *MF)
|
/openbsd/gnu/llvm/llvm/lib/Target/M68k/ |
H A D | M68kRegisterInfo.h | 53 const MCPhysReg *getCalleeSavedRegs(const MachineFunction *MF) const override;
|
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/ |
H A D | RISCVRegisterInfo.h | 30 const MCPhysReg *getCalleeSavedRegs(const MachineFunction *MF) const override;
|