Home
last modified time | relevance | path

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

123456789

/external/llvm/lib/CodeGen/
DLivePhysRegs.cpp154 for (const MCPhysReg *CSR = TRI.getCalleeSavedRegs(&MF); CSR && *CSR; ++CSR) in addPristines()
173 for (const MCPhysReg *I = TRI->getCalleeSavedRegs(&MF); *I; ++I) in addLiveOuts()
/external/llvm/lib/Target/AMDGPU/
DAMDGPURegisterInfo.h37 const MCPhysReg* getCalleeSavedRegs(const MachineFunction *MF) const override;
/external/llvm/lib/Target/BPF/
DBPFRegisterInfo.h28 const MCPhysReg *getCalleeSavedRegs(const MachineFunction *MF) const override;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFRegisterInfo.h27 const MCPhysReg *getCalleeSavedRegs(const MachineFunction *MF) const override;
/external/llvm-project/llvm/lib/Target/BPF/
DBPFRegisterInfo.h27 const MCPhysReg *getCalleeSavedRegs(const MachineFunction *MF) const override;
/external/llvm-project/llvm/lib/Target/X86/
DX86MachineFunctionInfo.cpp23 for (const MCPhysReg *CSR = MF->getRegInfo().getCalleeSavedRegs(); in setRestoreBasePointer()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86MachineFunctionInfo.cpp23 for (const MCPhysReg *CSR = MF->getRegInfo().getCalleeSavedRegs(); in setRestoreBasePointer()
/external/llvm/lib/Target/X86/
DX86MachineFunctionInfo.cpp24 RegInfo->X86RegisterInfo::getCalleeSavedRegs(MF); in setRestoreBasePointer()
/external/llvm-project/llvm/lib/Target/MSP430/
DMSP430RegisterInfo.h28 const MCPhysReg *getCalleeSavedRegs(const MachineFunction *MF) const override;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
DMSP430RegisterInfo.h28 const MCPhysReg *getCalleeSavedRegs(const MachineFunction *MF) const override;
/external/llvm/lib/Target/MSP430/
DMSP430RegisterInfo.h29 const MCPhysReg *getCalleeSavedRegs(const MachineFunction *MF) const override;
/external/llvm-project/llvm/lib/Target/XCore/
DXCoreRegisterInfo.h29 const MCPhysReg *getCalleeSavedRegs(const MachineFunction *MF) const override;
/external/llvm/lib/Target/XCore/
DXCoreRegisterInfo.h32 const MCPhysReg *getCalleeSavedRegs(const MachineFunction *MF) const override;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreRegisterInfo.h31 const MCPhysReg *getCalleeSavedRegs(const MachineFunction *MF) const override;
/external/llvm-project/llvm/lib/Target/Lanai/
DLanaiRegisterInfo.h31 getCalleeSavedRegs(const MachineFunction *MF = nullptr) const override;
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyRegisterInfo.h36 const MCPhysReg *getCalleeSavedRegs(const MachineFunction *MF) const override;
/external/llvm-project/llvm/lib/Target/Sparc/
DSparcRegisterInfo.h26 const MCPhysReg *getCalleeSavedRegs(const MachineFunction *MF) const override;
/external/llvm/lib/Target/Sparc/
DSparcRegisterInfo.h27 const MCPhysReg *getCalleeSavedRegs(const MachineFunction *MF) const override;
/external/llvm-project/llvm/lib/Target/ARC/
DARCRegisterInfo.h31 const MCPhysReg *getCalleeSavedRegs(const MachineFunction *MF) const override;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600RegisterInfo.h28 const MCPhysReg *getCalleeSavedRegs(const MachineFunction *MF) const override;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DSparcRegisterInfo.h26 const MCPhysReg *getCalleeSavedRegs(const MachineFunction *MF) const override;
/external/llvm/lib/Target/AVR/
DAVRRegisterInfo.h31 getCalleeSavedRegs(const MachineFunction *MF = 0) const override;
/external/llvm-project/llvm/lib/Target/VE/
DVERegisterInfo.h27 const MCPhysReg *getCalleeSavedRegs(const MachineFunction *MF) const override;
/external/llvm-project/llvm/lib/Target/AMDGPU/
DR600RegisterInfo.h30 const MCPhysReg *getCalleeSavedRegs(const MachineFunction *MF) const override;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/VE/
DVERegisterInfo.h27 const MCPhysReg *getCalleeSavedRegs(const MachineFunction *MF) const override;

123456789