Lines Matching refs:AggBuffer
1211 AggBuffer aggBuffer(ElementSize, *this); in printModuleLevelGV()
1268 void NVPTXAsmPrinter::AggBuffer::printSymbol(unsigned nSym, raw_ostream &os) { in printSymbol()
1290 void NVPTXAsmPrinter::AggBuffer::printBytes(raw_ostream &os) { in printBytes()
1332 void NVPTXAsmPrinter::AggBuffer::printWords(raw_ostream &os) { in printWords()
1836 AggBuffer *AggBuffer) { in bufferLEByte() argument
1842 AggBuffer->addZeros(Bytes ? Bytes : AllocSize); in bufferLEByte()
1847 auto AddIntToBuffer = [AggBuffer, Bytes](const APInt &Val) { in bufferLEByte()
1861 AggBuffer->addBytes(Buf.data(), NumBytes, Bytes); in bufferLEByte()
1878 AggBuffer->addSymbol(V, Cexpr->getOperand(0)); in bufferLEByte()
1879 AggBuffer->addZeros(AllocSize); in bufferLEByte()
1895 AggBuffer->addSymbol(GVar, GVar); in bufferLEByte()
1898 AggBuffer->addSymbol(v, Cexpr); in bufferLEByte()
1900 AggBuffer->addZeros(AllocSize); in bufferLEByte()
1908 bufferAggregateConstant(CPV, AggBuffer); in bufferLEByte()
1910 AggBuffer->addZeros(Bytes - AllocSize); in bufferLEByte()
1912 AggBuffer->addZeros(Bytes); in bufferLEByte()
1924 AggBuffer *aggBuffer) { in bufferAggregateConstant()