Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h254 unsigned isLoadFromStackSlotPostFE(const MachineInstr &MI,
H A DX86InstrInfo.cpp703 unsigned X86InstrInfo::isLoadFromStackSlotPostFE(const MachineInstr &MI, in isLoadFromStackSlotPostFE() function in X86InstrInfo
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h193 unsigned isLoadFromStackSlotPostFE(const MachineInstr &MI,
H A DARMBaseInstrInfo.cpp1616 unsigned ARMBaseInstrInfo::isLoadFromStackSlotPostFE(const MachineInstr &MI, in isLoadFromStackSlotPostFE() function in ARMBaseInstrInfo
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h290 virtual unsigned isLoadFromStackSlotPostFE(const MachineInstr &MI, in isLoadFromStackSlotPostFE() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp2007 !TII->isLoadFromStackSlotPostFE(MI, DummyFI)) in transferSpillOrRestoreInst()
2019 !TII->isLoadFromStackSlotPostFE(MI, FIDummy)) in transferSpillOrRestoreInst()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp2390 if (TII->isLoadFromStackSlotPostFE(*this, FI)) { in getRestoreSize()