Home
last modified time | relevance | path

Searched refs:IdxOffset (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/DebugInfo/
DDWARFDebugAbbrev.h29 uint32_t IdxOffset; variable
33 : Offset(0), IdxOffset(0) {} in DWARFAbbreviationDeclarationSet()
36 : Offset(offset), IdxOffset(idxOffset) {} in DWARFAbbreviationDeclarationSet()
39 IdxOffset = 0; in clear()
DDWARFDebugAbbrev.cpp24 if (IdxOffset == 0) { in extract()
25 IdxOffset = abbrevDeclaration.getCode(); in extract()
28 IdxOffset = UINT32_MAX;// Out of order indexes, we can't do O(1) lookups in extract()
43 if (IdxOffset == UINT32_MAX) { in getAbbreviationDeclaration()
51 uint32_t idx = abbrCode - IdxOffset; in getAbbreviationDeclaration()
/external/llvm/lib/Transforms/Vectorize/
DBBVectorize.cpp270 unsigned IdxOffset, std::vector<Constant*> &Mask);
1459 unsigned IdxOffset, std::vector<Constant*> &Mask) { in fillNewShuffleMask() argument
1465 unsigned mm = m + (int) IdxOffset; in fillNewShuffleMask()