Home
last modified time | relevance | path

Searched refs:isStackSlotCopy (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.h144 bool isStackSlotCopy(const MachineInstr *MI, int &DestFrameIndex,
DSystemZInstrInfo.cpp222 bool SystemZInstrInfo::isStackSlotCopy(const MachineInstr *MI, in isStackSlotCopy() function in SystemZInstrInfo
/external/llvm/lib/CodeGen/
DStackSlotColoring.cpp388 if (TII->isStackSlotCopy(I, FirstSS, SecondSS) && in RemoveDeadStores()
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h230 virtual bool isStackSlotCopy(const MachineInstr *MI, int &DestFrameIndex, in isStackSlotCopy() function