Searched refs:NumMetaOpers (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 738 unsigned NumMetaOpers = PatchPointOpers::CCPos; in selectPatchpoint() local 739 assert(I->getNumArgOperands() >= NumMetaOpers + NumArgs && in selectPatchpoint() 746 if (!lowerCallOperands(I, NumMetaOpers, NumCallArgs, Callee, IsAnyRegCC, CLI)) in selectPatchpoint() 803 for (unsigned i = NumMetaOpers, e = NumMetaOpers + NumArgs; i != e; ++i) { in selectPatchpoint() 816 if (!addStackMapLiveVars(Ops, I, NumMetaOpers + NumArgs)) in selectPatchpoint()
|
D | SelectionDAGBuilder.cpp | 7342 unsigned NumMetaOpers = PatchPointOpers::CCPos; in visitPatchpoint() local 7343 assert(CS.arg_size() >= NumMetaOpers + NumArgs && in visitPatchpoint() 7352 populateCallLoweringInfo(CLI, CS, NumMetaOpers, NumCallArgs, Callee, ReturnTy, in visitPatchpoint() 7395 for (unsigned i = NumMetaOpers, e = NumMetaOpers + NumArgs; i != e; ++i) in visitPatchpoint() 7403 addStackMapLiveVars(CS, NumMetaOpers + NumArgs, dl, Ops, *this); in visitPatchpoint()
|