Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h141 bool isStackSlotCopy(const MachineInstr *MI, int &DestFrameIndex,
H A DSystemZInstrInfo.cpp216 bool SystemZInstrInfo::isStackSlotCopy(const MachineInstr *MI, in isStackSlotCopy() function in SystemZInstrInfo
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp380 if (TII->isStackSlotCopy(I, FirstSS, SecondSS) && in RemoveDeadStores()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Target/
H A DTargetInstrInfo.h190 virtual bool isStackSlotCopy(const MachineInstr *MI, int &DestFrameIndex, in isStackSlotCopy() function