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

References

lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 8697   NullPtr = DAG.getIntPtrConstant(0, DL, true);
 8709   Chain = DAG.getCALLSEQ_START(getRoot(), 0, 0, DL);
 8715                   cast<ConstantSDNode>(IDVal)->getZExtValue(), DL, MVT::i64));
 8718                   cast<ConstantSDNode>(NBytesVal)->getZExtValue(), DL,
 8722   addStackMapLiveVars(&CI, 2, DL, Ops, *this);
 8733   SDNode *SM = DAG.getMachineNode(TargetOpcode::STACKMAP, DL, NodeTys, Ops);
 8737   Chain = DAG.getCALLSEQ_END(Chain, NullPtr, NullPtr, InFlag, DL);