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

/freebsd-10.2-release/contrib/llvm/lib/Target/R600/
H A DAMDGPUInstrInfo.h58 unsigned isLoadFromStackSlotPostFE(const MachineInstr *MI,
H A DAMDGPUInstrInfo.cpp54 unsigned AMDGPUInstrInfo::isLoadFromStackSlotPostFE(const MachineInstr *MI, function in class:AMDGPUInstrInfo
/freebsd-10.2-release/contrib/llvm/lib/Target/X86/
H A DX86InstrInfo.h177 /// isLoadFromStackSlotPostFE - Check for post-frame ptr elimination
180 unsigned isLoadFromStackSlotPostFE(const MachineInstr *MI,
H A DX86InstrInfo.cpp1582 unsigned X86InstrInfo::isLoadFromStackSlotPostFE(const MachineInstr *MI, function in class:X86InstrInfo
/freebsd-10.2-release/contrib/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h104 virtual unsigned isLoadFromStackSlotPostFE(const MachineInstr *MI,
H A DARMBaseInstrInfo.cpp1159 unsigned ARMBaseInstrInfo::isLoadFromStackSlotPostFE(const MachineInstr *MI, function in class:ARMBaseInstrInfo
/freebsd-10.2-release/contrib/llvm/include/llvm/Target/
H A DTargetInstrInfo.h129 /// isLoadFromStackSlotPostFE - Check for post-frame ptr elimination
132 virtual unsigned isLoadFromStackSlotPostFE(const MachineInstr *MI, function in class:llvm::TargetInstrInfo
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp526 if (TM.getInstrInfo()->isLoadFromStackSlotPostFE(&MI, FI)) {

Completed in 228 milliseconds