Searched refs:FieldAllocSize (Results 1 – 2 of 2) sorted by relevance
749 size_t FieldAllocSize = RSExportType::GetTypeAllocSize(F->getType()); in genPackVarOfType() local766 if (FieldAllocSize > FieldStoreSize) { in genPackVarOfType()769 << (FieldAllocSize - FieldStoreSize) << ");"; in genPackVarOfType()773 Pos = FieldOffset + FieldAllocSize; in genPackVarOfType()
1251 size_t FieldAllocSize = RSExportType::GetTypeAllocSize(F->getType()); in genPackVarOfType() local1265 if (FieldAllocSize > FieldStoreSize) in genPackVarOfType()1267 << (FieldAllocSize - FieldStoreSize) in genPackVarOfType()1270 Pos = FieldOffset + FieldAllocSize; in genPackVarOfType()1947 int FieldAllocSize = RSExportType::GetTypeAllocSize(F->getType()); in genAddElementToElementBuilder() local1987 (FieldAllocSize - FieldStoreSize), in genAddElementToElementBuilder()1992 Pos = FieldOffset + FieldAllocSize; in genAddElementToElementBuilder()