Searched refs:NumMetaOpers (Results 1 – 2 of 2) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| HD | FastISel.cpp | 939 unsigned NumMetaOpers = PatchPointOpers::CCPos; in selectPatchpoint() local 940 assert(I->getNumArgOperands() >= NumMetaOpers + NumArgs && in selectPatchpoint() 947 if (!lowerCallOperands(I, NumMetaOpers, NumCallArgs, Callee, IsAnyRegCC, CLI)) in selectPatchpoint() 1004 for (unsigned i = NumMetaOpers, e = NumMetaOpers + NumArgs; i != e; ++i) { in selectPatchpoint() 1017 if (!addStackMapLiveVars(Ops, I, NumMetaOpers + NumArgs)) in selectPatchpoint()
|
| HD | SelectionDAGBuilder.cpp | 8831 unsigned NumMetaOpers = PatchPointOpers::CCPos; in visitPatchpoint() local 8832 assert(CS.arg_size() >= NumMetaOpers + NumArgs && in visitPatchpoint() 8842 NumMetaOpers, NumCallArgs, Callee, ReturnTy, true); in visitPatchpoint() 8884 for (unsigned i = NumMetaOpers, e = NumMetaOpers + NumArgs; i != e; ++i) in visitPatchpoint() 8892 addStackMapLiveVars(CS, NumMetaOpers + NumArgs, dl, Ops, *this); in visitPatchpoint()
|