Lines Matching refs:getQuantity
89 Name += llvm::to_string(BlockInfo.BlockSize.getQuantity()) + "_"; in getBlockDescriptorName()
96 Name += llvm::to_string(BlockInfo.BlockAlign.getQuantity()) + "_"; in getBlockDescriptorName()
102 Name += llvm::to_string(Cap.getOffset().getQuantity()); in getBlockDescriptorName()
187 elements.addInt(ulong, blockInfo.BlockSize.getQuantity()); in buildBlockDescriptor()
479 return CharUnits::fromQuantity(v.getQuantity() & (~v.getQuantity() + 1)); in getLowBit()
502 2 * CGM.getIntSize().getQuantity() + GenPtrSize.getQuantity(); in initializeForBlockHeader()
503 unsigned BlockAlign = GenPtrAlign.getQuantity(); in initializeForBlockHeader()
732 padding.getQuantity())); in computeBlockInfo()
750 padding.getQuantity())); in computeBlockInfo()
866 llvm::ConstantInt::get(IntTy, blockInfo.BlockSize.getQuantity()), in EmitBlockLiteral()
869 llvm::ConstantInt::get(IntTy, blockInfo.BlockAlign.getQuantity()), in EmitBlockLiteral()
1323 fields.addInt(CGM.IntTy, blockInfo.BlockSize.getQuantity()); in buildGlobalBlock()
1324 fields.addInt(CGM.IntTy, blockInfo.BlockAlign.getQuantity()); in buildGlobalBlock()
1803 Name += llvm::to_string(BlockAlignment.getQuantity()) + "_"; in getCopyDestroyHelperFuncName()
1808 Name += llvm::to_string(Cap.getOffset().getQuantity()); in getCopyDestroyHelperFuncName()
2647 llvm::ArrayType::get(Int8Ty, (varOffset - size).getQuantity()); in getBlockByrefInfo()
2654 uint64_t(varAlign.getQuantity())) { in getBlockByrefInfo()
2764 V = llvm::ConstantInt::get(IntTy, byrefSize.getQuantity()); in emitByrefStructureInit()