Searched refs:getTypeStoreSizeInBits (Results 1 – 17 of 17) sorted by relevance
438 *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()
672 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()
561 const uint32_t TypeSize = DL.getTypeStoreSizeInBits(OrigTy); in instrumentLoadOrStore()722 uint32_t TypeSize = DL.getTypeStoreSizeInBits(OrigTy); in getMemoryAccessFuncIndex()
711 uint64_t TypeSize = DL->getTypeStoreSizeInBits(A1->getType()); in InjectTraceForDiv()741 uint64_t TypeSize = DL->getTypeStoreSizeInBits(A0->getType()); in InjectTraceForCmp()
1231 *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()
633 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()
108 uint64_t ShiftAmt = DL.getTypeStoreSizeInBits(StoredValTy) - in coerceAvailableValueToLoadTypeHelper()109 DL.getTypeStoreSizeInBits(LoadedTy); in coerceAvailableValueToLoadTypeHelper()
427 uint64_t getTypeStoreSizeInBits(Type *Ty) const { in getTypeStoreSizeInBits() function
48 APInt Offset(DL.getTypeStoreSizeInBits(Ty), 0); in isAligned()
1991 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()
414 DL.getTypeStoreSizeInBits(Layout.ElemTy)) in getVectorLayout()
1772 DL.getTypeStoreSizeInBits(AI->getValOperand()->getType()); in emitMaskedAtomicRMWIntrinsic()
6415 if (DL.getTypeStoreSizeInBits(StoreType) != DL.getTypeSizeInBits(StoreType) || in splitMergedValStore()6421 if (DL.getTypeStoreSizeInBits(SplitStoreType) != in splitMergedValStore()
1967 uint64_t VTSize = DL.getTypeStoreSizeInBits(VectorType::get(EltTy, N)); in canMapToVector()1968 if (VTSize < MinVecRegSize || VTSize > MaxVecRegSize || VTSize != DL.getTypeStoreSizeInBits(T)) in canMapToVector()
3335 getDataLayout().getTypeStoreSizeInBits(Ty)); in GetTargetTypeStoreSize()
6182 unsigned size = getDataLayout().getTypeStoreSizeInBits(eltTy); in isLegalVectorTypeForSwift()
8263 countTrailingZeros(DL.getTypeStoreSizeInBits(IdxTy)) - 3; in isExtFreeImpl()