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.cpp446 PatchPointOpers opers(MI); in foldPatchpoint() local
447 StartIdx = opers.getVarIdx(); in foldPatchpoint()
/external/llvm/lib/Target/X86/
DX86MCInstLower.cpp940 PatchPointOpers opers(&MI); in LowerPATCHPOINT() local
941 unsigned ScratchIdx = opers.getNextScratchIdx(); in LowerPATCHPOINT()
944 opers.getMetaOper(PatchPointOpers::TargetPos); in LowerPATCHPOINT()
980 unsigned NumBytes = opers.getMetaOper(PatchPointOpers::NBytesPos).getImm(); in LowerPATCHPOINT()