Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.h63 class AggBuffer {
107 AggBuffer(unsigned size, NVPTXAsmPrinter &AP) in AggBuffer() function
151 friend class AggBuffer; variable
221 void bufferLEByte(const Constant *CPV, int Bytes, AggBuffer *aggBuffer);
222 void bufferAggregateConstant(const Constant *CV, AggBuffer *aggBuffer);
H A DNVPTXAsmPrinter.cpp1172 AggBuffer aggBuffer(ElementSize, *this); in printModuleLevelGV()
1807 AggBuffer *AggBuffer) { in bufferLEByte() argument
1813 AggBuffer->addZeros(Bytes ? Bytes : AllocSize); in bufferLEByte()
1824 AggBuffer->addBytes(Buf.data(), NumBytes, Bytes); in bufferLEByte()
1842 AggBuffer->addZeros(AllocSize); in bufferLEByte()
1857 AggBuffer->addSymbol(GVar, GVar); in bufferLEByte()
1860 AggBuffer->addSymbol(v, Cexpr); in bufferLEByte()
1862 AggBuffer->addZeros(AllocSize); in bufferLEByte()
1870 bufferAggregateConstant(CPV, AggBuffer); in bufferLEByte()
1872 AggBuffer->addZeros(Bytes - AllocSize); in bufferLEByte()
[all …]