Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp211 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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDataLayout.h511 TypeSize getTypeAllocSizeInBits(Type *Ty) const { in getTypeAllocSizeInBits() function
665 getTypeAllocSizeInBits(ATy->getElementType()); in getTypeSizeInBits()
H A DPatternMatch.h2443 DL.getTypeAllocSizeInBits(DerefTy).getKnownMinSize() == 8)
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp773 if (DL.getTypeSizeInBits(type) != DL.getTypeAllocSizeInBits(type)) in isDenselyPacked()
798 StartPos += DL.getTypeAllocSizeInBits(ElTy); in isDenselyPacked()
H A DGlobalOpt.cpp564 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DDebugify.cpp56 return Ty->isSized() ? M.getDataLayout().getTypeAllocSizeInBits(Ty) : 0; in getAllocSizeInBits()
H A DLocal.cpp1391 TypeSize ValueSize = DL.getTypeAllocSizeInBits(ValTy); in valueCoversEntireFragment()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp1488 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()
H A DNVPTXAsmPrinter.cpp2071 unsigned InBits = DL.getTypeAllocSizeInBits(Op->getType()); in lowerConstantForGV()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2549 unsigned InBits = DL.getTypeAllocSizeInBits(Op->getType()); in lowerConstant()
2640 uint64_t Size = DL.getTypeAllocSizeInBits(V->getType()); in isRepeatedByteSequence()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp2933 DL->getTypeAllocSizeInBits(ScalarTy)) { in buildTree_rec()
3205 DL->getTypeAllocSizeInBits(ScalarTy)) { in buildTree_rec()
H A DLoopVectorize.cpp394 return DL.getTypeAllocSizeInBits(Ty) != DL.getTypeSizeInBits(Ty); in hasIrregularType()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp2060 MaybeAlign(M.getDataLayout().getTypeAllocSizeInBits(VecTy) / 8); in getTgtMemIntrinsic()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp54 TypeSize Size = DL.getTypeAllocSizeInBits(getAllocatedType()); in getAllocationSizeInBits()