Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DStackMaps.h79 enum { IDPos, NBytesPos, TargetPos, NArgPos, CCPos, MetaEnd }; enumerator
122 return MI->getOperand(getMetaIdx(NArgPos)).getImm(); in getNumCallArgs()
/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp779 assert(isa<ConstantInt>(I->getOperand(PatchPointOpers::NArgPos)) && in selectPatchpoint()
782 cast<ConstantInt>(I->getOperand(PatchPointOpers::NArgPos)); in selectPatchpoint()
H A DSelectionDAGBuilder.cpp10579 SDValue NArgVal = getValue(CB.getArgOperand(PatchPointOpers::NArgPos)); in visitPatchpoint()