Home
last modified time | relevance | path

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

/external/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp1215 AggBuffer aggBuffer(ElementSize, O, *this); in printModuleLevelGV() local
1216 bufferAggregateConstant(Initializer, &aggBuffer); in printModuleLevelGV()
1217 if (aggBuffer.numSymbols) { in printModuleLevelGV()
1238 aggBuffer.print(); in printModuleLevelGV()
1781 AggBuffer *aggBuffer) { in bufferLEByte() argument
1789 aggBuffer->addZeros(s); in bufferLEByte()
1801 aggBuffer->addBytes(ptr, 1, Bytes); in bufferLEByte()
1805 aggBuffer->addBytes(ptr, 2, Bytes); in bufferLEByte()
1810 aggBuffer->addBytes(ptr, 4, Bytes); in bufferLEByte()
1817 aggBuffer->addBytes(ptr, 4, Bytes); in bufferLEByte()
[all …]
DNVPTXAsmPrinter.h281 void bufferLEByte(const Constant *CPV, int Bytes, AggBuffer *aggBuffer);
282 void bufferAggregateConstant(const Constant *CV, AggBuffer *aggBuffer);