Home
last modified time | relevance | path

Searched refs:getTypeAllocSizeInBits (Results 1 – 13 of 13) sorted by relevance

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp244 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()
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DDataLayout.h520 TypeSize getTypeAllocSizeInBits(Type *Ty) const { in getTypeAllocSizeInBits() function
686 getTypeAllocSizeInBits(ATy->getElementType()); in getTypeSizeInBits()
H A DPatternMatch.h2493 DL.getTypeAllocSizeInBits(DerefTy).getKnownMinValue() == 8)
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DDebugify.cpp61 return Ty->isSized() ? M.getDataLayout().getTypeAllocSizeInBits(Ty) : 0; in getAllocSizeInBits()
H A DLocal.cpp1490 TypeSize ValueSize = DL.getTypeAllocSizeInBits(ValTy); in valueCoversEntireFragment()
/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp536 transferSRADebugInfo(GV, NGV, Offset * 8, DL.getTypeAllocSizeInBits(Ty), in SRAGlobal()
1189 DL.getTypeAllocSizeInBits(NewGV->getValueType()) / 8; in TryToShrinkGlobalToBoolean()
H A DAttributorAttributes.cpp207 if (DL.getTypeSizeInBits(Ty) != DL.getTypeAllocSizeInBits(Ty)) in isDenselyPacked()
232 StartPos += DL.getTypeAllocSizeInBits(ElTy); in isDenselyPacked()
/openbsd/gnu/llvm/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp1618 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()
H A DNVPTXAsmPrinter.cpp2048 unsigned InBits = DL.getTypeAllocSizeInBits(Op->getType()); in lowerConstantForGV()
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3061 uint64_t Size = DL.getTypeAllocSizeInBits(V->getType()); in isRepeatedByteSequence()
3175 uint64_t ElementAllocSizeInBits = DL.getTypeAllocSizeInBits(ElementType); in emitGlobalConstantVector()
/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp3717 if (DL.getTypeSizeInBits(ScalarTy) != DL.getTypeAllocSizeInBits(ScalarTy)) in canVectorizeLoads()
5468 DL->getTypeAllocSizeInBits(ScalarTy)) in buildTree_rec()
5729 DL->getTypeAllocSizeInBits(ScalarTy)) { in buildTree_rec()
H A DLoopVectorize.cpp380 return DL.getTypeAllocSizeInBits(Ty) != DL.getTypeSizeInBits(Ty); in hasIrregularType()
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp2117 MaybeAlign(M.getDataLayout().getTypeAllocSizeInBits(VecTy) / 8); in getTgtMemIntrinsic()