Searched refs:RootSizeInBits (Results 1 – 1 of 1) sorted by relevance
35768 unsigned RootSizeInBits = RootVT.getSizeInBits(); in combineX86ShuffleChain() local35786 assert(VT1.getSizeInBits() == RootSizeInBits && in combineX86ShuffleChain()35808 if (RootSizeInBits == 512 || (Subtarget.hasVLX() && RootSizeInBits >= 128)) { in combineX86ShuffleChain()35820 V1.getValueSizeInBits() >= RootSizeInBits) { in combineX86ShuffleChain()36193 if (RootSizeInBits < 512 && in combineX86ShuffleChain()36504 unsigned RootSizeInBits = RootVT.getSizeInBits(); in combineX86ShuffleChainWithExtract() local36512 unsigned WideSizeInBits = RootSizeInBits; in combineX86ShuffleChainWithExtract()36536 assert((WideSizeInBits % RootSizeInBits) == 0 && in combineX86ShuffleChainWithExtract()36961 if (RootSizeInBits > VT.getSizeInBits()) { in combineX86ShufflesRecursively()37186 if (any_of(Ops, [RootSizeInBits](SDValue Op) { in combineX86ShufflesRecursively()[all …]