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

References

lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 8809   Ops.push_back(DAG.getTargetConstant(
 8812   Ops.push_back(DAG.getTargetConstant(
 8817   Ops.push_back(Callee);
 8824   Ops.push_back(DAG.getTargetConstant(NumCallRegArgs, dl, MVT::i32));
 8827   Ops.push_back(DAG.getTargetConstant((unsigned)CC, dl, MVT::i32));
 8833       Ops.push_back(getValue(CS.getArgument(i)));
 8837   Ops.append(Call->op_begin() + 2, e);
 8840   addStackMapLiveVars(CS, NumMetaOpers + NumArgs, dl, Ops, *this);
 8844     Ops.push_back(*(Call->op_end()-2));
 8846     Ops.push_back(*(Call->op_end()-1));
 8850   Ops.push_back(*(Call->op_begin()));
 8854     Ops.push_back(*(Call->op_end()-1));
 8873                                          dl, NodeTys, Ops);