Home
last modified time | relevance | path

Searched refs:MetaEnd (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DStackMaps.h42 enum { IDPos, NBytesPos, TargetPos, NArgPos, CCPos, MetaEnd }; enumerator
56 assert(Pos < MetaEnd && "Meta operand index out of range.");
64 unsigned getArgIdx() const { return getMetaIdx() + MetaEnd; } in getArgIdx()
69 return getMetaIdx() + MetaEnd + in getVarIdx()
97 enum { IDPos, NBytesPos, NCallArgsPos, CallTargetPos, MetaEnd }; enumerator
109 return MI->getOperand(NCallArgsPos).getImm() + MetaEnd; in getVarIdx()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DStackMaps.h80 enum { IDPos, NBytesPos, TargetPos, NArgPos, CCPos, MetaEnd }; enumerator
87 assert(Pos < MetaEnd && "Meta operand index out of range.");
119 unsigned getArgIdx() const { return getMetaIdx() + MetaEnd; } in getArgIdx()
129 return getMetaIdx() + MetaEnd + getNumCallArgs(); in getVarIdx()
163 enum { IDPos, NBytesPos, NCallArgsPos, CallTargetPos, MetaEnd }; enumerator
174 return MI->getOperand(NCallArgsPos).getImm() + MetaEnd; in getVarIdx()