Home
last modified time | relevance | path

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

12

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Xtensa/
HDXtensaInstrInfo.h44 Register isLoadFromStackSlot(const MachineInstr &MI,
HDXtensaInstrInfo.cpp51 Register XtensaInstrInfo::isLoadFromStackSlot(const MachineInstr &MI, in isLoadFromStackSlot() function in XtensaInstrInfo
HDXtensaFrameLowering.cpp172 Register Reg = TII.isLoadFromStackSlot(*I, LoadFI); in emitEpilogue()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/XCore/
HDXCoreInstrInfo.h41 Register isLoadFromStackSlot(const MachineInstr &MI,
HDXCoreInstrInfo.cpp62 Register XCoreInstrInfo::isLoadFromStackSlot(const MachineInstr &MI, in isLoadFromStackSlot() function in XCoreInstrInfo
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
HDSparcInstrInfo.h56 Register isLoadFromStackSlot(const MachineInstr &MI,
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/CSKY/
HDCSKYInstrInfo.h38 Register isLoadFromStackSlot(const MachineInstr &MI,
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/ARC/
HDARCInstrInfo.h40 Register isLoadFromStackSlot(const MachineInstr &MI,
HDARCInstrInfo.cpp68 Register ARCInstrInfo::isLoadFromStackSlot(const MachineInstr &MI, in isLoadFromStackSlot() function in ARCInstrInfo
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/VE/
HDVEInstrInfo.h87 Register isLoadFromStackSlot(const MachineInstr &MI,
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AVR/
HDAVRInstrInfo.h90 Register isLoadFromStackSlot(const MachineInstr &MI,
HDAVRInstrInfo.cpp94 Register AVRInstrInfo::isLoadFromStackSlot(const MachineInstr &MI, in isLoadFromStackSlot() function in llvm::AVRInstrInfo
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsSEInstrInfo.h34 Register isLoadFromStackSlot(const MachineInstr &MI,
HDMips16InstrInfo.h40 Register isLoadFromStackSlot(const MachineInstr &MI,
HDMips16InstrInfo.cpp54 Register Mips16InstrInfo::isLoadFromStackSlot(const MachineInstr &MI, in isLoadFromStackSlot() function in Mips16InstrInfo
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUMarkLastScratchLoad.cpp115 if (SII->isLoadFromStackSlot(*MI, LoadFI) && LoadFI == FrameIndex) { in runOnMachineFunction()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVInstrInfo.h70 Register isLoadFromStackSlot(const MachineInstr &MI,
72 Register isLoadFromStackSlot(const MachineInstr &MI, int &FrameIndex,
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
HDLanaiInstrInfo.h41 Register isLoadFromStackSlot(const MachineInstr &MI,
HDLanaiInstrInfo.cpp714 Register LanaiInstrInfo::isLoadFromStackSlot(const MachineInstr &MI, in isLoadFromStackSlot() function in LanaiInstrInfo
729 if ((Reg = isLoadFromStackSlot(MI, FrameIndex))) in isLoadFromStackSlotPostFE()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86InstrInfo.h275 Register isLoadFromStackSlot(const MachineInstr &MI,
277 Register isLoadFromStackSlot(const MachineInstr &MI,
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDTargetInstrInfo.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-14-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZInstrInfo.h231 Register isLoadFromStackSlot(const MachineInstr &MI,
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonInstrInfo.h57 Register isLoadFromStackSlot(const MachineInstr &MI,
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDStackSlotColoring.cpp479 if (!(LoadReg = TII->isLoadFromStackSlot(*I, FirstSS, LoadSize))) in RemoveDeadStores()
HDTargetInstrInfo.cpp749 isLoadFromStackSlot(LoadMI, FrameIndex)) { in foldMemoryOperand()
754 } else if (MI.isInlineAsm() && isLoadFromStackSlot(LoadMI, FrameIndex)) { in foldMemoryOperand()
1294 if (isLoadFromStackSlot(MI, FrameIdx) && in isReallyTriviallyReMaterializable()

12