Searched refs:getTypeAllocSizeInBits (Results 1 – 13 of 13) sorted by relevance
244 Info.StorageSize = (unsigned)DataLayout.getTypeAllocSizeInBits(StorageType); in setBitFieldInfo()420 Tail = StartBitOffset + DataLayout.getTypeAllocSizeInBits(Type); in accumulateBitFields()932 assert(TypeSizeInBits == getDataLayout().getTypeAllocSizeInBits(Ty) && in ComputeRecordLayout()942 getDataLayout().getTypeAllocSizeInBits(BaseTy) && in ComputeRecordLayout()994 getDataLayout().getTypeAllocSizeInBits(ElementTy) || in ComputeRecordLayout()996 getDataLayout().getTypeAllocSizeInBits(ElementTy)) && in ComputeRecordLayout()
520 TypeSize getTypeAllocSizeInBits(Type *Ty) const { in getTypeAllocSizeInBits() function686 getTypeAllocSizeInBits(ATy->getElementType()); in getTypeSizeInBits()
2493 DL.getTypeAllocSizeInBits(DerefTy).getKnownMinValue() == 8)
61 return Ty->isSized() ? M.getDataLayout().getTypeAllocSizeInBits(Ty) : 0; in getAllocSizeInBits()
1490 TypeSize ValueSize = DL.getTypeAllocSizeInBits(ValTy); in valueCoversEntireFragment()
536 transferSRADebugInfo(GV, NGV, Offset * 8, DL.getTypeAllocSizeInBits(Ty), in SRAGlobal()1189 DL.getTypeAllocSizeInBits(NewGV->getValueType()) / 8; in TryToShrinkGlobalToBoolean()
207 if (DL.getTypeSizeInBits(Ty) != DL.getTypeAllocSizeInBits(Ty)) in isDenselyPacked()232 StartPos += DL.getTypeAllocSizeInBits(ElTy); in isDenselyPacked()
1618 Ty->isIntegerTy() && DL.getTypeAllocSizeInBits(Ty) < 32; in LowerCall()1738 unsigned resultsz = DL.getTypeAllocSizeInBits(RetTy); in LowerCall()1897 RetTy->isIntegerTy() && DL.getTypeAllocSizeInBits(RetTy) < 32; in LowerCall()2861 RetTy->isIntegerTy() && DL.getTypeAllocSizeInBits(RetTy) < 32; in LowerReturn()
2048 unsigned InBits = DL.getTypeAllocSizeInBits(Op->getType()); in lowerConstantForGV()
3061 uint64_t Size = DL.getTypeAllocSizeInBits(V->getType()); in isRepeatedByteSequence()3175 uint64_t ElementAllocSizeInBits = DL.getTypeAllocSizeInBits(ElementType); in emitGlobalConstantVector()
3717 if (DL.getTypeSizeInBits(ScalarTy) != DL.getTypeAllocSizeInBits(ScalarTy)) in canVectorizeLoads()5468 DL->getTypeAllocSizeInBits(ScalarTy)) in buildTree_rec()5729 DL->getTypeAllocSizeInBits(ScalarTy)) { in buildTree_rec()
380 return DL.getTypeAllocSizeInBits(Ty) != DL.getTypeSizeInBits(Ty); in hasIrregularType()
2117 MaybeAlign(M.getDataLayout().getTypeAllocSizeInBits(VecTy) / 8); in getTgtMemIntrinsic()