Searched refs:PatchPointOpers (Results 1 – 15 of 15) sorted by relevance
62 PatchPointOpers::PatchPointOpers(const MachineInstr *MI) in PatchPointOpers() function in PatchPointOpers77 unsigned PatchPointOpers::getNextScratchIdx(unsigned StartIdx) const { in getNextScratchIdx()503 assert(PatchPointOpers(&MI).hasDef() && "Stackmap has no return value."); in recordStackMapOpers()542 const int64_t ID = MI.getOperand(PatchPointOpers::IDPos).getImm(); in recordStackMap()551 PatchPointOpers opers(&MI); in recordPatchPoint()
494 return std::make_pair(0, PatchPointOpers(&MI).getVarIdx()); in getPatchpointUnfoldableRange()
76 class PatchPointOpers {95 explicit PatchPointOpers(const MachineInstr *MI);
661 assert(isa<ConstantInt>(I->getOperand(PatchPointOpers::IDPos)) && in selectStackmap()663 const auto *ID = cast<ConstantInt>(I->getOperand(PatchPointOpers::IDPos)); in selectStackmap()666 assert(isa<ConstantInt>(I->getOperand(PatchPointOpers::NBytesPos)) && in selectStackmap()669 cast<ConstantInt>(I->getOperand(PatchPointOpers::NBytesPos)); in selectStackmap()767 assert(isa<ConstantInt>(I->getOperand(PatchPointOpers::NArgPos)) && in selectPatchpoint()770 cast<ConstantInt>(I->getOperand(PatchPointOpers::NArgPos)); in selectPatchpoint()775 unsigned NumMetaOpers = PatchPointOpers::CCPos; in selectPatchpoint()799 assert(isa<ConstantInt>(I->getOperand(PatchPointOpers::IDPos)) && in selectPatchpoint()801 const auto *ID = cast<ConstantInt>(I->getOperand(PatchPointOpers::IDPos)); in selectPatchpoint()804 assert(isa<ConstantInt>(I->getOperand(PatchPointOpers::NBytesPos)) && in selectPatchpoint()[all …]
1011 CC = Node->getConstantOperandVal(PatchPointOpers::CCPos); in EmitMachineNode()
10049 SDValue Callee = getValue(CB.getArgOperand(PatchPointOpers::TargetPos)); in visitPatchpoint()10061 SDValue NArgVal = getValue(CB.getArgOperand(PatchPointOpers::NArgPos)); in visitPatchpoint()10066 unsigned NumMetaOpers = PatchPointOpers::CCPos; in visitPatchpoint()10108 SDValue IDVal = getValue(CB.getArgOperand(PatchPointOpers::IDPos)); in visitPatchpoint()10110 SDValue NBytesVal = getValue(CB.getArgOperand(PatchPointOpers::NBytesPos)); in visitPatchpoint()
153 PatchPointOpers Opers(&MI); in LowerPATCHPOINT()
1532 return PatchPointOpers(&MI).getNumPatchBytes(); in getInstSizeInBytes()
793 PatchPointOpers Opers(&MI); in LowerPATCHPOINT()
1541 return PatchPointOpers(&MI).getNumPatchBytes(); in getInstSizeInBytes()
1021 PatchPointOpers opers(&MI); in LowerPATCHPOINT()
1311 PatchPointOpers Opers(&MI); in LowerPATCHPOINT()
128 NumBytes = PatchPointOpers(&MI).getNumPatchBytes(); in getInstSizeInBytes()
522 PatchPointOpers Opers(&MI); in LowerPATCHPOINT()
2943 PatchPointOpers Opers(&MI); in getInstSizeInBytes()