Searched refs:NumMetaOpers (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | FastISel.cpp | 787 unsigned NumMetaOpers = PatchPointOpers::CCPos; in selectPatchpoint() local 788 assert(I->arg_size() >= NumMetaOpers + NumArgs && in selectPatchpoint() 795 if (!lowerCallOperands(I, NumMetaOpers, NumCallArgs, Callee, IsAnyRegCC, CLI)) in selectPatchpoint() 853 for (unsigned i = NumMetaOpers, e = NumMetaOpers + NumArgs; i != e; ++i) { in selectPatchpoint() 866 if (!addStackMapLiveVars(Ops, I, NumMetaOpers + NumArgs)) in selectPatchpoint()
|
H A D | SelectionDAGBuilder.cpp | 10584 unsigned NumMetaOpers = PatchPointOpers::CCPos; in visitPatchpoint() local 10585 assert(CB.arg_size() >= NumMetaOpers + NumArgs && in visitPatchpoint() 10594 populateCallLoweringInfo(CLI, &CB, NumMetaOpers, NumCallArgs, Callee, in visitPatchpoint() 10649 for (unsigned i = NumMetaOpers, e = NumMetaOpers + NumArgs; i != e; ++i) in visitPatchpoint() 10657 addStackMapLiveVars(CB, NumMetaOpers + NumArgs, dl, Ops, *this); in visitPatchpoint()
|