Home
last modified time | relevance | path

Searched refs:getTypeStoreSizeInBits (Results 1 – 17 of 17) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp438 *TypeSize = DL.getTypeStoreSizeInBits(LI->getType()); in isInterestingMemoryAccess()
444 *TypeSize = DL.getTypeStoreSizeInBits(SI->getValueOperand()->getType()); in isInterestingMemoryAccess()
450 *TypeSize = DL.getTypeStoreSizeInBits(RMW->getValOperand()->getType()); in isInterestingMemoryAccess()
456 *TypeSize = DL.getTypeStoreSizeInBits(XCHG->getCompareOperand()->getType()); in isInterestingMemoryAccess()
H A DEfficiencySanitizer.cpp672 const uint32_t TypeSizeBytes = DL.getTypeStoreSizeInBits(OrigTy) / 8; in instrumentLoadOrStore()
814 uint32_t TypeSizeBytes = DL.getTypeStoreSizeInBits(OrigTy) / 8; in getMemoryAccessFuncIndex()
850 const uint32_t TypeSize = DL.getTypeStoreSizeInBits(OrigTy); in instrumentFastpathWorkingSet()
H A DThreadSanitizer.cpp561 const uint32_t TypeSize = DL.getTypeStoreSizeInBits(OrigTy); in instrumentLoadOrStore()
722 uint32_t TypeSize = DL.getTypeStoreSizeInBits(OrigTy); in getMemoryAccessFuncIndex()
H A DSanitizerCoverage.cpp711 uint64_t TypeSize = DL->getTypeStoreSizeInBits(A1->getType()); in InjectTraceForDiv()
741 uint64_t TypeSize = DL->getTypeStoreSizeInBits(A0->getType()); in InjectTraceForCmp()
H A DAddressSanitizer.cpp1231 *TypeSize = DL.getTypeStoreSizeInBits(LI->getType()); in isInterestingMemoryAccess()
1237 *TypeSize = DL.getTypeStoreSizeInBits(SI->getValueOperand()->getType()); in isInterestingMemoryAccess()
1243 *TypeSize = DL.getTypeStoreSizeInBits(RMW->getValOperand()->getType()); in isInterestingMemoryAccess()
1249 *TypeSize = DL.getTypeStoreSizeInBits(XCHG->getCompareOperand()->getType()); in isInterestingMemoryAccess()
1271 *TypeSize = DL.getTypeStoreSizeInBits(Ty); in isInterestingMemoryAccess()
1371 uint64_t ElemTypeSize = DL.getTypeStoreSizeInBits(VTy->getScalarType()); in instrumentMaskedLoadOrStore()
/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp633 DL.isLegalInteger(DL.getTypeStoreSizeInBits(Ty)) && in combineLoadToOperationType()
634 DL.getTypeStoreSizeInBits(Ty) == DL.getTypeSizeInBits(Ty) && in combineLoadToOperationType()
645 Type::getIntNTy(LI.getContext(), DL.getTypeStoreSizeInBits(Ty))); in combineLoadToOperationType()
1138 if (DL.getTypeStoreSizeInBits(UT) != DL.getTypeStoreSizeInBits(VT)) { in likeBitCastFromVector()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DVNCoercion.cpp108 uint64_t ShiftAmt = DL.getTypeStoreSizeInBits(StoredValTy) - in coerceAvailableValueToLoadTypeHelper()
109 DL.getTypeStoreSizeInBits(LoadedTy); in coerceAvailableValueToLoadTypeHelper()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DDataLayout.h427 uint64_t getTypeStoreSizeInBits(Type *Ty) const { in getTypeStoreSizeInBits() function
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DLoads.cpp48 APInt Offset(DL.getTypeStoreSizeInBits(Ty), 0); in isAligned()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DSROA.cpp1991 if (ITy->getBitWidth() < DL.getTypeStoreSizeInBits(ITy)) in isIntegerWideningViableForSlice()
2016 if (ITy->getBitWidth() < DL.getTypeStoreSizeInBits(ITy)) in isIntegerWideningViableForSlice()
2053 if (SizeInBits != DL.getTypeStoreSizeInBits(AllocaTy)) in isIntegerWideningViable()
2528 DL.getTypeStoreSizeInBits(LI.getType()) && in visitLoadInst()
2623 DL.getTypeStoreSizeInBits(V->getType()) && in visitStoreInst()
H A DScalarizer.cpp414 DL.getTypeStoreSizeInBits(Layout.ElemTy)) in getVectorLayout()
/freebsd-12.1/contrib/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp1772 DL.getTypeStoreSizeInBits(AI->getValOperand()->getType()); in emitMaskedAtomicRMWIntrinsic()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp6415 if (DL.getTypeStoreSizeInBits(StoreType) != DL.getTypeSizeInBits(StoreType) || in splitMergedValStore()
6421 if (DL.getTypeStoreSizeInBits(SplitStoreType) != in splitMergedValStore()
/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1967 uint64_t VTSize = DL.getTypeStoreSizeInBits(VectorType::get(EltTy, N)); in canMapToVector()
1968 if (VTSize < MinVecRegSize || VTSize > MaxVecRegSize || VTSize != DL.getTypeStoreSizeInBits(T)) in canMapToVector()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenModule.cpp3335 getDataLayout().getTypeStoreSizeInBits(Ty)); in GetTargetTypeStoreSize()
H A DTargetInfo.cpp6182 unsigned size = getDataLayout().getTypeStoreSizeInBits(eltTy); in isLegalVectorTypeForSwift()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp8263 countTrailingZeros(DL.getTypeStoreSizeInBits(IdxTy)) - 3; in isExtFreeImpl()