Searched refs:opers (Results 1 – 3 of 3) sorted by relevance
355 PatchPointOpers opers(&MI); in recordPatchPoint() local356 int64_t ID = opers.getMetaOper(PatchPointOpers::IDPos).getImm(); in recordPatchPoint()358 auto MOI = std::next(MI.operands_begin(), opers.getStackMapStartIdx()); in recordPatchPoint()360 opers.isAnyReg() && opers.hasDef()); in recordPatchPoint()365 if (opers.isAnyReg()) { in recordPatchPoint()366 unsigned NArgs = opers.getMetaOper(PatchPointOpers::NArgPos).getImm(); in recordPatchPoint()367 for (unsigned i = 0, e = (opers.hasDef() ? NArgs + 1 : NArgs); i != e; ++i) in recordPatchPoint()376 StatepointOpers opers(&MI); in recordStatepoint() local379 const unsigned StartIdx = opers.getVarIdx(); in recordStatepoint()380 recordStackMapOpers(MI, opers.getID(), MI.operands_begin() + StartIdx, in recordStatepoint()
446 PatchPointOpers opers(MI); in foldPatchpoint() local447 StartIdx = opers.getVarIdx(); in foldPatchpoint()
940 PatchPointOpers opers(&MI); in LowerPATCHPOINT() local941 unsigned ScratchIdx = opers.getNextScratchIdx(); in LowerPATCHPOINT()944 opers.getMetaOper(PatchPointOpers::TargetPos); in LowerPATCHPOINT()980 unsigned NumBytes = opers.getMetaOper(PatchPointOpers::NBytesPos).getImm(); in LowerPATCHPOINT()