Searched refs:ToSz (Results 1 – 2 of 2) sorted by relevance
28985 unsigned ToSz = VT.getVectorElementType().getSizeInBits(); in combineMaskedLoad() local28988 assert (isPowerOf2_32(NumElems * FromSz * ToSz) && in combineMaskedLoad()28991 unsigned SizeRatio = ToSz / FromSz; in combineMaskedLoad()29092 unsigned ToSz = StVT.getVectorElementType().getSizeInBits(); in combineMaskedStore() local29104 assert (isPowerOf2_32(NumElems * FromSz * ToSz) && in combineMaskedStore()29108 assert (((NumElems * FromSz) % ToSz) == 0 && in combineMaskedStore()29111 unsigned SizeRatio = FromSz / ToSz; in combineMaskedStore()29112 assert(SizeRatio * NumElems * ToSz == VT.getSizeInBits()); in combineMaskedStore()29222 unsigned ToSz = StVT.getVectorElementType().getSizeInBits(); in combineStore() local29232 if (!isPowerOf2_32(NumElems * FromSz * ToSz)) return SDValue(); in combineStore()[all …]
13656 unsigned ToSz = StVT.getVectorElementType().getSizeInBits(); in PerformSTORECombine() local13659 if (!isPowerOf2_32(NumElems * FromSz * ToSz)) return SDValue(); in PerformSTORECombine()13662 if (0 != (NumElems * FromSz) % ToSz) return SDValue(); in PerformSTORECombine()13664 unsigned SizeRatio = FromSz / ToSz; in PerformSTORECombine()13666 assert(SizeRatio * NumElems * ToSz == VT.getSizeInBits()); in PerformSTORECombine()13692 if (TLI.isTypeLegal(Tp) && StoreType.getSizeInBits() < NumElems * ToSz) in PerformSTORECombine()13707 for (unsigned i = 0; i < (ToSz*NumElems)/StoreType.getSizeInBits() ; i++) { in PerformSTORECombine()