Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/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
/llvm-project-15.0.7/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.h56 unsigned isLoadFromStackSlot(const MachineInstr &MI,
H A DSparcInstrInfo.cpp43 unsigned SparcInstrInfo::isLoadFromStackSlot(const MachineInstr &MI, in isLoadFromStackSlot() function in SparcInstrInfo
/llvm-project-15.0.7/llvm/lib/Target/CSKY/
H A DCSKYInstrInfo.h38 unsigned isLoadFromStackSlot(const MachineInstr &MI,
/llvm-project-15.0.7/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
/llvm-project-15.0.7/llvm/lib/Target/VE/
H A DVEInstrInfo.h87 unsigned isLoadFromStackSlot(const MachineInstr &MI,
/llvm-project-15.0.7/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
/llvm-project-15.0.7/llvm/lib/Target/AVR/
H A DAVRInstrInfo.h86 unsigned isLoadFromStackSlot(const MachineInstr &MI,
H A DAVRInstrInfo.cpp89 unsigned AVRInstrInfo::isLoadFromStackSlot(const MachineInstr &MI, in isLoadFromStackSlot() function in llvm::AVRInstrInfo
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86InstrInfo.h221 unsigned isLoadFromStackSlot(const MachineInstr &MI,
223 unsigned isLoadFromStackSlot(const MachineInstr &MI,
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h52 unsigned isLoadFromStackSlot(const MachineInstr &MI,
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h258 virtual unsigned isLoadFromStackSlot(const MachineInstr &MI, in isLoadFromStackSlot() function
267 virtual unsigned isLoadFromStackSlot(const MachineInstr &MI, in isLoadFromStackSlot() function
271 return isLoadFromStackSlot(MI, FrameIndex); in isLoadFromStackSlot()
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h220 unsigned isLoadFromStackSlot(const MachineInstr &MI,
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h57 unsigned isLoadFromStackSlot(const MachineInstr &MI,
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp442 if (!(LoadReg = TII->isLoadFromStackSlot(*I, FirstSS, LoadSize))) in RemoveDeadStores()
H A DFixupStatepointCallerSaved.cpp446 assert(TII.isLoadFromStackSlot(*Reload, Dummy) == Reg); in insertReloadBefore()
H A DTargetInstrInfo.cpp670 isLoadFromStackSlot(LoadMI, FrameIndex)) { in foldMemoryOperand()
940 if (isLoadFromStackSlot(MI, FrameIdx) && in isReallyTriviallyReMaterializableGeneric()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h60 unsigned isLoadFromStackSlot(const MachineInstr &MI,
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h496 unsigned isLoadFromStackSlot(const MachineInstr &MI,

12