Searched refs:getTypeAllocSizeInBits (Results 1 – 15 of 15) 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()
211 unsigned ArgSize = TD->getTypeAllocSizeInBits(ArgType); in lowerPrintfForGpu()233 ArgSize = TD->getTypeAllocSizeInBits(ArgType); in lowerPrintfForGpu()465 uint64_t Size = TD->getTypeAllocSizeInBits(ArgType); in lowerPrintfForGpu()522 TD->getTypeAllocSizeInBits(TheBtCast->getType()) / 8; in lowerPrintfForGpu()
511 TypeSize getTypeAllocSizeInBits(Type *Ty) const { in getTypeAllocSizeInBits() function665 getTypeAllocSizeInBits(ATy->getElementType()); in getTypeSizeInBits()
2443 DL.getTypeAllocSizeInBits(DerefTy).getKnownMinSize() == 8)
773 if (DL.getTypeSizeInBits(type) != DL.getTypeAllocSizeInBits(type)) in isDenselyPacked()798 StartPos += DL.getTypeAllocSizeInBits(ElTy); in isDenselyPacked()
564 uint64_t Size = DL.getTypeAllocSizeInBits(NGV->getValueType()); in SRAGlobal()570 uint64_t FragmentSizeInBits = DL.getTypeAllocSizeInBits(ElTy); in SRAGlobal()1189 DL.getTypeAllocSizeInBits(NewGV->getType()->getElementType()) / 8; in TryToShrinkGlobalToBoolean()
56 return Ty->isSized() ? M.getDataLayout().getTypeAllocSizeInBits(Ty) : 0; in getAllocSizeInBits()
1391 TypeSize ValueSize = DL.getTypeAllocSizeInBits(ValTy); in valueCoversEntireFragment()
1488 Ty->isIntegerTy() && DL.getTypeAllocSizeInBits(Ty) < 32; in LowerCall()1626 unsigned resultsz = DL.getTypeAllocSizeInBits(RetTy); in LowerCall()1766 RetTy->isIntegerTy() && DL.getTypeAllocSizeInBits(RetTy) < 32; in LowerCall()2669 RetTy->isIntegerTy() && DL.getTypeAllocSizeInBits(RetTy) < 32; in LowerReturn()
2071 unsigned InBits = DL.getTypeAllocSizeInBits(Op->getType()); in lowerConstantForGV()
2549 unsigned InBits = DL.getTypeAllocSizeInBits(Op->getType()); in lowerConstant()2640 uint64_t Size = DL.getTypeAllocSizeInBits(V->getType()); in isRepeatedByteSequence()
2933 DL->getTypeAllocSizeInBits(ScalarTy)) { in buildTree_rec()3205 DL->getTypeAllocSizeInBits(ScalarTy)) { in buildTree_rec()
394 return DL.getTypeAllocSizeInBits(Ty) != DL.getTypeSizeInBits(Ty); in hasIrregularType()
2060 MaybeAlign(M.getDataLayout().getTypeAllocSizeInBits(VecTy) / 8); in getTgtMemIntrinsic()
54 TypeSize Size = DL.getTypeAllocSizeInBits(getAllocatedType()); in getAllocationSizeInBits()