Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp38946 MVT RootVT = Root.getSimpleValueType(); in combineX86ShuffleChain() local
38947 unsigned RootSizeInBits = RootVT.getSizeInBits(); in combineX86ShuffleChain()
38948 unsigned NumRootElts = RootVT.getVectorNumElements(); in combineX86ShuffleChain()
38976 return CanonicalizeShuffleInput(RootVT, V1); in combineX86ShuffleChain()
38982 (RootVT.isFloatingPoint() && Depth >= 1) || in combineX86ShuffleChain()
38983 (RootVT.is256BitVector() && !Subtarget.hasAVX2()); in combineX86ShuffleChain()
39003 return CanonicalizeShuffleInput(RootVT, V1); in combineX86ShuffleChain()
39017 if (isTargetShuffleEquivalent(RootVT, ScaledMask, IdentityMask, DAG, V1, in combineX86ShuffleChain()
39019 return CanonicalizeShuffleInput(RootVT, V1); in combineX86ShuffleChain()
39024 if (RootVT.is512BitVector() && in combineX86ShuffleChain()
[all …]