Searched refs:aggBuffer (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXAsmPrinter.cpp | 1196 AggBuffer aggBuffer(ElementSize, O, *this); in printModuleLevelGV() local 1197 bufferAggregateConstant(Initializer, &aggBuffer); in printModuleLevelGV() 1198 if (aggBuffer.numSymbols) { in printModuleLevelGV() 1219 aggBuffer.print(); in printModuleLevelGV() 1787 AggBuffer *aggBuffer) { in bufferLEByte() argument 1794 aggBuffer->addZeros(s); in bufferLEByte() 1806 aggBuffer->addBytes(ptr, 1, Bytes); in bufferLEByte() 1810 aggBuffer->addBytes(ptr, 2, Bytes); in bufferLEByte() 1815 aggBuffer->addBytes(ptr, 4, Bytes); in bufferLEByte() 1822 aggBuffer->addBytes(ptr, 4, Bytes); in bufferLEByte() [all …]
|
D | NVPTXAsmPrinter.h | 263 void bufferLEByte(const Constant *CPV, int Bytes, AggBuffer *aggBuffer); 264 void bufferAggregateConstant(const Constant *CV, AggBuffer *aggBuffer);
|
/external/llvm-project/llvm/lib/Target/NVPTX/ |
D | NVPTXAsmPrinter.cpp | 1187 AggBuffer aggBuffer(ElementSize, O, *this); in printModuleLevelGV() local 1188 bufferAggregateConstant(Initializer, &aggBuffer); in printModuleLevelGV() 1189 if (aggBuffer.numSymbols) { in printModuleLevelGV() 1210 aggBuffer.print(); in printModuleLevelGV() 1776 AggBuffer *aggBuffer) { in bufferLEByte() argument 1783 aggBuffer->addZeros(s); in bufferLEByte() 1795 aggBuffer->addBytes(ptr, 1, Bytes); in bufferLEByte() 1799 aggBuffer->addBytes(ptr, 2, Bytes); in bufferLEByte() 1804 aggBuffer->addBytes(ptr, 4, Bytes); in bufferLEByte() 1811 aggBuffer->addBytes(ptr, 4, Bytes); in bufferLEByte() [all …]
|
D | NVPTXAsmPrinter.h | 264 void bufferLEByte(const Constant *CPV, int Bytes, AggBuffer *aggBuffer); 265 void bufferAggregateConstant(const Constant *CV, AggBuffer *aggBuffer);
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXAsmPrinter.cpp | 1239 AggBuffer aggBuffer(ElementSize, O, *this); in printModuleLevelGV() local 1240 bufferAggregateConstant(Initializer, &aggBuffer); in printModuleLevelGV() 1241 if (aggBuffer.numSymbols) { in printModuleLevelGV() 1262 aggBuffer.print(); in printModuleLevelGV() 1808 AggBuffer *aggBuffer) { in bufferLEByte() argument 1816 aggBuffer->addZeros(s); in bufferLEByte() 1828 aggBuffer->addBytes(ptr, 1, Bytes); in bufferLEByte() 1832 aggBuffer->addBytes(ptr, 2, Bytes); in bufferLEByte() 1837 aggBuffer->addBytes(ptr, 4, Bytes); in bufferLEByte() 1844 aggBuffer->addBytes(ptr, 4, Bytes); in bufferLEByte() [all …]
|
D | NVPTXAsmPrinter.h | 281 void bufferLEByte(const Constant *CPV, int Bytes, AggBuffer *aggBuffer); 282 void bufferAggregateConstant(const Constant *CV, AggBuffer *aggBuffer);
|