Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DStackMaps.cpp355 PatchPointOpers opers(&MI); in recordPatchPoint() local
356 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() local
379 const unsigned StartIdx = opers.getVarIdx(); in recordStatepoint()
380 recordStackMapOpers(MI, opers.getID(), MI.operands_begin() + StartIdx, in recordStatepoint()
DTargetInstrInfo.cpp445 PatchPointOpers opers(&MI); in foldPatchpoint() local
446 StartIdx = opers.getVarIdx(); in foldPatchpoint()
/external/llvm/lib/Target/X86/
DX86MCInstLower.cpp979 PatchPointOpers opers(&MI); in LowerPATCHPOINT() local
980 unsigned ScratchIdx = opers.getNextScratchIdx(); in LowerPATCHPOINT()
983 opers.getMetaOper(PatchPointOpers::TargetPos); in LowerPATCHPOINT()
1019 unsigned NumBytes = opers.getMetaOper(PatchPointOpers::NBytesPos).getImm(); in LowerPATCHPOINT()