Searched refs:NumMetaOpers (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/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 | 9139 unsigned NumMetaOpers = PatchPointOpers::CCPos; in visitPatchpoint() local 9140 assert(CB.arg_size() >= NumMetaOpers + NumArgs && in visitPatchpoint() 9149 populateCallLoweringInfo(CLI, &CB, NumMetaOpers, NumCallArgs, Callee, in visitPatchpoint() 9192 for (unsigned i = NumMetaOpers, e = NumMetaOpers + NumArgs; i != e; ++i) in visitPatchpoint() 9200 addStackMapLiveVars(CB, NumMetaOpers + NumArgs, dl, Ops, *this); in visitPatchpoint()
|