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

References

lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 1815       Chains[i] = DAG.getStore(Chain, getCurSDLoc(), Val,
 1820     Chain = DAG.getNode(ISD::TokenFactor, getCurSDLoc(),
 1917   Chain = DAG.getTargetLoweringInfo().LowerReturn(
 1918       Chain, CallConv, isVarArg, Outs, OutVals, getCurSDLoc(), DAG);
 1921   assert(Chain.getNode() && Chain.getValueType() == MVT::Other &&
 1921   assert(Chain.getNode() && Chain.getValueType() == MVT::Other &&
 1925   DAG.setRoot(Chain);