Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h236 int &SrcFrameIndex) const override;
H A DSystemZInstrInfo.cpp350 int &SrcFrameIndex) const { in isStackSlotCopy()
367 SrcFrameIndex = FI2; in isStackSlotCopy()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h349 int &SrcFrameIndex) const { in isStackSlotCopy() argument