Searched refs:PatchPointOpers (Results 1 – 13 of 13) sorted by relevance
62 PatchPointOpers::PatchPointOpers(const MachineInstr *MI) in PatchPointOpers() function in PatchPointOpers77 unsigned PatchPointOpers::getNextScratchIdx(unsigned StartIdx) const { in getNextScratchIdx()468 assert(PatchPointOpers(&MI).hasDef() && "Stackmap has no return value."); in recordStackMapOpers()528 const int64_t ID = MI.getOperand(PatchPointOpers::IDPos).getImm(); in recordStackMap()537 PatchPointOpers opers(&MI); in recordPatchPoint()
484 return std::make_pair(0, PatchPointOpers(&MI).getVarIdx()); in getPatchpointUnfoldableRange()
76 class PatchPointOpers {95 explicit PatchPointOpers(const MachineInstr *MI);
669 assert(isa<ConstantInt>(I->getOperand(PatchPointOpers::IDPos)) && in selectStackmap()671 const auto *ID = cast<ConstantInt>(I->getOperand(PatchPointOpers::IDPos)); in selectStackmap()674 assert(isa<ConstantInt>(I->getOperand(PatchPointOpers::NBytesPos)) && in selectStackmap()677 cast<ConstantInt>(I->getOperand(PatchPointOpers::NBytesPos)); in selectStackmap()775 assert(isa<ConstantInt>(I->getOperand(PatchPointOpers::NArgPos)) && in selectPatchpoint()778 cast<ConstantInt>(I->getOperand(PatchPointOpers::NArgPos)); in selectPatchpoint()783 unsigned NumMetaOpers = PatchPointOpers::CCPos; in selectPatchpoint()807 assert(isa<ConstantInt>(I->getOperand(PatchPointOpers::IDPos)) && in selectPatchpoint()809 const auto *ID = cast<ConstantInt>(I->getOperand(PatchPointOpers::IDPos)); in selectPatchpoint()812 assert(isa<ConstantInt>(I->getOperand(PatchPointOpers::NBytesPos)) && in selectPatchpoint()[all …]
974 CC = Node->getConstantOperandVal(PatchPointOpers::CCPos); in EmitMachineNode()
9403 SDValue Callee = getValue(CB.getArgOperand(PatchPointOpers::TargetPos)); in visitPatchpoint()9415 SDValue NArgVal = getValue(CB.getArgOperand(PatchPointOpers::NArgPos)); in visitPatchpoint()9420 unsigned NumMetaOpers = PatchPointOpers::CCPos; in visitPatchpoint()9462 SDValue IDVal = getValue(CB.getArgOperand(PatchPointOpers::IDPos)); in visitPatchpoint()9465 SDValue NBytesVal = getValue(CB.getArgOperand(PatchPointOpers::NBytesPos)); in visitPatchpoint()
711 PatchPointOpers Opers(&MI); in LowerPATCHPOINT()
1529 return PatchPointOpers(&MI).getNumPatchBytes(); in getInstSizeInBytes()
1017 PatchPointOpers Opers(&MI); in LowerPATCHPOINT()
118 NumBytes = PatchPointOpers(&MI).getNumPatchBytes(); in getInstSizeInBytes()
471 PatchPointOpers Opers(&MI); in LowerPATCHPOINT()
2884 PatchPointOpers Opers(&MI); in getInstSizeInBytes()
1449 PatchPointOpers opers(&MI); in LowerPATCHPOINT()