Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDataLayout.h469 TypeSize StoreSizeInBits = getTypeStoreSizeInBits(Ty); in getTypeStoreSize()
481 TypeSize getTypeStoreSizeInBits(Type *Ty) const { in getTypeStoreSizeInBits() function
493 return getTypeSizeInBits(Ty) == getTypeStoreSizeInBits(Ty); in typeSizeEqualsStoreSize()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DAddressSanitizerCommon.h47 TypeStoreSize = DL.getTypeStoreSizeInBits(OpType); in IsWrite()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DVNCoercion.cpp163 uint64_t ShiftAmt = DL.getTypeStoreSizeInBits(StoredValTy).getFixedValue() - in coerceAvailableValueToLoadType()
164 DL.getTypeStoreSizeInBits(LoadedTy).getFixedValue(); in coerceAvailableValueToLoadType()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp637 const uint32_t TypeSize = DL.getTypeStoreSizeInBits(OrigTy); in instrumentLoadOrStore()
814 uint32_t TypeSize = DL.getTypeStoreSizeInBits(OrigTy); in getMemoryAccessFuncIndex()
H A DSanitizerCoverage.cpp938 uint64_t TypeSize = DL->getTypeStoreSizeInBits(A1->getType()); in InjectTraceForDiv()
962 uint64_t TypeSize = DL->getTypeStoreSizeInBits(ElementTy); in InjectTraceForLoadsAndStores()
998 uint64_t TypeSize = DL->getTypeStoreSizeInBits(A0->getType()); in InjectTraceForCmp()
H A DAddressSanitizer.cpp1692 TypeSize ElemTypeSize = DL.getTypeStoreSizeInBits(VTy->getScalarType()); in instrumentMaskedLoadOrStore()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULateCodeGenPrepare.cpp495 unsigned LdBits = DL.getTypeStoreSizeInBits(LI.getType()); in visitLoadInst()
H A DAMDGPUPromoteAlloca.cpp523 const unsigned Size = DL.getTypeStoreSizeInBits(PtrTy); in promoteAllocaUserToVector()
H A DAMDGPULowerBufferFatPointers.cpp778 TypeSize Size = DL.getTypeStoreSizeInBits(T); in legalNonAggregateFor()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp1185 if (DL.getTypeStoreSizeInBits(UT) != DL.getTypeStoreSizeInBits(VT)) { in likeBitCastFromVector()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp1611 unsigned NewPtrBitWidth = DL.getTypeStoreSizeInBits(PtrA->getType()); in getConstantOffset()
1612 if (NewPtrBitWidth != DL.getTypeStoreSizeInBits(PtrB->getType())) in getConstantOffset()
H A DSLPVectorizer.cpp10754 size_t VTSize = DL->getTypeStoreSizeInBits(getWidenedType(EltTy, N)); in canMapToVector()
10756 VTSize != DL->getTypeStoreSizeInBits(T)) in canMapToVector()
12014 DL.getTypeStoreSizeInBits(Ty->getScalarType()))), in getAllOnesValue()
21218 R.getMinVF(DL->getTypeStoreSizeInBits(StoreScalarTy)), StoreScalarTy, in vectorizeStores()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DARM.cpp749 unsigned size = CGT.getDataLayout().getTypeStoreSizeInBits(EltTy); in isLegalVectorType()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Arm64ECCallLowering.cpp462 Type *IntTy = IRB.getIntNTy(DL.getTypeStoreSizeInBits(Arg.getType())); in buildExitThunk()
H A DAArch64ISelLowering.cpp16650 llvm::countr_zero(DL.getTypeStoreSizeInBits(IdxTy).getFixedValue()) - in isExtFreeImpl()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp2473 if (ITy->getBitWidth() < DL.getTypeStoreSizeInBits(ITy).getFixedValue()) in isIntegerWideningViableForSlice()
2499 if (ITy->getBitWidth() < DL.getTypeStoreSizeInBits(ITy).getFixedValue()) in isIntegerWideningViableForSlice()
2533 if (SizeInBits != DL.getTypeStoreSizeInBits(AllocaTy).getFixedValue()) in isIntegerWideningViable()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp2020 TypeSize::isKnownLT(DL.getTypeStoreSizeInBits(Src), in getMemoryOpCost()
H A DRISCVISelLowering.cpp23510 DL.getTypeStoreSizeInBits(AI->getValOperand()->getType()); in emitMaskedAtomicRMWIntrinsic()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1502 TypeSize::isKnownLT(DL.getTypeStoreSizeInBits(Src),
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp5532 getDataLayout().getTypeStoreSizeInBits(Ty)); in GetTargetTypeStoreSize()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp8737 PFS.getFunction().getDataLayout().getTypeStoreSizeInBits( in parseAtomicRMW()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp7999 DL.getTypeStoreSizeInBits(AI->getValOperand()->getType()); in emitMaskedAtomicRMWIntrinsic()