Searched refs:RootSizeInBits (Results 1 – 2 of 2) sorted by relevance
25044 unsigned RootSizeInBits = RootVT.getSizeInBits(); in combineX86ShuffleChain() local25045 unsigned BaseMaskEltSizeInBits = RootSizeInBits / NumBaseMaskElts; in combineX86ShuffleChain()25054 (RootSizeInBits == 512 || in combineX86ShuffleChain()25055 (Subtarget.hasVLX() && RootSizeInBits >= 128))) { in combineX86ShuffleChain()25095 unsigned MaskEltSizeInBits = RootSizeInBits / NumMaskElts; in combineX86ShuffleChain()
29654 unsigned RootSizeInBits = RootVT.getSizeInBits(); in combineX86ShuffleChain() local29656 unsigned BaseMaskEltSizeInBits = RootSizeInBits / NumBaseMaskElts; in combineX86ShuffleChain()29668 RootSizeInBits == 512 || (Subtarget.hasVLX() && RootSizeInBits >= 128); in combineX86ShuffleChain()29705 unsigned MaskEltSizeInBits = RootSizeInBits / NumMaskElts; in combineX86ShuffleChain()29806 if (Subtarget.hasSSE4A() && AllowIntDomain && RootSizeInBits == 128) { in combineX86ShuffleChain()