Home
last modified time | relevance | path

Searched refs:EmittedSize (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2281 unsigned EmittedSize = DL.getTypeAllocSize(CDS->getType()->getElementType()) * in emitGlobalConstantDataSequential() local
2283 assert(EmittedSize <= Size && "Size cannot be less than EmittedSize!"); in emitGlobalConstantDataSequential()
2284 if (unsigned Padding = Size - EmittedSize) in emitGlobalConstantDataSequential()
2313 unsigned EmittedSize = DL.getTypeAllocSize(CV->getType()->getElementType()) * in emitGlobalConstantVector() local
2315 if (unsigned Padding = Size - EmittedSize) in emitGlobalConstantVector()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1980 unsigned EmittedSize = DL.getTypeAllocSize(CDS->getType()->getElementType()) * in emitGlobalConstantDataSequential() local
1982 if (unsigned Padding = Size - EmittedSize) in emitGlobalConstantDataSequential()
2012 unsigned EmittedSize = DL.getTypeAllocSize(CV->getType()->getElementType()) * in emitGlobalConstantVector() local
2014 if (unsigned Padding = Size - EmittedSize) in emitGlobalConstantVector()
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1623 unsigned EmittedSize = TD.getTypeAllocSize(CV->getType()->getElementType()) * in EmitGlobalConstantVector() local
1625 if (unsigned Padding = Size - EmittedSize) in EmitGlobalConstantVector()