Searched refs:PatchPointOpers (Results 1 – 12 of 12) 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()
486 return std::make_pair(0, PatchPointOpers(&MI).getVarIdx()); in getPatchpointUnfoldableRange()
76 class PatchPointOpers {95 explicit PatchPointOpers(const MachineInstr *MI);
672 assert(isa<ConstantInt>(I->getOperand(PatchPointOpers::IDPos)) && in selectStackmap()674 const auto *ID = cast<ConstantInt>(I->getOperand(PatchPointOpers::IDPos)); in selectStackmap()677 assert(isa<ConstantInt>(I->getOperand(PatchPointOpers::NBytesPos)) && in selectStackmap()680 cast<ConstantInt>(I->getOperand(PatchPointOpers::NBytesPos)); in selectStackmap()775 Value *Callee = I->getOperand(PatchPointOpers::TargetPos)->stripPointerCasts(); in selectPatchpoint()778 assert(isa<ConstantInt>(I->getOperand(PatchPointOpers::NArgPos)) && in selectPatchpoint()781 cast<ConstantInt>(I->getOperand(PatchPointOpers::NArgPos)); in selectPatchpoint()786 unsigned NumMetaOpers = PatchPointOpers::CCPos; in selectPatchpoint()810 assert(isa<ConstantInt>(I->getOperand(PatchPointOpers::IDPos)) && in selectPatchpoint()812 const auto *ID = cast<ConstantInt>(I->getOperand(PatchPointOpers::IDPos)); in selectPatchpoint()[all …]
914 CC = Node->getConstantOperandVal(PatchPointOpers::CCPos); in EmitMachineNode()
9073 SDValue IDVal = getValue(CI.getOperand(PatchPointOpers::IDPos)); in visitStackmap()9076 SDValue NBytesVal = getValue(CI.getOperand(PatchPointOpers::NBytesPos)); in visitStackmap()9122 SDValue Callee = getValue(CB.getArgOperand(PatchPointOpers::TargetPos)); in visitPatchpoint()9134 SDValue NArgVal = getValue(CB.getArgOperand(PatchPointOpers::NArgPos)); in visitPatchpoint()9139 unsigned NumMetaOpers = PatchPointOpers::CCPos; in visitPatchpoint()9168 SDValue IDVal = getValue(CB.getArgOperand(PatchPointOpers::IDPos)); in visitPatchpoint()9171 SDValue NBytesVal = getValue(CB.getArgOperand(PatchPointOpers::NBytesPos)); in visitPatchpoint()
650 PatchPointOpers Opers(&MI); in LowerPATCHPOINT()
978 PatchPointOpers Opers(&MI); in LowerPATCHPOINT()
108 NumBytes = PatchPointOpers(&MI).getNumPatchBytes(); in getInstSizeInBytes()
435 PatchPointOpers Opers(&MI); in LowerPATCHPOINT()
2856 PatchPointOpers Opers(&MI); in getInstSizeInBytes()
1403 PatchPointOpers opers(&MI); in LowerPATCHPOINT()