Home | History | Annotate | Download | only in Sparc

Lines Matching refs:VAList

2571   SDValue VAList = DAG.getLoad(PtrVT, DL, InChain, VAListPtr,
2573 // Increment the pointer, VAList, to the next vaarg.
2574 SDValue NextPtr = DAG.getNode(ISD::ADD, DL, PtrVT, VAList,
2577 // Store the incremented VAList to the legalized pointer.
2578 InChain = DAG.getStore(VAList.getValue(1), DL, NextPtr,
2580 // Load the actual argument out of the pointer VAList.
2582 return DAG.getLoad(VT, DL, InChain, VAList, MachinePointerInfo(),