Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp783 unsigned NumMetaOpers = PatchPointOpers::CCPos; in selectPatchpoint() local
784 assert(I->arg_size() >= NumMetaOpers + NumArgs && in selectPatchpoint()
791 if (!lowerCallOperands(I, NumMetaOpers, NumCallArgs, Callee, IsAnyRegCC, CLI)) in selectPatchpoint()
848 for (unsigned i = NumMetaOpers, e = NumMetaOpers + NumArgs; i != e; ++i) { in selectPatchpoint()
861 if (!addStackMapLiveVars(Ops, I, NumMetaOpers + NumArgs)) in selectPatchpoint()
H A DSelectionDAGBuilder.cpp9420 unsigned NumMetaOpers = PatchPointOpers::CCPos; in visitPatchpoint() local
9421 assert(CB.arg_size() >= NumMetaOpers + NumArgs && in visitPatchpoint()
9430 populateCallLoweringInfo(CLI, &CB, NumMetaOpers, NumCallArgs, Callee, in visitPatchpoint()
9486 for (unsigned i = NumMetaOpers, e = NumMetaOpers + NumArgs; i != e; ++i) in visitPatchpoint()
9494 addStackMapLiveVars(CB, NumMetaOpers + NumArgs, dl, Ops, *this); in visitPatchpoint()