Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp778 unsigned NumMetaOpers = PatchPointOpers::CCPos; in selectPatchpoint() local
779 assert(I->arg_size() >= NumMetaOpers + NumArgs && in selectPatchpoint()
786 if (!lowerCallOperands(I, NumMetaOpers, NumCallArgs, Callee, IsAnyRegCC, CLI)) in selectPatchpoint()
843 for (unsigned i = NumMetaOpers, e = NumMetaOpers + NumArgs; i != e; ++i) { in selectPatchpoint()
856 if (!addStackMapLiveVars(Ops, I, NumMetaOpers + NumArgs)) in selectPatchpoint()
H A DSelectionDAGBuilder.cpp9668 unsigned NumMetaOpers = PatchPointOpers::CCPos; in visitPatchpoint() local
9669 assert(CB.arg_size() >= NumMetaOpers + NumArgs && in visitPatchpoint()
9678 populateCallLoweringInfo(CLI, &CB, NumMetaOpers, NumCallArgs, Callee, in visitPatchpoint()
9734 for (unsigned i = NumMetaOpers, e = NumMetaOpers + NumArgs; i != e; ++i) in visitPatchpoint()
9742 addStackMapLiveVars(CB, NumMetaOpers + NumArgs, dl, Ops, *this); in visitPatchpoint()