Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.h44 unsigned isLoadFromStackSlotPostFE(const MachineInstr &MI,
H A DLanaiInstrInfo.cpp728 unsigned LanaiInstrInfo::isLoadFromStackSlotPostFE(const MachineInstr &MI, in isLoadFromStackSlotPostFE() function in LanaiInstrInfo
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h221 unsigned isLoadFromStackSlotPostFE(const MachineInstr &MI,
H A DX86InstrInfo.cpp895 unsigned X86InstrInfo::isLoadFromStackSlotPostFE(const MachineInstr &MI, in isLoadFromStackSlotPostFE() function in X86InstrInfo
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h194 unsigned isLoadFromStackSlotPostFE(const MachineInstr &MI,
H A DARMBaseInstrInfo.cpp1574 unsigned ARMBaseInstrInfo::isLoadFromStackSlotPostFE(const MachineInstr &MI, in isLoadFromStackSlotPostFE() function in ARMBaseInstrInfo
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h280 virtual unsigned isLoadFromStackSlotPostFE(const MachineInstr &MI, in isLoadFromStackSlotPostFE() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp2356 if (TII->isLoadFromStackSlotPostFE(*this, FI)) { in getRestoreSize()