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

References

lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 9590                     F.getReturnType()->getPointerTo(
 9611   for (const Argument &Arg : F.args()) {
 9621         FinalType, F.getCallingConv(), F.isVarArg());
 9621         FinalType, F.getCallingConv(), F.isVarArg());
 9646         if (F.getCallingConv() == CallingConv::X86_VectorCall &&
 9673       if (F.getCallingConv() == CallingConv::X86_INTR) {
 9705           *CurDAG->getContext(), F.getCallingConv(), VT);
 9707           *CurDAG->getContext(), F.getCallingConv(), VT);
 9730       DAG.getRoot(), F.getCallingConv(), F.isVarArg(), Ins, dl, DAG, InVals);
 9730       DAG.getRoot(), F.getCallingConv(), F.isVarArg(), Ins, dl, DAG, InVals);
 9756                     F.getReturnType()->getPointerTo(
 9763                                         nullptr, F.getCallingConv(), AssertOp);
 9780   for (const Argument &Arg : F.args()) {
 9815                                                       F.getCallingConv(), VT);
 9817           *CurDAG->getContext(), F.getCallingConv(), VT);
 9831                                              F.getCallingConv(), AssertOp));