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

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

Completed in 1713 milliseconds