Searched defs:TypeByteSize (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4249 bool couldPreventStoreLoadForward(unsigned Distance, unsigned TypeByteSize);
4342 unsigned TypeByteSize) {
4352 const unsigned NumCyclesForStoreLoadThroughMemory = 8*TypeByteSize;
4354 unsigned MaxVFWithoutSLForwardIssues = MaxVectorWidth*TypeByteSize;
4358 for (unsigned vf = 2*TypeByteSize; vf <= MaxVFWithoutSLForwardIssues;
4366 if (MaxVFWithoutSLForwardIssues< 2*TypeByteSize) {
4373 MaxVFWithoutSLForwardIssues != MaxVectorWidth*TypeByteSize)
4437 unsigned TypeByteSize = DL->getTypeAllocSize(ATy);
4444 (couldPreventStoreLoadForward(Val.abs().getZExtValue(), TypeByteSize) ||
4479 if (Distance < 2*TypeByteSize ||
4341 couldPreventStoreLoadForward(unsigned Distance, unsigned TypeByteSize) argument
[all...]

Completed in 89 milliseconds