Searched refs:NumMetaOpers (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 725 unsigned NumMetaOpers = PatchPointOpers::CCPos; in selectPatchpoint() local 726 assert(I->getNumArgOperands() >= NumMetaOpers + NumArgs && in selectPatchpoint() 733 if (!lowerCallOperands(I, NumMetaOpers, NumCallArgs, Callee, IsAnyRegCC, CLI)) in selectPatchpoint() 788 for (unsigned i = NumMetaOpers, e = NumMetaOpers + NumArgs; i != e; ++i) { in selectPatchpoint() 801 if (!addStackMapLiveVars(Ops, I, NumMetaOpers + NumArgs)) in selectPatchpoint()
|
D | SelectionDAGBuilder.cpp | 7016 unsigned NumMetaOpers = PatchPointOpers::CCPos; in visitPatchpoint() local 7017 assert(CS.arg_size() >= NumMetaOpers + NumArgs && in visitPatchpoint() 7023 lowerCallOperands(CS, NumMetaOpers, NumCallArgs, Callee, IsAnyRegCC, in visitPatchpoint() 7067 for (unsigned i = NumMetaOpers, e = NumMetaOpers + NumArgs; i != e; ++i) in visitPatchpoint() 7075 addStackMapLiveVars(CS, NumMetaOpers + NumArgs, Ops, *this); in visitPatchpoint()
|