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

References

lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
 1593   Chain = DAG.getCALLSEQ_START(Chain, 0, 0, dl);
 1596   SDValue SP = DAG.getCopyFromReg(Chain, dl, SPReg, VT);
 1601   Tmp1 = DAG.getNode(ISD::SUB, dl, VT, SP, Size);       // Value
 1603     Tmp1 = DAG.getNode(ISD::AND, dl, VT, Tmp1,
 1604                        DAG.getConstant(-(uint64_t)Align, dl, VT));
 1605   Chain = DAG.getCopyToReg(Chain, dl, SPReg, Tmp1);     // Output chain
 1607   Tmp2 = DAG.getCALLSEQ_END(Chain, DAG.getIntPtrConstant(0, dl, true),
 1608                             DAG.getIntPtrConstant(0, dl, true), SDValue(), dl);
 1608                             DAG.getIntPtrConstant(0, dl, true), SDValue(), dl);