Lines Matching defs:VAList
1591 SDValue VAList =
1593 SDValue Chain = VAList.getValue(1);
1598 // know the actual alignment of VAList, so we take alignment of it
1601 VAList = DAG.getNode(ISD::ADD, DL, PtrVT, VAList,
1603 VAList = DAG.getNode(ISD::AND, DL, PtrVT, VAList,
1605 // Increment the pointer, VAList, by 16 to the next vaarg.
1607 DAG.getNode(ISD::ADD, DL, PtrVT, VAList, DAG.getIntPtrConstant(16, DL));
1614 // Increment the pointer, VAList, by 8 to the next vaarg.
1616 DAG.getNode(ISD::ADD, DL, PtrVT, VAList, DAG.getIntPtrConstant(8, DL));
1617 // Then, adjust VAList.
1619 VAList = DAG.getNode(ISD::ADD, DL, PtrVT, VAList,
1622 // Increment the pointer, VAList, by 8 to the next vaarg.
1624 DAG.getNode(ISD::ADD, DL, PtrVT, VAList, DAG.getIntPtrConstant(8, DL));
1627 // Store the incremented VAList to the legalized pointer.
1630 // Load the actual argument out of the pointer VAList.
1633 VT, DL, InChain, VAList, MachinePointerInfo(),