Lines Matching refs:BlockAlign
96 Name += llvm::to_string(BlockInfo.BlockAlign.getQuantity()) + "_"; in getBlockDescriptorName()
110 BlockInfo.BlockAlign, CGM); in getBlockDescriptorName()
116 BlockInfo.BlockAlign, CGM); in getBlockDescriptorName()
118 BlockInfo.BlockAlign, CGM); in getBlockDescriptorName()
503 unsigned BlockAlign = GenPtrAlign.getQuantity(); in initializeForBlockHeader() local
510 if (BlockAlign < Align) in initializeForBlockHeader()
511 BlockAlign = Align; in initializeForBlockHeader()
517 info.BlockAlign = CharUnits::fromQuantity(BlockAlign); in initializeForBlockHeader()
525 info.BlockAlign = CGM.getPointerAlign(); in initializeForBlockHeader()
668 info.BlockAlign = std::max(maxFieldAlign, info.BlockAlign); in computeBlockInfo()
781 blockInfo.BlockAlign, "block"); in EmitBlockLiteral()
869 llvm::ConstantInt::get(IntTy, blockInfo.BlockAlign.getQuantity()), in EmitBlockLiteral()
1324 fields.addInt(CGM.IntTy, blockInfo.BlockAlign.getQuantity()); in buildGlobalBlock()
1345 "__block_literal_global", blockInfo.BlockAlign, in buildGlobalBlock()
1421 return Address(BlockPointer, BlockInfo->StructureType, BlockInfo->BlockAlign); in LoadBlockStruct()
1881 blockInfo.SortedCaptures, blockInfo.BlockAlign, in GenerateCopyHelperFunction()
1921 blockInfo.BlockAlign); in GenerateCopyHelperFunction()
1925 blockInfo.BlockAlign); in GenerateCopyHelperFunction()
2070 blockInfo.SortedCaptures, blockInfo.BlockAlign, in GenerateDestroyHelperFunction()
2109 blockInfo.BlockAlign); in GenerateDestroyHelperFunction()