Home
last modified time | relevance | path

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

/freebsd-14.2/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()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp666 assert(isa<ConstantInt>(I->getOperand(PatchPointOpers::NBytesPos)) && in selectStackmap()
669 cast<ConstantInt>(I->getOperand(PatchPointOpers::NBytesPos)); in selectStackmap()
804 assert(isa<ConstantInt>(I->getOperand(PatchPointOpers::NBytesPos)) && in selectPatchpoint()
807 cast<ConstantInt>(I->getOperand(PatchPointOpers::NBytesPos)); in selectPatchpoint()
H A DSelectionDAGBuilder.cpp10110 SDValue NBytesVal = getValue(CB.getArgOperand(PatchPointOpers::NBytesPos)); in visitPatchpoint()