Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4452 bool couldPreventStoreLoadForward(unsigned Distance, unsigned TypeByteSize);
4545 unsigned TypeByteSize) { in couldPreventStoreLoadForward() argument
4555 const unsigned NumCyclesForStoreLoadThroughMemory = 8*TypeByteSize; in couldPreventStoreLoadForward()
4557 unsigned MaxVFWithoutSLForwardIssues = MaxVectorWidth*TypeByteSize; in couldPreventStoreLoadForward()
4561 for (unsigned vf = 2*TypeByteSize; vf <= MaxVFWithoutSLForwardIssues; in couldPreventStoreLoadForward()
4569 if (MaxVFWithoutSLForwardIssues< 2*TypeByteSize) { in couldPreventStoreLoadForward()
4576 MaxVFWithoutSLForwardIssues != MaxVectorWidth*TypeByteSize) in couldPreventStoreLoadForward()
4645 unsigned TypeByteSize = DL->getTypeAllocSize(ATy); in isDependent() local
4652 (couldPreventStoreLoadForward(Val.abs().getZExtValue(), TypeByteSize) || in isDependent()
4687 if (Distance < 2*TypeByteSize || in isDependent()
[all …]
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp1508 unsigned TypeByteSize = EltVT.getSizeInBits() / 8; in ExpandVectorBuildThroughStack() local
1514 unsigned Offset = TypeByteSize*i; in ExpandVectorBuildThroughStack()