Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DStackMaps.h43 enum { IDPos, NBytesPos, TargetPos, NArgPos, CCPos, MetaEnd }; enumerator
98 enum { IDPos, NBytesPos, NCallArgsPos, CallTargetPos, MetaEnd }; enumerator
118 return MI->getOperand(NBytesPos).getImm(); in getNumPatchBytes()
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp626 assert(isa<ConstantInt>(I->getOperand(PatchPointOpers::NBytesPos)) && in selectStackmap()
629 cast<ConstantInt>(I->getOperand(PatchPointOpers::NBytesPos)); in selectStackmap()
767 assert(isa<ConstantInt>(I->getOperand(PatchPointOpers::NBytesPos)) && in selectPatchpoint()
770 cast<ConstantInt>(I->getOperand(PatchPointOpers::NBytesPos)); in selectPatchpoint()
DSelectionDAGBuilder.cpp6785 SDValue NBytesVal = getValue(CI.getOperand(PatchPointOpers::NBytesPos)); in visitStackmap()
6877 SDValue NBytesVal = getValue(CS->getOperand(PatchPointOpers::NBytesPos)); in visitPatchpoint()
/external/llvm/lib/Target/AArch64/
DAArch64AsmPrinter.cpp424 unsigned NumBytes = Opers.getMetaOper(PatchPointOpers::NBytesPos).getImm(); in LowerPATCHPOINT()
/external/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp446 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.cpp980 unsigned NumBytes = opers.getMetaOper(PatchPointOpers::NBytesPos).getImm(); in LowerPATCHPOINT()