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

/external/llvm/lib/Target/R600/
H A DAMDGPUMCInstLower.cpp121 SmallVector<char, 16> CodeBytes; local
122 raw_svector_ostream CodeStream(CodeBytes);
134 for (size_t i = 0; i < CodeBytes.size(); i += 4) {
135 unsigned int CodeDWord = *(unsigned int *)&CodeBytes[i];

Completed in 154 milliseconds