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

/freebsd-11-stable/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, function in class:LanaiInstrInfo
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h191 /// isLoadFromStackSlotPostFE - Check for post-frame ptr elimination
194 unsigned isLoadFromStackSlotPostFE(const MachineInstr &MI,
H A DX86InstrInfo.cpp411 unsigned X86InstrInfo::isLoadFromStackSlotPostFE(const MachineInstr &MI, function in class:X86InstrInfo
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h192 unsigned isLoadFromStackSlotPostFE(const MachineInstr &MI,
H A DARMBaseInstrInfo.cpp1495 unsigned ARMBaseInstrInfo::isLoadFromStackSlotPostFE(const MachineInstr &MI, function in class:ARMBaseInstrInfo
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h266 virtual unsigned isLoadFromStackSlotPostFE(const MachineInstr &MI, function in class:llvm::TargetInstrInfo
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp2181 if (TII->isLoadFromStackSlotPostFE(*this, FI)) {

Completed in 153 milliseconds