Searched refs:IDPos (Results 1 – 5 of 5) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | StackMaps.h | 42 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/ |
D | Statepoint.h | 81 IDPos = 0, enumerator 107 const Value *IDVal = getCallSite().getArgument(IDPos); in getID()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 621 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()
|
D | SelectionDAGBuilder.cpp | 7276 SDValue IDVal = getValue(CI.getOperand(PatchPointOpers::IDPos)); in visitStackmap() 7371 SDValue IDVal = getValue(CS->getOperand(PatchPointOpers::IDPos)); in visitPatchpoint()
|
/external/llvm/lib/CodeGen/ |
D | StackMaps.cpp | 356 int64_t ID = opers.getMetaOper(PatchPointOpers::IDPos).getImm(); in recordPatchPoint()
|