Home
last modified time | relevance | path

Searched refs:NumMetaOpers (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp775 unsigned NumMetaOpers = PatchPointOpers::CCPos; in selectPatchpoint() local
776 assert(I->arg_size() >= NumMetaOpers + NumArgs && in selectPatchpoint()
783 if (!lowerCallOperands(I, NumMetaOpers, NumCallArgs, Callee, IsAnyRegCC, CLI)) in selectPatchpoint()
840 for (unsigned i = NumMetaOpers, e = NumMetaOpers + NumArgs; i != e; ++i) { in selectPatchpoint()
853 if (!addStackMapLiveVars(Ops, I, NumMetaOpers + NumArgs)) in selectPatchpoint()
H A DSelectionDAGBuilder.cpp10066 unsigned NumMetaOpers = PatchPointOpers::CCPos; in visitPatchpoint() local
10067 assert(CB.arg_size() >= NumMetaOpers + NumArgs && in visitPatchpoint()
10076 populateCallLoweringInfo(CLI, &CB, NumMetaOpers, NumCallArgs, Callee, in visitPatchpoint()
10129 for (unsigned i = NumMetaOpers, e = NumMetaOpers + NumArgs; i != e; ++i) in visitPatchpoint()
10137 addStackMapLiveVars(CB, NumMetaOpers + NumArgs, dl, Ops, *this); in visitPatchpoint()