Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2456 unsigned EmittedSize = DL.getTypeAllocSize(CDS->getType()->getElementType()) * in emitGlobalConstantDataSequential() local
2458 assert(EmittedSize <= Size && "Size cannot be less than EmittedSize!"); in emitGlobalConstantDataSequential()
2459 if (unsigned Padding = Size - EmittedSize) in emitGlobalConstantDataSequential()
2488 unsigned EmittedSize = DL.getTypeAllocSize(CV->getType()->getElementType()) * in emitGlobalConstantVector() local
2490 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/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2594 unsigned EmittedSize = in emitGlobalConstantDataSequential() local
2596 assert(EmittedSize <= Size && "Size cannot be less than EmittedSize!"); in emitGlobalConstantDataSequential()
2597 if (unsigned Padding = Size - EmittedSize) in emitGlobalConstantDataSequential()
2626 unsigned EmittedSize = DL.getTypeAllocSize(CV->getType()->getElementType()) * in emitGlobalConstantVector() local
2628 if (unsigned Padding = Size - EmittedSize) in emitGlobalConstantVector()