Home
last modified time | relevance | path

Searched refs:IDPos (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DStackMaps.h43 enum { IDPos, NBytesPos, TargetPos, NArgPos, CCPos, MetaEnd }; enumerator
/external/llvm/lib/CodeGen/
DStackMaps.cpp255 int64_t ID = opers.getMetaOper(PatchPointOpers::IDPos).getImm(); in recordPatchPoint()
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp616 assert(isa<ConstantInt>(I->getOperand(PatchPointOpers::IDPos)) && in SelectStackmap()
618 const auto *ID = cast<ConstantInt>(I->getOperand(PatchPointOpers::IDPos)); in SelectStackmap()
DSelectionDAGBuilder.cpp6872 SDValue IDVal = getValue(CI.getOperand(PatchPointOpers::IDPos)); in visitStackmap()
6954 SDValue IDVal = getValue(CI.getOperand(PatchPointOpers::IDPos)); in visitPatchpoint()