Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h224 bool isStackSlotCopy(const MachineInstr &MI, int &DestFrameIndex,
H A DSystemZInstrInfo.cpp330 bool SystemZInstrInfo::isStackSlotCopy(const MachineInstr &MI, in isStackSlotCopy() function in SystemZInstrInfo
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp432 if (TII->isStackSlotCopy(*I, FirstSS, SecondSS) && FirstSS == SecondSS && in RemoveDeadStores()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h336 virtual bool isStackSlotCopy(const MachineInstr &MI, int &DestFrameIndex, in isStackSlotCopy() function