Home | History | Annotate | Download | only in Sparc

Lines Matching defs:VAList

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