reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
 1457   int FI = cast<FrameIndexSDNode>(StackPtr.getNode())->getIndex();
 1459   State.FloatPtr = StackPtr;
 1469     IntPtr = StackPtr;
 1474     IntPtr = DAG.getNode(ISD::ADD, DL, StackPtr.getValueType(), StackPtr,
 1474     IntPtr = DAG.getNode(ISD::ADD, DL, StackPtr.getValueType(), StackPtr,
 1475                       DAG.getConstant(ByteOffset, DL, StackPtr.getValueType()));