Searched refs:NumMetaOpers (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | FastISel.cpp | 784 unsigned NumMetaOpers = PatchPointOpers::CCPos; in selectPatchpoint() local 785 assert(I->arg_size() >= NumMetaOpers + NumArgs && in selectPatchpoint() 792 if (!lowerCallOperands(I, NumMetaOpers, NumCallArgs, Callee, IsAnyRegCC, CLI)) in selectPatchpoint() 850 for (unsigned i = NumMetaOpers, e = NumMetaOpers + NumArgs; i != e; ++i) { in selectPatchpoint() 863 if (!addStackMapLiveVars(Ops, I, NumMetaOpers + NumArgs)) in selectPatchpoint()
|
| H A D | SelectionDAGBuilder.cpp | 10746 unsigned NumMetaOpers = PatchPointOpers::CCPos; in visitPatchpoint() local 10747 assert(CB.arg_size() >= NumMetaOpers + NumArgs && in visitPatchpoint() 10756 populateCallLoweringInfo(CLI, &CB, NumMetaOpers, NumCallArgs, Callee, in visitPatchpoint() 10811 for (unsigned i = NumMetaOpers, e = NumMetaOpers + NumArgs; i != e; ++i) in visitPatchpoint() 10819 addStackMapLiveVars(CB, NumMetaOpers + NumArgs, dl, Ops, *this); in visitPatchpoint()
|