Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h240 int &SrcFrameIndex) const override;
H A DSystemZInstrInfo.cpp398 int &SrcFrameIndex) const { in isStackSlotCopy()
415 SrcFrameIndex = FI2; in isStackSlotCopy()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DReachingDefAnalysis.cpp60 int SrcFrameIndex = 0; in isFIDef() local
62 TII->isStackSlotCopy(MI, DefFrameIndex, SrcFrameIndex)) in isFIDef()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h362 int &SrcFrameIndex) const { in isStackSlotCopy() argument