Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.h41 unsigned isLoadFromStackSlot(const MachineInstr &MI,
H A DXCoreInstrInfo.cpp62 unsigned XCoreInstrInfo::isLoadFromStackSlot(const MachineInstr &MI, in isLoadFromStackSlot() function in XCoreInstrInfo
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCInstrInfo.h40 unsigned isLoadFromStackSlot(const MachineInstr &MI,
H A DARCInstrInfo.cpp68 unsigned ARCInstrInfo::isLoadFromStackSlot(const MachineInstr &MI, in isLoadFromStackSlot() function in ARCInstrInfo
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.h56 unsigned isLoadFromStackSlot(const MachineInstr &MI,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYInstrInfo.h38 unsigned isLoadFromStackSlot(const MachineInstr &MI,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEInstrInfo.h87 unsigned isLoadFromStackSlot(const MachineInstr &MI,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSEInstrInfo.h34 unsigned isLoadFromStackSlot(const MachineInstr &MI,
H A DMips16InstrInfo.h40 unsigned isLoadFromStackSlot(const MachineInstr &MI,
H A DMips16InstrInfo.cpp54 unsigned Mips16InstrInfo::isLoadFromStackSlot(const MachineInstr &MI, in isLoadFromStackSlot() function in Mips16InstrInfo
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h58 unsigned isLoadFromStackSlot(const MachineInstr &MI,
60 unsigned isLoadFromStackSlot(const MachineInstr &MI, int &FrameIndex,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMarkLastScratchLoad.cpp115 if (SII->isLoadFromStackSlot(*MI, LoadFI) && LoadFI == FrameIndex) { in runOnMachineFunction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRInstrInfo.h90 unsigned isLoadFromStackSlot(const MachineInstr &MI,
H A DAVRInstrInfo.cpp94 unsigned AVRInstrInfo::isLoadFromStackSlot(const MachineInstr &MI, in isLoadFromStackSlot() function in llvm::AVRInstrInfo
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.h41 unsigned isLoadFromStackSlot(const MachineInstr &MI,
H A DLanaiInstrInfo.cpp713 unsigned LanaiInstrInfo::isLoadFromStackSlot(const MachineInstr &MI, in isLoadFromStackSlot() function in LanaiInstrInfo
728 if ((Reg = isLoadFromStackSlot(MI, FrameIndex))) in isLoadFromStackSlotPostFE()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h246 unsigned isLoadFromStackSlot(const MachineInstr &MI,
248 unsigned isLoadFromStackSlot(const MachineInstr &MI,
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h272 virtual unsigned isLoadFromStackSlot(const MachineInstr &MI, in isLoadFromStackSlot() function
281 virtual unsigned isLoadFromStackSlot(const MachineInstr &MI, in isLoadFromStackSlot() function
285 return isLoadFromStackSlot(MI, FrameIndex); in isLoadFromStackSlot()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h231 unsigned isLoadFromStackSlot(const MachineInstr &MI,
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp472 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()
1234 if (isLoadFromStackSlot(MI, FrameIdx) && in isReallyTriviallyReMaterializable()
H A DFixupStatepointCallerSaved.cpp446 assert(TII.isLoadFromStackSlot(*Reload, Dummy) == Reg); in insertReloadBefore()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h57 unsigned isLoadFromStackSlot(const MachineInstr &MI,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h59 unsigned isLoadFromStackSlot(const MachineInstr &MI,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h407 unsigned isLoadFromStackSlot(const MachineInstr &MI,

12