Home
last modified time | relevance | path

Searched refs:getMetaOper (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DStackMaps.h61 const MachineOperand &getMetaOper(unsigned Pos) { in getMetaOper() function
/external/llvm/lib/Target/AArch64/
DAArch64AsmPrinter.cpp399 int64_t CallTarget = Opers.getMetaOper(PatchPointOpers::TargetPos).getImm(); in LowerPATCHPOINT()
424 unsigned NumBytes = Opers.getMetaOper(PatchPointOpers::NBytesPos).getImm(); in LowerPATCHPOINT()
/external/llvm/lib/CodeGen/
DStackMaps.cpp356 int64_t ID = opers.getMetaOper(PatchPointOpers::IDPos).getImm(); in recordPatchPoint()
366 unsigned NArgs = opers.getMetaOper(PatchPointOpers::NArgPos).getImm(); in recordPatchPoint()
/external/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp364 Opers.getMetaOper(PatchPointOpers::TargetPos); in LowerPATCHPOINT()
367 int64_t CallTarget = Opers.getMetaOper(PatchPointOpers::TargetPos).getImm(); in LowerPATCHPOINT()
446 unsigned NumBytes = Opers.getMetaOper(PatchPointOpers::NBytesPos).getImm(); in LowerPATCHPOINT()
DPPCInstrInfo.cpp1790 return Opers.getMetaOper(PatchPointOpers::NBytesPos).getImm(); in GetInstSizeInBytes()
/external/llvm/lib/Target/X86/
DX86MCInstLower.cpp944 opers.getMetaOper(PatchPointOpers::TargetPos); in LowerPATCHPOINT()
980 unsigned NumBytes = opers.getMetaOper(PatchPointOpers::NBytesPos).getImm(); in LowerPATCHPOINT()