Searched refs:IDPos (Results 1 – 4 of 4) sorted by relevance
43 enum { IDPos, NBytesPos, TargetPos, NArgPos, CCPos, MetaEnd }; enumerator
255 int64_t ID = opers.getMetaOper(PatchPointOpers::IDPos).getImm(); in recordPatchPoint()
616 assert(isa<ConstantInt>(I->getOperand(PatchPointOpers::IDPos)) && in SelectStackmap()618 const auto *ID = cast<ConstantInt>(I->getOperand(PatchPointOpers::IDPos)); in SelectStackmap()
6872 SDValue IDVal = getValue(CI.getOperand(PatchPointOpers::IDPos)); in visitStackmap()6954 SDValue IDVal = getValue(CI.getOperand(PatchPointOpers::IDPos)); in visitPatchpoint()