Home
last modified time | relevance | path

Searched refs:NArgPos (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DStackMaps.h42 enum { IDPos, NBytesPos, TargetPos, NArgPos, CCPos, MetaEnd }; enumerator
70 MI->getOperand(getMetaIdx(NArgPos)).getImm(); in getVarIdx()
/external/llvm/lib/CodeGen/
DStackMaps.cpp366 unsigned NArgs = opers.getMetaOper(PatchPointOpers::NArgPos).getImm(); in recordPatchPoint()
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp730 assert(isa<ConstantInt>(I->getOperand(PatchPointOpers::NArgPos)) && in selectPatchpoint()
733 cast<ConstantInt>(I->getOperand(PatchPointOpers::NArgPos)); in selectPatchpoint()
DSelectionDAGBuilder.cpp7337 SDValue NArgVal = getValue(CS.getArgument(PatchPointOpers::NArgPos)); in visitPatchpoint()