reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/Mips/MipsISelLowering.cpp
 2156   SDValue VAListLoad = DAG.getLoad(getPointerTy(DAG.getDataLayout()), DL, Chain,
 2169         ISD::ADD, DL, VAList.getValueType(), VAList,
 2170         DAG.getConstant(Align.value() - 1, DL, VAList.getValueType()));
 2173         ISD::AND, DL, VAList.getValueType(), VAList,
 2174         DAG.getConstant(-(int64_t)Align.value(), DL, VAList.getValueType()));
 2182       DAG.getNode(ISD::ADD, DL, VAList.getValueType(), VAList,
 2184                                   DL, VAList.getValueType()));
 2186   Chain = DAG.getStore(VAListLoad.getValue(1), DL, Tmp3, VAListPtr,
 2196     VAList = DAG.getNode(ISD::ADD, DL, VAListPtr.getValueType(), VAList,
 2197                          DAG.getIntPtrConstant(Adjustment, DL));
 2200   return DAG.getLoad(VT, DL, Chain, VAList, MachinePointerInfo());