Searched refs:NumMetaOpers (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | FastISel.cpp | 786 unsigned NumMetaOpers = PatchPointOpers::CCPos; in selectPatchpoint() local 787 assert(I->getNumArgOperands() >= NumMetaOpers + NumArgs && in selectPatchpoint() 794 if (!lowerCallOperands(I, NumMetaOpers, NumCallArgs, Callee, IsAnyRegCC, CLI)) in selectPatchpoint() 851 for (unsigned i = NumMetaOpers, e = NumMetaOpers + NumArgs; i != e; ++i) { in selectPatchpoint() 864 if (!addStackMapLiveVars(Ops, I, NumMetaOpers + NumArgs)) in selectPatchpoint()
|
| H A D | SelectionDAGBuilder.cpp | 9197 unsigned NumMetaOpers = PatchPointOpers::CCPos; in visitPatchpoint() local 9198 assert(CB.arg_size() >= NumMetaOpers + NumArgs && in visitPatchpoint() 9207 populateCallLoweringInfo(CLI, &CB, NumMetaOpers, NumCallArgs, Callee, in visitPatchpoint() 9250 for (unsigned i = NumMetaOpers, e = NumMetaOpers + NumArgs; i != e; ++i) in visitPatchpoint() 9258 addStackMapLiveVars(CB, NumMetaOpers + NumArgs, dl, Ops, *this); in visitPatchpoint()
|