Searched refs:TypeByteSize (Results 1 – 4 of 4) sorted by relevance
1679 uint64_t TypeByteSize) { in couldPreventStoreLoadForward() argument1692 const uint64_t NumItersForStoreLoadThroughMemory = 8 * TypeByteSize; in couldPreventStoreLoadForward()1695 VectorizerParams::MaxVectorWidth * TypeByteSize, MaxSafeDepDistBytes); in couldPreventStoreLoadForward()1698 for (uint64_t VF = 2 * TypeByteSize; VF <= MaxVFWithoutSLForwardIssues; in couldPreventStoreLoadForward()1708 if (MaxVFWithoutSLForwardIssues < 2 * TypeByteSize) { in couldPreventStoreLoadForward()1717 VectorizerParams::MaxVectorWidth * TypeByteSize) in couldPreventStoreLoadForward()1742 uint64_t TypeByteSize) { in isSafeDependenceDistance() argument1761 const uint64_t ByteStride = Stride * TypeByteSize; in isSafeDependenceDistance()1800 uint64_t TypeByteSize) { in areStridedAccessesIndependent() argument1802 assert(TypeByteSize > 0 && "The type size in byte must be non-zero"); in areStridedAccessesIndependent()[all …]
116 unsigned TypeByteSize = DL.getTypeAllocSize(const_cast<Type *>(LoadType)); in isDependenceDistanceOfOne() local126 return Val == TypeByteSize; in isDependenceDistanceOfOne()
326 bool couldPreventStoreLoadForward(uint64_t Distance, uint64_t TypeByteSize);
1493 unsigned TypeByteSize = MemVT.getSizeInBits() / 8; in ExpandVectorBuildThroughStack() local1494 assert(TypeByteSize > 0 && "Vector element type too small for stack store!"); in ExpandVectorBuildThroughStack()1506 unsigned Offset = TypeByteSize*i; in ExpandVectorBuildThroughStack()