Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:VAList

1828   SDValue VAList = VAListLoad;
1833 VAList = getNode(ISD::ADD, dl, VAList.getValueType(), VAList,
1834 getConstant(Align - 1, dl, VAList.getValueType()));
1836 VAList = getNode(ISD::AND, dl, VAList.getValueType(), VAList,
1837 getConstant(-(int64_t)Align, dl, VAList.getValueType()));
1840 // Increment the pointer, VAList, to the next vaarg
1841 Tmp1 = getNode(ISD::ADD, dl, VAList.getValueType(), VAList,
1844 dl, VAList.getValueType()));
1845 // Store the incremented VAList to the legalized pointer
1848 // Load the actual argument out of the pointer VAList
1849 return getLoad(VT, dl, Tmp1, VAList, MachinePointerInfo(),