reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2156 SDValue VAListLoad = DAG.getLoad(getPointerTy(DAG.getDataLayout()), DL, Chain, 2156 SDValue VAListLoad = DAG.getLoad(getPointerTy(DAG.getDataLayout()), DL, Chain, 2168 VAList = DAG.getNode( 2170 DAG.getConstant(Align.value() - 1, DL, VAList.getValueType())); 2172 VAList = DAG.getNode( 2174 DAG.getConstant(-(int64_t)Align.value(), DL, VAList.getValueType())); 2178 auto &TD = DAG.getDataLayout(); 2180 TD.getTypeAllocSize(VT.getTypeForEVT(*DAG.getContext())); 2182 DAG.getNode(ISD::ADD, DL, VAList.getValueType(), VAList, 2183 DAG.getConstant(alignTo(ArgSizeInBytes, ArgSlotSizeInBytes), 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());