Home | History | Annotate | Download | only in Sparc

Lines Matching refs:VAList

1026   SDValue VAList = DAG.getLoad(MVT::i32, dl, InChain, VAListPtr,
1028 // Increment the pointer, VAList, to the next vaarg
1029 SDValue NextPtr = DAG.getNode(ISD::ADD, dl, MVT::i32, VAList,
1032 // Store the incremented VAList to the legalized pointer
1033 InChain = DAG.getStore(VAList.getValue(1), dl, NextPtr,
1035 // Load the actual argument out of the pointer VAList, unless this is an
1038 return DAG.getLoad(VT, dl, InChain, VAList, MachinePointerInfo(),
1042 SDValue V = DAG.getLoad(MVT::i64, dl, InChain, VAList, MachinePointerInfo(),