Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp37889 unsigned RootSizeInBits = RootVT.getSizeInBits(); in combineX86ShuffleChain() local
37931 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() local
38650 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 …]