|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Overridden By
lib/Target/AArch64/AArch64RegisterInfo.cpp 44 AArch64RegisterInfo::getCalleeSavedRegs(const MachineFunction *MF) const {
lib/Target/AMDGPU/AMDGPURegisterInfo.cpp 95 const MCPhysReg *SIRegisterInfo::getCalleeSavedRegs(
lib/Target/AMDGPU/R600RegisterInfo.cpp 65 const MCPhysReg *R600RegisterInfo::getCalleeSavedRegs(
lib/Target/ARC/ARCRegisterInfo.cpp 135 ARCRegisterInfo::getCalleeSavedRegs(const MachineFunction *MF) const {
lib/Target/ARM/ARMBaseRegisterInfo.cpp 65 ARMBaseRegisterInfo::getCalleeSavedRegs(const MachineFunction *MF) const {
lib/Target/AVR/AVRRegisterInfo.cpp 36 AVRRegisterInfo::getCalleeSavedRegs(const MachineFunction *MF) const {
lib/Target/BPF/BPFRegisterInfo.cpp 33 BPFRegisterInfo::getCalleeSavedRegs(const MachineFunction *MF) const {
lib/Target/Hexagon/HexagonRegisterInfo.cpp 102 HexagonRegisterInfo::getCalleeSavedRegs(const MachineFunction *MF) const {
lib/Target/Lanai/LanaiRegisterInfo.cpp 38 LanaiRegisterInfo::getCalleeSavedRegs(const MachineFunction * /*MF*/) const {
lib/Target/MSP430/MSP430RegisterInfo.cpp 38 MSP430RegisterInfo::getCalleeSavedRegs(const MachineFunction *MF) const {
lib/Target/Mips/MipsRegisterInfo.cpp 93 MipsRegisterInfo::getCalleeSavedRegs(const MachineFunction *MF) const {
lib/Target/NVPTX/NVPTXRegisterInfo.cpp 102 NVPTXRegisterInfo::getCalleeSavedRegs(const MachineFunction *) const {
lib/Target/PowerPC/PPCRegisterInfo.cpp 142 PPCRegisterInfo::getCalleeSavedRegs(const MachineFunction *MF) const {
lib/Target/RISCV/RISCVRegisterInfo.cpp 43 RISCVRegisterInfo::getCalleeSavedRegs(const MachineFunction *MF) const {
lib/Target/Sparc/SparcRegisterInfo.cpp 39 SparcRegisterInfo::getCalleeSavedRegs(const MachineFunction *MF) const {
lib/Target/SystemZ/SystemZRegisterInfo.cpp 196 SystemZRegisterInfo::getCalleeSavedRegs(const MachineFunction *MF) const {
lib/Target/WebAssembly/WebAssemblyRegisterInfo.cpp 39 WebAssemblyRegisterInfo::getCalleeSavedRegs(const MachineFunction *) const {
lib/Target/X86/X86RegisterInfo.cpp 280 X86RegisterInfo::getCalleeSavedRegs(const MachineFunction *MF) const {
lib/Target/XCore/XCoreRegisterInfo.cpp 210 XCoreRegisterInfo::getCalleeSavedRegs(const MachineFunction *MF) const {
unittests/CodeGen/MachineInstrTest.cpp 62 getCalleeSavedRegs(const MachineFunction *MF) const override {
References
lib/CodeGen/MachineRegisterInfo.cpp 620 const MCPhysReg *CSR = TRI->getCalleeSavedRegs(MF);
641 return getTargetRegisterInfo()->getCalleeSavedRegs(MF);
lib/CodeGen/RegUsageInfoCollector.cpp 207 const MCPhysReg *CSRegs = TRI.getCalleeSavedRegs(&MF);
lib/Target/ARM/ARMBaseInstrInfo.cpp 2464 const MCPhysReg *CSRegs = TRI->getCalleeSavedRegs(&MF);
lib/Target/ARM/ARMFrameLowering.cpp 799 const MCPhysReg *CSRegs = RegInfo->getCalleeSavedRegs(&MF);
lib/Target/ARM/Thumb1FrameLowering.cpp 659 const MCPhysReg *CSRegs = TRI.getCalleeSavedRegs(&MF);
lib/Target/Hexagon/HexagonVLIWPacketizer.cpp 344 for (auto *CSR = TRI->getCalleeSavedRegs(&MF); CSR && *CSR; ++CSR)
lib/Target/Mips/MipsDelaySlotFiller.cpp 383 for (const MCPhysReg *R = TRI.getCalleeSavedRegs(MI.getParent()->getParent());
lib/Target/Mips/MipsFrameLowering.cpp 126 for (const MCPhysReg *R = TRI.getCalleeSavedRegs(&MF); *R; ++R) {
lib/Target/SystemZ/SystemZFrameLowering.cpp 103 const MCPhysReg *CSRegs = TRI->getCalleeSavedRegs(&MF);