Home | History | Annotate | Download | only in Sparc

Lines Matching defs:VAList

1653   SDValue VAList = DAG.getLoad(PtrVT, DL, InChain, VAListPtr,
1655 // Increment the pointer, VAList, to the next vaarg.
1656 SDValue NextPtr = DAG.getNode(ISD::ADD, DL, PtrVT, VAList,
1658 // Store the incremented VAList to the legalized pointer.
1659 InChain = DAG.getStore(VAList.getValue(1), DL, NextPtr,
1661 // Load the actual argument out of the pointer VAList.
1663 return DAG.getLoad(VT, DL, InChain, VAList, MachinePointerInfo(),