Searched refs:RootSizeInBits (Results 1 – 1 of 1) sorted by relevance
37889 unsigned RootSizeInBits = RootVT.getSizeInBits(); in combineX86ShuffleChain() local37931 if (RootSizeInBits == 512 || (Subtarget.hasVLX() && RootSizeInBits >= 128)) { in combineX86ShuffleChain()37942 V1.getValueSizeInBits() >= RootSizeInBits && in combineX86ShuffleChain()38321 if (RootSizeInBits < 512 && in combineX86ShuffleChain()38636 unsigned RootSizeInBits = RootVT.getSizeInBits(); in combineX86ShuffleChainWithExtract() local38650 unsigned WideSizeInBits = RootSizeInBits; in combineX86ShuffleChainWithExtract()38673 unsigned Scale = WideSizeInBits / RootSizeInBits; in combineX86ShuffleChainWithExtract()38674 assert((WideSizeInBits % RootSizeInBits) == 0 && in combineX86ShuffleChainWithExtract()39108 if (RootSizeInBits > VT.getSizeInBits()) { in combineX86ShufflesRecursively()39376 if (any_of(Ops, [RootSizeInBits](SDValue Op) { in combineX86ShufflesRecursively()[all …]