Lines Matching refs:AggBuffer
1172 AggBuffer aggBuffer(ElementSize, *this); in printModuleLevelGV()
1229 void NVPTXAsmPrinter::AggBuffer::printSymbol(unsigned nSym, raw_ostream &os) { in printSymbol()
1251 void NVPTXAsmPrinter::AggBuffer::printBytes(raw_ostream &os) { in printBytes()
1282 void NVPTXAsmPrinter::AggBuffer::printWords(raw_ostream &os) { in printWords()
1807 AggBuffer *AggBuffer) { in bufferLEByte() argument
1813 AggBuffer->addZeros(Bytes ? Bytes : AllocSize); in bufferLEByte()
1818 auto AddIntToBuffer = [AggBuffer, Bytes](const APInt &Val) { in bufferLEByte()
1824 AggBuffer->addBytes(Buf.data(), NumBytes, Bytes); in bufferLEByte()
1841 AggBuffer->addSymbol(V, Cexpr->getOperand(0)); 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()
1874 AggBuffer->addZeros(Bytes); in bufferLEByte()
1886 AggBuffer *aggBuffer) { in bufferAggregateConstant()