Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DStackMaps.cpp346 PatchPointOpers opers(&MI); in recordPatchPoint() local
347 int64_t ID = opers.getMetaOper(PatchPointOpers::IDPos).getImm(); in recordPatchPoint()
350 std::next(MI.operands_begin(), opers.getStackMapStartIdx()); in recordPatchPoint()
352 opers.isAnyReg() && opers.hasDef()); in recordPatchPoint()
357 if (opers.isAnyReg()) { in recordPatchPoint()
358 unsigned NArgs = opers.getMetaOper(PatchPointOpers::NArgPos).getImm(); in recordPatchPoint()
359 for (unsigned i = 0, e = (opers.hasDef() ? NArgs+1 : NArgs); i != e; ++i) in recordPatchPoint()
369 StatepointOpers opers(&MI); in recordStatepoint() local
372 const unsigned StartIdx = opers.getVarIdx(); in recordStatepoint()
DTargetInstrInfo.cpp394 PatchPointOpers opers(MI); in foldPatchpoint() local
395 StartIdx = opers.getVarIdx(); in foldPatchpoint()
/external/llvm/lib/Target/X86/
DX86MCInstLower.cpp877 PatchPointOpers opers(&MI); in LowerPATCHPOINT() local
878 unsigned ScratchIdx = opers.getNextScratchIdx(); in LowerPATCHPOINT()
880 int64_t CallTarget = opers.getMetaOper(PatchPointOpers::TargetPos).getImm(); in LowerPATCHPOINT()
894 unsigned NumBytes = opers.getMetaOper(PatchPointOpers::NBytesPos).getImm(); in LowerPATCHPOINT()