Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.h42 unsigned isLoadFromStackSlot(const MachineInstr &MI,
H A DXCoreInstrInfo.cpp63 unsigned XCoreInstrInfo::isLoadFromStackSlot(const MachineInstr &MI, in isLoadFromStackSlot() function in XCoreInstrInfo
/freebsd-12.1/contrib/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.h57 unsigned isLoadFromStackSlot(const MachineInstr &MI,
H A DSparcInstrInfo.cpp44 unsigned SparcInstrInfo::isLoadFromStackSlot(const MachineInstr &MI, in isLoadFromStackSlot() function in SparcInstrInfo
/freebsd-12.1/contrib/llvm/lib/Target/ARC/
H A DARCInstrInfo.h41 unsigned isLoadFromStackSlot(const MachineInstr &MI,
H A DARCInstrInfo.cpp56 unsigned ARCInstrInfo::isLoadFromStackSlot(const MachineInstr &MI, in isLoadFromStackSlot() function in ARCInstrInfo
/freebsd-12.1/contrib/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h30 unsigned isLoadFromStackSlot(const MachineInstr &MI,
H A DRISCVInstrInfo.cpp35 unsigned RISCVInstrInfo::isLoadFromStackSlot(const MachineInstr &MI, in isLoadFromStackSlot() function in RISCVInstrInfo
/freebsd-12.1/contrib/llvm/lib/Target/AVR/
H A DAVRInstrInfo.h87 unsigned isLoadFromStackSlot(const MachineInstr &MI,
H A DAVRInstrInfo.cpp83 unsigned AVRInstrInfo::isLoadFromStackSlot(const MachineInstr &MI, in isLoadFromStackSlot() function in llvm::AVRInstrInfo
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsSEInstrInfo.h35 unsigned isLoadFromStackSlot(const MachineInstr &MI,
H A DMips16InstrInfo.h41 unsigned isLoadFromStackSlot(const MachineInstr &MI,
H A DMips16InstrInfo.cpp55 unsigned Mips16InstrInfo::isLoadFromStackSlot(const MachineInstr &MI, in isLoadFromStackSlot() function in Mips16InstrInfo
/freebsd-12.1/contrib/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.h42 unsigned isLoadFromStackSlot(const MachineInstr &MI,
H A DLanaiInstrInfo.cpp718 unsigned LanaiInstrInfo::isLoadFromStackSlot(const MachineInstr &MI, in isLoadFromStackSlot() function in LanaiInstrInfo
733 if ((Reg = isLoadFromStackSlot(MI, FrameIndex))) in isLoadFromStackSlotPostFE()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h225 virtual unsigned isLoadFromStackSlot(const MachineInstr &MI, in isLoadFromStackSlot() function
234 virtual unsigned isLoadFromStackSlot(const MachineInstr &MI, in isLoadFromStackSlot() function
238 return isLoadFromStackSlot(MI, FrameIndex); in isLoadFromStackSlot()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86InstrInfo.h222 unsigned isLoadFromStackSlot(const MachineInstr &MI,
224 unsigned isLoadFromStackSlot(const MachineInstr &MI,
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h193 unsigned isLoadFromStackSlot(const MachineInstr &MI,
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h60 unsigned isLoadFromStackSlot(const MachineInstr &MI,
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h253 unsigned isLoadFromStackSlot(const MachineInstr &MI,
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h58 unsigned isLoadFromStackSlot(const MachineInstr &MI,
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp450 if (!(LoadReg = TII->isLoadFromStackSlot(*I, FirstSS, LoadSize))) in RemoveDeadStores()
H A DTargetInstrInfo.cpp631 isLoadFromStackSlot(LoadMI, FrameIndex)) { in foldMemoryOperand()
896 if (isLoadFromStackSlot(MI, FrameIdx) && in isReallyTriviallyReMaterializableGeneric()
H A DInlineSpiller.cpp297 if (SnipLI.reg == TII.isLoadFromStackSlot(MI, FI) && FI == StackSlot) in isSnippet()
687 unsigned InstrReg = TII.isLoadFromStackSlot(*MI, FI); in coalesceStackAccess()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h190 unsigned isLoadFromStackSlot(const MachineInstr &MI,

12