Lines Matching refs:PatchPointOpers
621 assert(isa<ConstantInt>(I->getOperand(PatchPointOpers::IDPos)) && in selectStackmap()
623 const auto *ID = cast<ConstantInt>(I->getOperand(PatchPointOpers::IDPos)); in selectStackmap()
626 assert(isa<ConstantInt>(I->getOperand(PatchPointOpers::NBytesPos)) && in selectStackmap()
629 cast<ConstantInt>(I->getOperand(PatchPointOpers::NBytesPos)); in selectStackmap()
727 Value *Callee = I->getOperand(PatchPointOpers::TargetPos)->stripPointerCasts(); in selectPatchpoint()
730 assert(isa<ConstantInt>(I->getOperand(PatchPointOpers::NArgPos)) && in selectPatchpoint()
733 cast<ConstantInt>(I->getOperand(PatchPointOpers::NArgPos)); in selectPatchpoint()
738 unsigned NumMetaOpers = PatchPointOpers::CCPos; in selectPatchpoint()
762 assert(isa<ConstantInt>(I->getOperand(PatchPointOpers::IDPos)) && in selectPatchpoint()
764 const auto *ID = cast<ConstantInt>(I->getOperand(PatchPointOpers::IDPos)); in selectPatchpoint()
767 assert(isa<ConstantInt>(I->getOperand(PatchPointOpers::NBytesPos)) && in selectPatchpoint()
770 cast<ConstantInt>(I->getOperand(PatchPointOpers::NBytesPos)); in selectPatchpoint()