Searched refs:loadRegFromStackSlot (Results 1 - 25 of 49) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb1InstrInfo.h49 void loadRegFromStackSlot(MachineBasicBlock &MBB,
H A DThumb2InstrInfo.h51 void loadRegFromStackSlot(MachineBasicBlock &MBB,
H A DThumb1InstrInfo.cpp106 loadRegFromStackSlot(MachineBasicBlock &MBB, MachineBasicBlock::iterator I, function in class:Thumb1InstrInfo
H A DThumb2InstrInfo.cpp178 loadRegFromStackSlot(MachineBasicBlock &MBB, MachineBasicBlock::iterator I, function in class:Thumb2InstrInfo
218 ARMBaseInstrInfo::loadRegFromStackSlot(MBB, I, DestReg, FI, RC, TRI);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.h48 void loadRegFromStackSlot(MachineBasicBlock &MBB,
H A DMSP430InstrInfo.cpp63 void MSP430InstrInfo::loadRegFromStackSlot(MachineBasicBlock &MBB, function in class:MSP430InstrInfo
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFInstrInfo.h44 void loadRegFromStackSlot(MachineBasicBlock &MBB,
H A DBPFInstrInfo.cpp147 void BPFInstrInfo::loadRegFromStackSlot(MachineBasicBlock &MBB, function in class:BPFInstrInfo
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.h93 void loadRegFromStackSlot(MachineBasicBlock &MBB,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.h75 void loadRegFromStackSlot(MachineBasicBlock &MBB,
H A DXCoreInstrInfo.cpp381 void XCoreInstrInfo::loadRegFromStackSlot(MachineBasicBlock &MBB, function in class:XCoreInstrInfo
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCInstrInfo.h76 void loadRegFromStackSlot(MachineBasicBlock &MBB,
H A DARCInstrInfo.cpp322 void ARCInstrInfo::loadRegFromStackSlot(MachineBasicBlock &MBB, function in class:ARCInstrInfo
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRInstrInfo.h82 void loadRegFromStackSlot(MachineBasicBlock &MBB,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstrInfo.h120 void loadRegFromStackSlot(MachineBasicBlock &MBB,
H A DMipsSEFrameLowering.cpp729 TII.loadRegFromStackSlot(MBB, I, ABI.GetEhDataReg(J),
761 STI.getInstrInfo()->loadRegFromStackSlot(MBB, MBBI, Mips::K1,
769 STI.getInstrInfo()->loadRegFromStackSlot(MBB, MBBI, Mips::K1,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.h62 loadRegFromStackSlot(MachineBasicBlock &MBB,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h46 void loadRegFromStackSlot(MachineBasicBlock &MBB,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h253 void loadRegFromStackSlot(MachineBasicBlock &MBB,
H A DSystemZFrameLowering.cpp317 TII->loadRegFromStackSlot(MBB, MBBI, Reg, CSI[I].getFrameIdx(),
320 TII->loadRegFromStackSlot(MBB, MBBI, Reg, CSI[I].getFrameIdx(),
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h157 void loadRegFromStackSlot(MachineBasicBlock &MBB,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILowerSGPRSpills.cpp138 TII.loadRegFromStackSlot(RestoreBlock, I, Reg, CI.getFrameIdx(), RC, TRI);
140 "loadRegFromStackSlot didn't insert any code!");
141 // Insert in reverse order. loadRegFromStackSlot can insert
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h192 void loadRegFromStackSlot(MachineBasicBlock &MBB,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h323 void loadRegFromStackSlot(MachineBasicBlock &MBB,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h292 void loadRegFromStackSlot(MachineBasicBlock &MBB,

Completed in 206 milliseconds

12