Searched refs:getMetaOper (Results 1 – 7 of 7) sorted by relevance
91 const MachineOperand &getMetaOper(unsigned Pos) const { in getMetaOper() function102 uint64_t getID() const { return getMetaOper(IDPos).getImm(); } in getID()106 return getMetaOper(NBytesPos).getImm(); in getNumPatchBytes()111 return getMetaOper(TargetPos); in getCallTarget()116 return getMetaOper(CCPos).getImm(); in getCallingConv()
60 const MachineOperand &getMetaOper(unsigned Pos) { in getMetaOper() function
389 int64_t CallTarget = Opers.getMetaOper(PatchPointOpers::TargetPos).getImm(); in LowerPATCHPOINT()414 unsigned NumBytes = Opers.getMetaOper(PatchPointOpers::NBytesPos).getImm(); in LowerPATCHPOINT()
356 int64_t ID = opers.getMetaOper(PatchPointOpers::IDPos).getImm(); in recordPatchPoint()366 unsigned NArgs = opers.getMetaOper(PatchPointOpers::NArgPos).getImm(); in recordPatchPoint()
351 Opers.getMetaOper(PatchPointOpers::TargetPos); in LowerPATCHPOINT()354 int64_t CallTarget = Opers.getMetaOper(PatchPointOpers::TargetPos).getImm(); in LowerPATCHPOINT()433 unsigned NumBytes = Opers.getMetaOper(PatchPointOpers::NBytesPos).getImm(); in LowerPATCHPOINT()
1823 return Opers.getMetaOper(PatchPointOpers::NBytesPos).getImm(); in GetInstSizeInBytes()
983 opers.getMetaOper(PatchPointOpers::TargetPos); in LowerPATCHPOINT()1019 unsigned NumBytes = opers.getMetaOper(PatchPointOpers::NBytesPos).getImm(); in LowerPATCHPOINT()