/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | Thumb1InstrInfo.h | 43 void storeRegToStackSlot(MachineBasicBlock &MBB,
|
H A D | Thumb2InstrInfo.h | 44 void storeRegToStackSlot(MachineBasicBlock &MBB,
|
H A D | Thumb1InstrInfo.cpp | 114 void Thumb1InstrInfo::storeRegToStackSlot(MachineBasicBlock &MBB, in storeRegToStackSlot() function in Thumb1InstrInfo
|
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BPFInstrInfo.h | 38 void storeRegToStackSlot(MachineBasicBlock &MBB,
|
H A D | BPFInstrInfo.cpp | 124 void BPFInstrInfo::storeRegToStackSlot(MachineBasicBlock &MBB, in storeRegToStackSlot() function in BPFInstrInfo
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/ |
H A D | XtensaInstrInfo.h | 54 void storeRegToStackSlot(MachineBasicBlock &MBB,
|
H A D | XtensaInstrInfo.cpp | 119 void XtensaInstrInfo::storeRegToStackSlot( in storeRegToStackSlot() function in XtensaInstrInfo
|
H A D | XtensaFrameLowering.cpp | 214 TII.storeRegToStackSlot(EntryBlock, MI, Reg, IsKill, CSI[i].getFrameIdx(), in spillCalleeSavedRegisters()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/ |
H A D | MSP430InstrInfo.h | 42 void storeRegToStackSlot(MachineBasicBlock &MBB,
|
H A D | MSP430InstrInfo.cpp | 36 void MSP430InstrInfo::storeRegToStackSlot( in storeRegToStackSlot() function in MSP430InstrInfo
|
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/ |
H A D | XCoreInstrInfo.h | 69 void storeRegToStackSlot(MachineBasicBlock &MBB,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
H A D | SparcInstrInfo.h | 92 void storeRegToStackSlot(MachineBasicBlock &MBB,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
H A D | CSKYInstrInfo.h | 43 void storeRegToStackSlot(MachineBasicBlock &MBB,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/ |
H A D | ARCInstrInfo.h | 70 void storeRegToStackSlot(MachineBasicBlock &MBB,
|
H A D | ARCInstrInfo.cpp | 293 void ARCInstrInfo::storeRegToStackSlot( in storeRegToStackSlot() function in ARCInstrInfo
|
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
H A D | VEInstrInfo.h | 91 void storeRegToStackSlot(MachineBasicBlock &MBB,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
H A D | LoongArchInstrInfo.h | 36 void storeRegToStackSlot(MachineBasicBlock &MBB,
|
H A D | LoongArchInstrInfo.cpp | 110 void LoongArchInstrInfo::storeRegToStackSlot( in storeRegToStackSlot() function in LoongArchInstrInfo 471 storeRegToStackSlot(MBB, PCALAU12I, Scav, /*IsKill=*/true, FrameIndex, in insertIndirectBranch()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
H A D | AVRInstrInfo.h | 79 void storeRegToStackSlot(MachineBasicBlock &MBB,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/ |
H A D | LanaiInstrInfo.h | 54 void storeRegToStackSlot(MachineBasicBlock &MBB,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsInstrInfo.h | 136 void storeRegToStackSlot(MachineBasicBlock &MBB, in storeRegToStackSlot() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVFrameLowering.cpp | 1517 auto storeRegToStackSlot = [&](decltype(UnmanagedCSI) CSInfo) { in spillCalleeSavedRegisters() local 1522 TII.storeRegToStackSlot(MBB, MI, Reg, !MBB.isLiveIn(Reg), in spillCalleeSavedRegisters() 1526 storeRegToStackSlot(UnmanagedCSI); in spillCalleeSavedRegisters() 1527 storeRegToStackSlot(RVVCSI); in spillCalleeSavedRegisters()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kInstrInfo.h | 280 void storeRegToStackSlot(MachineBasicBlock &MBB,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZInstrInfo.h | 280 void storeRegToStackSlot(MachineBasicBlock &MBB,
|
H A D | SystemZFrameLowering.cpp | 361 TII->storeRegToStackSlot(MBB, MBBI, Reg, true, I.getFrameIdx(), in spillCalleeSavedRegisters() 366 TII->storeRegToStackSlot(MBB, MBBI, Reg, true, I.getFrameIdx(), in spillCalleeSavedRegisters() 1130 TII->storeRegToStackSlot(MBB, MBBI, Reg, true, I.getFrameIdx(), in spillCalleeSavedRegisters() 1135 TII->storeRegToStackSlot(MBB, MBBI, Reg, true, I.getFrameIdx(), in spillCalleeSavedRegisters()
|