Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1301 uint64_t TypeByteSize) { in couldPreventStoreLoadForward() argument
1314 const uint64_t NumItersForStoreLoadThroughMemory = 8 * TypeByteSize; in couldPreventStoreLoadForward()
1317 VectorizerParams::MaxVectorWidth * TypeByteSize, MaxSafeDepDistBytes); in couldPreventStoreLoadForward()
1320 for (uint64_t VF = 2 * TypeByteSize; VF <= MaxVFWithoutSLForwardIssues; in couldPreventStoreLoadForward()
1330 if (MaxVFWithoutSLForwardIssues < 2 * TypeByteSize) { in couldPreventStoreLoadForward()
1339 VectorizerParams::MaxVectorWidth * TypeByteSize) in couldPreventStoreLoadForward()
1364 uint64_t TypeByteSize) { in isSafeDependenceDistance() argument
1383 const uint64_t ByteStride = Stride * TypeByteSize; in isSafeDependenceDistance()
1422 uint64_t TypeByteSize) { in areStridedAccessesIndependent() argument
1424 assert(TypeByteSize > 0 && "The type size in byte must be non-zero"); in areStridedAccessesIndependent()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopLoadElimination.cpp118 unsigned TypeByteSize = DL.getTypeAllocSize(const_cast<Type *>(LoadType)); in isDependenceDistanceOfOne() local
128 return Val == TypeByteSize; in isDependenceDistanceOfOne()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h328 bool couldPreventStoreLoadForward(uint64_t Distance, uint64_t TypeByteSize);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp1446 unsigned TypeByteSize = MemVT.getSizeInBits() / 8; in ExpandVectorBuildThroughStack() local
1447 assert(TypeByteSize > 0 && "Vector element type too small for stack store!"); in ExpandVectorBuildThroughStack()
1459 unsigned Offset = TypeByteSize*i; in ExpandVectorBuildThroughStack()