Home
last modified time | relevance | path

Searched refs:TypeByteSize (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1788 if (MaxVFWithoutSLForwardIssues < 2 * TypeByteSize) { in couldPreventStoreLoadForward()
1797 VectorizerParams::MaxVectorWidth * TypeByteSize) in couldPreventStoreLoadForward()
1841 const uint64_t ByteStride = Stride * TypeByteSize; in isSafeDependenceDistance()
1886 if (Distance % TypeByteSize) in areStridedAccessesIndependent()
1889 uint64_t ScaledDist = Distance / TypeByteSize; in areStridedAccessesIndependent()
1990 uint64_t TypeByteSize = DL.getTypeAllocSize(ATy); in getDependenceDistanceStrideAndSize() local
1994 TypeByteSize = 0; in getDependenceDistanceStrideAndSize()
2016 bool HasSameSize = TypeByteSize > 0; in isDependent()
2022 Stride, TypeByteSize)) in isDependent()
2111 TypeByteSize * Stride * (MinNumIter - 1) + TypeByteSize; in isDependent()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopLoadElimination.cpp122 unsigned TypeByteSize = DL.getTypeAllocSize(const_cast<Type *>(LoadType)); in isDependenceDistanceOfOne() local
132 return Val == TypeByteSize * StrideLoad; in isDependenceDistanceOfOne()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h340 bool couldPreventStoreLoadForward(uint64_t Distance, uint64_t TypeByteSize);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp1516 unsigned TypeByteSize = MemVT.getSizeInBits() / 8; in ExpandVectorBuildThroughStack() local
1517 assert(TypeByteSize > 0 && "Vector element type too small for stack store!"); in ExpandVectorBuildThroughStack()
1529 unsigned Offset = TypeByteSize*i; in ExpandVectorBuildThroughStack()