Home
last modified time | relevance | path

Searched refs:hasLoadFromStackSlot (Results 1 – 7 of 7) sorted by relevance

/freebsd-9-stable/contrib/llvm/lib/Target/R600/
DAMDGPUInstrInfo.h60 bool hasLoadFromStackSlot(const MachineInstr *MI,
DAMDGPUInstrInfo.cpp60 bool AMDGPUInstrInfo::hasLoadFromStackSlot(const MachineInstr *MI, in hasLoadFromStackSlot() function in AMDGPUInstrInfo
/freebsd-9-stable/contrib/llvm/include/llvm/Target/
DTargetInstrInfo.h144 virtual bool hasLoadFromStackSlot(const MachineInstr *MI,
/freebsd-9-stable/contrib/llvm/lib/CodeGen/
DTargetInstrInfo.cpp244 bool TargetInstrInfo::hasLoadFromStackSlot(const MachineInstr *MI, in hasLoadFromStackSlot() function in TargetInstrInfo
/freebsd-9-stable/contrib/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp531 } else if (TM.getInstrInfo()->hasLoadFromStackSlot(&MI, MMO, FI)) { in emitComments()
/freebsd-9-stable/contrib/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp1162 return MI->mayLoad() && hasLoadFromStackSlot(MI, Dummy, FrameIndex); in isLoadFromStackSlotPostFE()
/freebsd-9-stable/contrib/llvm/lib/Target/X86/
DX86InstrInfo.cpp1590 return hasLoadFromStackSlot(MI, Dummy, FrameIndex); in isLoadFromStackSlotPostFE()