Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DStackMaps.h38 enum { IDPos, NBytesPos }; enumerator
51 return MI->getOperand(NBytesPos).getImm(); in getNumPatchBytes()
79 enum { IDPos, NBytesPos, TargetPos, NArgPos, CCPos, MetaEnd }; enumerator
105 return getMetaOper(NBytesPos).getImm(); in getNumPatchBytes()
166 enum { IDPos, NBytesPos, NCallArgsPos, CallTargetPos, MetaEnd }; enumerator
181 unsigned getNBytesPos() const { return NumDefs + NBytesPos; } in getNBytesPos()
208 return MI->getOperand(NumDefs + NBytesPos).getImm(); in getNumPatchBytes()
/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp670 assert(isa<ConstantInt>(I->getOperand(PatchPointOpers::NBytesPos)) && in selectStackmap()
673 cast<ConstantInt>(I->getOperand(PatchPointOpers::NBytesPos)); in selectStackmap()
817 assert(isa<ConstantInt>(I->getOperand(PatchPointOpers::NBytesPos)) && in selectPatchpoint()
820 cast<ConstantInt>(I->getOperand(PatchPointOpers::NBytesPos)); in selectPatchpoint()
H A DSelectionDAGBuilder.cpp10630 SDValue NBytesVal = getValue(CB.getArgOperand(PatchPointOpers::NBytesPos)); in visitPatchpoint()