Home | History | Annotate | Download | only in SystemZ

Lines Matching refs:FrameIndex

441   if (Base->getOpcode() == ISD::FrameIndex)
538 else if (Base.getOpcode() == ISD::FrameIndex) {
539 // Lower a FrameIndex to a TargetFrameIndex.
540 int64_t FrameIndex = cast<FrameIndexSDNode>(Base)->getIndex();
541 Base = CurDAG->getTargetFrameIndex(FrameIndex, VT);