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

References

lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 4774       Ops.push_back(DAG.getRoot());
 4776       Ops.push_back(getRoot());
 4790     Ops.push_back(DAG.getTargetConstant(Intrinsic, getCurSDLoc(),
 4797       Ops.push_back(getValue(Arg));
 4806       Ops.push_back(DAG.getTargetConstant(*CI, SDLoc(), VT));
 4808       Ops.push_back(
 4828         Info.opc, getCurSDLoc(), VTs, Ops, Info.memVT,
 4832     Result = DAG.getNode(ISD::INTRINSIC_WO_CHAIN, getCurSDLoc(), VTs, Ops);
 4834     Result = DAG.getNode(ISD::INTRINSIC_W_CHAIN, getCurSDLoc(), VTs, Ops);
 4836     Result = DAG.getNode(ISD::INTRINSIC_VOID, getCurSDLoc(), VTs, Ops);