Lines Matching refs:BlockAlign
95 Name += llvm::to_string(BlockInfo.BlockAlign.getQuantity()) + "_"; in getBlockDescriptorName()
109 BlockInfo.BlockAlign, CGM); in getBlockDescriptorName()
115 BlockInfo.BlockAlign, CGM); in getBlockDescriptorName()
117 BlockInfo.BlockAlign, CGM); in getBlockDescriptorName()
494 unsigned BlockAlign = GenPtrAlign.getQuantity(); in initializeForBlockHeader() local
501 if (BlockAlign < Align) in initializeForBlockHeader()
502 BlockAlign = Align; in initializeForBlockHeader()
508 info.BlockAlign = CharUnits::fromQuantity(BlockAlign); in initializeForBlockHeader()
516 info.BlockAlign = CGM.getPointerAlign(); in initializeForBlockHeader()
659 info.BlockAlign = std::max(maxFieldAlign, info.BlockAlign); in computeBlockInfo()
772 blockInfo.BlockAlign, "block"); in EmitBlockLiteral()
859 llvm::ConstantInt::get(IntTy, blockInfo.BlockAlign.getQuantity()), in EmitBlockLiteral()
1312 fields.addInt(CGM.IntTy, blockInfo.BlockAlign.getQuantity()); in buildGlobalBlock()
1333 "__block_literal_global", blockInfo.BlockAlign, in buildGlobalBlock()
1409 return Address(BlockPointer, BlockInfo->StructureType, BlockInfo->BlockAlign); in LoadBlockStruct()
1866 blockInfo.SortedCaptures, blockInfo.BlockAlign, in GenerateCopyHelperFunction()
1906 blockInfo.BlockAlign); in GenerateCopyHelperFunction()
1910 blockInfo.BlockAlign); in GenerateCopyHelperFunction()
2053 blockInfo.SortedCaptures, blockInfo.BlockAlign, in GenerateDestroyHelperFunction()
2092 blockInfo.BlockAlign); in GenerateDestroyHelperFunction()