Searched refs:TypeByteSize (Results 1 – 2 of 2) sorted by relevance
4452 bool couldPreventStoreLoadForward(unsigned Distance, unsigned TypeByteSize);4545 unsigned TypeByteSize) { in couldPreventStoreLoadForward() argument4555 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() local4652 (couldPreventStoreLoadForward(Val.abs().getZExtValue(), TypeByteSize) || in isDependent()4687 if (Distance < 2*TypeByteSize || in isDependent()[all …]
1508 unsigned TypeByteSize = EltVT.getSizeInBits() / 8; in ExpandVectorBuildThroughStack() local1514 unsigned Offset = TypeByteSize*i; in ExpandVectorBuildThroughStack()