Home
last modified time | relevance | path

Searched refs:isLoadFromStackSlot (Results 1 – 25 of 50) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaInstrInfo.h44 Register isLoadFromStackSlot(const MachineInstr &MI,
H A DXtensaInstrInfo.cpp51 Register XtensaInstrInfo::isLoadFromStackSlot(const MachineInstr &MI, in isLoadFromStackSlot() function in XtensaInstrInfo
H A DXtensaFrameLowering.cpp172 Register Reg = TII.isLoadFromStackSlot(*I, LoadFI); in emitEpilogue()
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.h41 Register isLoadFromStackSlot(const MachineInstr &MI,
H A DXCoreInstrInfo.cpp62 Register XCoreInstrInfo::isLoadFromStackSlot(const MachineInstr &MI, in isLoadFromStackSlot() function in XCoreInstrInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.h56 Register isLoadFromStackSlot(const MachineInstr &MI,
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYInstrInfo.h38 Register isLoadFromStackSlot(const MachineInstr &MI,
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCInstrInfo.h40 Register isLoadFromStackSlot(const MachineInstr &MI,
H A DARCInstrInfo.cpp68 Register ARCInstrInfo::isLoadFromStackSlot(const MachineInstr &MI, in isLoadFromStackSlot() function in ARCInstrInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEInstrInfo.h87 Register isLoadFromStackSlot(const MachineInstr &MI,
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMarkLastScratchLoad.cpp115 if (SII->isLoadFromStackSlot(*MI, LoadFI) && LoadFI == FrameIndex) { in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSEInstrInfo.h34 Register isLoadFromStackSlot(const MachineInstr &MI,
H A DMips16InstrInfo.h40 Register isLoadFromStackSlot(const MachineInstr &MI,
H A DMips16InstrInfo.cpp54 Register Mips16InstrInfo::isLoadFromStackSlot(const MachineInstr &MI, in isLoadFromStackSlot() function in Mips16InstrInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRInstrInfo.h90 Register isLoadFromStackSlot(const MachineInstr &MI,
H A DAVRInstrInfo.cpp94 Register AVRInstrInfo::isLoadFromStackSlot(const MachineInstr &MI, in isLoadFromStackSlot() function in llvm::AVRInstrInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h70 Register isLoadFromStackSlot(const MachineInstr &MI,
72 Register isLoadFromStackSlot(const MachineInstr &MI, int &FrameIndex,
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.h41 Register isLoadFromStackSlot(const MachineInstr &MI,
H A DLanaiInstrInfo.cpp714 Register LanaiInstrInfo::isLoadFromStackSlot(const MachineInstr &MI, in isLoadFromStackSlot() function in LanaiInstrInfo
729 if ((Reg = isLoadFromStackSlot(MI, FrameIndex))) in isLoadFromStackSlotPostFE()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h275 Register isLoadFromStackSlot(const MachineInstr &MI,
277 Register isLoadFromStackSlot(const MachineInstr &MI,
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h274 virtual Register isLoadFromStackSlot(const MachineInstr &MI, in isLoadFromStackSlot() function
283 virtual Register isLoadFromStackSlot(const MachineInstr &MI, in isLoadFromStackSlot() function
287 return isLoadFromStackSlot(MI, FrameIndex); in isLoadFromStackSlot()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h231 Register isLoadFromStackSlot(const MachineInstr &MI,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp479 if (!(LoadReg = TII->isLoadFromStackSlot(*I, FirstSS, LoadSize))) in RemoveDeadStores()
H A DTargetInstrInfo.cpp749 isLoadFromStackSlot(LoadMI, FrameIndex)) { in foldMemoryOperand()
754 } else if (MI.isInlineAsm() && isLoadFromStackSlot(LoadMI, FrameIndex)) { in foldMemoryOperand()
1294 if (isLoadFromStackSlot(MI, FrameIdx) && in isReallyTriviallyReMaterializable()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h57 Register isLoadFromStackSlot(const MachineInstr &MI,

12