Home
last modified time | relevance | path

Searched refs:isLoadFromStackSlotPostFE (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.h44 unsigned isLoadFromStackSlotPostFE(const MachineInstr &MI,
H A DLanaiInstrInfo.cpp724 unsigned LanaiInstrInfo::isLoadFromStackSlotPostFE(const MachineInstr &MI, in isLoadFromStackSlotPostFE() function in LanaiInstrInfo
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86InstrInfo.h229 unsigned isLoadFromStackSlotPostFE(const MachineInstr &MI,
H A DX86InstrInfo.cpp674 unsigned X86InstrInfo::isLoadFromStackSlotPostFE(const MachineInstr &MI, in isLoadFromStackSlotPostFE() function in X86InstrInfo
/llvm-project-15.0.7/llvm/docs/
H A DInstrRefDebugInfo.md129 `TargetInstrInfo::isLoadFromStackSlotPostFE` and
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h193 unsigned isLoadFromStackSlotPostFE(const MachineInstr &MI,
H A DARMBaseInstrInfo.cpp1611 unsigned ARMBaseInstrInfo::isLoadFromStackSlotPostFE(const MachineInstr &MI, in isLoadFromStackSlotPostFE() function in ARMBaseInstrInfo
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h276 virtual unsigned isLoadFromStackSlotPostFE(const MachineInstr &MI, in isLoadFromStackSlotPostFE() function
/llvm-project-15.0.7/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp1601 !TII->isLoadFromStackSlotPostFE(MI, DummyFI)) in transferSpillOrRestoreInst()
1613 !TII->isLoadFromStackSlotPostFE(MI, FIDummy)) in transferSpillOrRestoreInst()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineInstr.cpp2300 if (TII->isLoadFromStackSlotPostFE(*this, FI)) { in getRestoreSize()