Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DStackMaps.h91 const MachineOperand &getMetaOper(unsigned Pos) const { in getMetaOper() function
102 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()
/external/llvm/include/llvm/CodeGen/
DStackMaps.h60 const MachineOperand &getMetaOper(unsigned Pos) { in getMetaOper() function
/external/llvm/lib/Target/AArch64/
DAArch64AsmPrinter.cpp389 int64_t CallTarget = Opers.getMetaOper(PatchPointOpers::TargetPos).getImm(); in LowerPATCHPOINT()
414 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.cpp351 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()
DPPCInstrInfo.cpp1823 return Opers.getMetaOper(PatchPointOpers::NBytesPos).getImm(); in GetInstSizeInBytes()
/external/llvm/lib/Target/X86/
DX86MCInstLower.cpp983 opers.getMetaOper(PatchPointOpers::TargetPos); in LowerPATCHPOINT()
1019 unsigned NumBytes = opers.getMetaOper(PatchPointOpers::NBytesPos).getImm(); in LowerPATCHPOINT()