Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1308 if (MaxVFWithoutSLForwardIssues < 2 * TypeByteSize) { in couldPreventStoreLoadForward()
1317 VectorizerParams::MaxVectorWidth * TypeByteSize) in couldPreventStoreLoadForward()
1361 const uint64_t ByteStride = Stride * TypeByteSize; in isSafeDependenceDistance()
1406 if (Distance % TypeByteSize) in areStridedAccessesIndependent()
1409 uint64_t ScaledDist = Distance / TypeByteSize; in areStridedAccessesIndependent()
1484 uint64_t TypeByteSize = DL.getTypeAllocSize(ATy); in isDependent() local
1488 if (TypeByteSize == DL.getTypeAllocSize(BTy) && in isDependent()
1491 TypeByteSize)) in isDependent()
1577 TypeByteSize * Stride * (MinNumIter - 1) + TypeByteSize; in isDependent()
1612 couldPreventStoreLoadForward(Distance, TypeByteSize)) in isDependent()
[all …]
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopLoadElimination.cpp113 unsigned TypeByteSize = DL.getTypeAllocSize(const_cast<Type *>(LoadType)); in isDependenceDistanceOfOne() local
123 return Val == TypeByteSize; in isDependenceDistanceOfOne()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h325 bool couldPreventStoreLoadForward(uint64_t Distance, uint64_t TypeByteSize);
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp1388 unsigned TypeByteSize = EltVT.getSizeInBits() / 8; in ExpandVectorBuildThroughStack() local
1394 unsigned Offset = TypeByteSize*i; in ExpandVectorBuildThroughStack()