Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DStackMaps.h42 enum { IDPos, NBytesPos, TargetPos, NArgPos, CCPos, MetaEnd }; enumerator
97 enum { IDPos, NBytesPos, NCallArgsPos, CallTargetPos, MetaEnd }; enumerator
113 uint64_t getID() const { return MI->getOperand(IDPos).getImm(); } in getID()
/external/llvm/include/llvm/IR/
DStatepoint.h81 IDPos = 0, enumerator
107 const Value *IDVal = getCallSite().getArgument(IDPos); in getID()
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp621 assert(isa<ConstantInt>(I->getOperand(PatchPointOpers::IDPos)) && in selectStackmap()
623 const auto *ID = cast<ConstantInt>(I->getOperand(PatchPointOpers::IDPos)); in selectStackmap()
762 assert(isa<ConstantInt>(I->getOperand(PatchPointOpers::IDPos)) && in selectPatchpoint()
764 const auto *ID = cast<ConstantInt>(I->getOperand(PatchPointOpers::IDPos)); in selectPatchpoint()
DSelectionDAGBuilder.cpp7276 SDValue IDVal = getValue(CI.getOperand(PatchPointOpers::IDPos)); in visitStackmap()
7371 SDValue IDVal = getValue(CS->getOperand(PatchPointOpers::IDPos)); in visitPatchpoint()
/external/llvm/lib/CodeGen/
DStackMaps.cpp356 int64_t ID = opers.getMetaOper(PatchPointOpers::IDPos).getImm(); in recordPatchPoint()