Home
last modified time | relevance | path

Searched refs:loadRegFromStackSlot (Results 1 – 25 of 64) sorted by relevance

123

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb1InstrInfo.h50 void loadRegFromStackSlot(
H A DThumb2InstrInfo.h51 void loadRegFromStackSlot(
H A DThumb1InstrInfo.cpp145 void Thumb1InstrInfo::loadRegFromStackSlot( in loadRegFromStackSlot() function in Thumb1InstrInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFInstrInfo.h45 void loadRegFromStackSlot(
H A DBPFInstrInfo.cpp150 void BPFInstrInfo::loadRegFromStackSlot( in loadRegFromStackSlot() function in BPFInstrInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.h76 void loadRegFromStackSlot(
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.h48 void loadRegFromStackSlot(
H A DMSP430InstrInfo.cpp58 void MSP430InstrInfo::loadRegFromStackSlot( in loadRegFromStackSlot() function in MSP430InstrInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYInstrInfo.h49 void loadRegFromStackSlot(
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCInstrInfo.h77 void loadRegFromStackSlot(
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.h99 void loadRegFromStackSlot(
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEInstrInfo.h98 void loadRegFromStackSlot(
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRInstrInfo.h85 void loadRegFromStackSlot(
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchInstrInfo.h42 void loadRegFromStackSlot(
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaInstrInfo.h63 void loadRegFromStackSlot(
H A DXtensaInstrInfo.cpp140 void XtensaInstrInfo::loadRegFromStackSlot( in loadRegFromStackSlot() function in XtensaInstrInfo
533 loadRegFromStackSlot(RestoreBB, RestoreBB.end(), ScavRegister, FrameIndex, in insertIndirectBranch()
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.h63 void loadRegFromStackSlot(
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetFrameLoweringImpl.cpp215 TII->loadRegFromStackSlot(MBB, MI, Reg, CS.getFrameIdx(), RC, TRI, in restoreCalleeSavedRegister()
H A DFixupStatepointCallerSaved.cpp432 TII.loadRegFromStackSlot(*MBB, It, Reg, FI, RC, &TRI, Register()); in insertReloadBefore()
440 TII.loadRegFromStackSlot(*MBB, It, Reg, FI, RC, &TRI, Register()); in insertReloadBefore()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstrInfo.h152 void loadRegFromStackSlot(
H A DMipsSEFrameLowering.cpp692 TII.loadRegFromStackSlot(MBB, I, ABI.GetEhDataReg(J), in emitEpilogue()
725 STI.getInstrInfo()->loadRegFromStackSlot(MBB, MBBI, Mips::K1, in emitInterruptEpilogueStub()
733 STI.getInstrInfo()->loadRegFromStackSlot(MBB, MBBI, Mips::K1, in emitInterruptEpilogueStub()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp339 TII->loadRegFromStackSlot(MBB, MBBI, RISCV::X9, in emitSiFiveCLICPreemptibleRestores()
343 TII->loadRegFromStackSlot(MBB, MBBI, RISCV::X8, in emitSiFiveCLICPreemptibleRestores()
2191 auto loadRegFromStackSlot = [&](decltype(UnmanagedCSI) CSInfo) { in restoreCalleeSavedRegisters() local
2195 TII.loadRegFromStackSlot(MBB, MI, Reg, CS.getFrameIdx(), RC, TRI, in restoreCalleeSavedRegisters()
2201 loadRegFromStackSlot(RVVCSI); in restoreCalleeSavedRegisters()
2202 loadRegFromStackSlot(UnmanagedCSI); in restoreCalleeSavedRegisters()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h286 void loadRegFromStackSlot(
H A DSystemZFrameLowering.cpp392 TII->loadRegFromStackSlot(MBB, MBBI, Reg, I.getFrameIdx(), in restoreCalleeSavedRegisters()
395 TII->loadRegFromStackSlot(MBB, MBBI, Reg, I.getFrameIdx(), in restoreCalleeSavedRegisters()
1194 TII->loadRegFromStackSlot(MBB, MBBI, Reg, I.getFrameIdx(), in restoreCalleeSavedRegisters()
1197 TII->loadRegFromStackSlot(MBB, MBBI, Reg, I.getFrameIdx(), in restoreCalleeSavedRegisters()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kInstrInfo.h287 void loadRegFromStackSlot(

123