Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DAddressSanitizerCommon.h47 TypeStoreSize = DL.getTypeStoreSizeInBits(OpType); in IsWrite()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDataLayout.h484 TypeSize getTypeStoreSizeInBits(Type *Ty) const { in getTypeStoreSizeInBits() function
493 return getTypeSizeInBits(Ty) == getTypeStoreSizeInBits(Ty); in typeSizeEqualsStoreSize()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DVNCoercion.cpp140 uint64_t ShiftAmt = DL.getTypeStoreSizeInBits(StoredValTy).getFixedValue() - in coerceAvailableValueToLoadType()
141 DL.getTypeStoreSizeInBits(LoadedTy).getFixedValue(); in coerceAvailableValueToLoadType()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoads.cpp107 APInt Offset(DL.getTypeStoreSizeInBits(V->getType()), 0); in isDereferenceableAndAlignedPointer()
143 APInt Offset(DL.getTypeStoreSizeInBits(V->getType()), 0); in isDereferenceableAndAlignedPointer()
H A DLoopAccessAnalysis.cpp1997 DL.getTypeStoreSizeInBits(ATy) == DL.getTypeStoreSizeInBits(BTy); in getDependenceDistanceStrideAndSize()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp859 uint64_t TypeSize = DL->getTypeStoreSizeInBits(A1->getType()); in InjectTraceForDiv()
883 uint64_t TypeSize = DL->getTypeStoreSizeInBits(ElementTy); in InjectTraceForLoadsAndStores()
918 uint64_t TypeSize = DL->getTypeStoreSizeInBits(A0->getType()); in InjectTraceForCmp()
H A DThreadSanitizer.cpp634 const uint32_t TypeSize = DL.getTypeStoreSizeInBits(OrigTy); in instrumentLoadOrStore()
810 uint32_t TypeSize = DL.getTypeStoreSizeInBits(OrigTy); in getMemoryAccessFuncIndex()
H A DAddressSanitizer.cpp1625 TypeSize ElemTypeSize = DL.getTypeStoreSizeInBits(VTy->getScalarType()); in instrumentMaskedLoadOrStore()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULateCodeGenPrepare.cpp487 unsigned LdBits = DL->getTypeStoreSizeInBits(LI.getType()); in visitLoadInst()
H A DAMDGPUPromoteAlloca.cpp476 const unsigned Size = DL.getTypeStoreSizeInBits(PtrTy); in promoteAllocaUserToVector()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp1483 unsigned NewPtrBitWidth = DL.getTypeStoreSizeInBits(PtrA->getType()); in getConstantOffset()
1484 if (NewPtrBitWidth != DL.getTypeStoreSizeInBits(PtrB->getType())) in getConstantOffset()
H A DSLPVectorizer.cpp7495 uint64_t VTSize = DL->getTypeStoreSizeInBits(getWidenedType(EltTy, N)); in canMapToVector()
7497 VTSize != DL->getTypeStoreSizeInBits(T)) in canMapToVector()
8244 DL.getTypeStoreSizeInBits(Ty->getScalarType()))), in getAllOnesValue()
16071 R.getMinVF(DL->getTypeStoreSizeInBits(StoreTy)), StoreTy, in vectorizeStores()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp1141 if (DL.getTypeStoreSizeInBits(UT) != DL.getTypeStoreSizeInBits(VT)) { in likeBitCastFromVector()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DARM.cpp711 unsigned size = CGT.getDataLayout().getTypeStoreSizeInBits(EltTy); in isLegalVectorType()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Arm64ECCallLowering.cpp467 Type *IntTy = IRB.getIntNTy(DL.getTypeStoreSizeInBits(Arg.getType())); in buildExitThunk()
H A DAArch64ISelLowering.cpp15847 llvm::countr_zero(DL.getTypeStoreSizeInBits(IdxTy).getFixedValue()) - in isExtFreeImpl()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp2378 if (ITy->getBitWidth() < DL.getTypeStoreSizeInBits(ITy).getFixedValue()) in isIntegerWideningViableForSlice()
2403 if (ITy->getBitWidth() < DL.getTypeStoreSizeInBits(ITy).getFixedValue()) in isIntegerWideningViableForSlice()
2437 if (SizeInBits != DL.getTypeStoreSizeInBits(AllocaTy).getFixedValue()) in isIntegerWideningViable()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1352 TypeSize::isKnownLT(DL.getTypeStoreSizeInBits(Src),
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp5786 DL.getTypeStoreSizeInBits(AI->getValOperand()->getType()); in emitMaskedAtomicRMWIntrinsic()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp5229 getDataLayout().getTypeStoreSizeInBits(Ty)); in GetTargetTypeStoreSize()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp8412 PFS.getFunction().getDataLayout().getTypeStoreSizeInBits( in parseAtomicRMW()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp21077 DL.getTypeStoreSizeInBits(AI->getValOperand()->getType()); in emitMaskedAtomicRMWIntrinsic()