Searched refs:NArgPos (Results 1 – 7 of 7) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | StackMaps.h | 42 enum { IDPos, NBytesPos, TargetPos, NArgPos, CCPos, MetaEnd }; enumerator 70 MI->getOperand(getMetaIdx(NArgPos)).getImm(); in getVarIdx()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | StackMaps.h | 80 enum { IDPos, NBytesPos, TargetPos, NArgPos, CCPos, MetaEnd }; enumerator 123 return MI->getOperand(getMetaIdx(NArgPos)).getImm(); in getNumCallArgs()
|
/external/llvm/lib/CodeGen/ |
D | StackMaps.cpp | 366 unsigned NArgs = opers.getMetaOper(PatchPointOpers::NArgPos).getImm(); in recordPatchPoint()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 730 assert(isa<ConstantInt>(I->getOperand(PatchPointOpers::NArgPos)) && in selectPatchpoint() 733 cast<ConstantInt>(I->getOperand(PatchPointOpers::NArgPos)); in selectPatchpoint()
|
D | SelectionDAGBuilder.cpp | 7337 SDValue NArgVal = getValue(CS.getArgument(PatchPointOpers::NArgPos)); in visitPatchpoint()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 906 assert(isa<ConstantInt>(I->getOperand(PatchPointOpers::NArgPos)) && in selectPatchpoint() 909 cast<ConstantInt>(I->getOperand(PatchPointOpers::NArgPos)); in selectPatchpoint()
|
D | SelectionDAGBuilder.cpp | 8106 SDValue NArgVal = getValue(CS.getArgument(PatchPointOpers::NArgPos)); in visitPatchpoint()
|