Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp38511 MVT RootVT = Root.getSimpleValueType(); in combineX86ShuffleChain() local
38512 unsigned RootSizeInBits = RootVT.getSizeInBits(); in combineX86ShuffleChain()
38513 unsigned NumRootElts = RootVT.getVectorNumElements(); in combineX86ShuffleChain()
38541 return CanonicalizeShuffleInput(RootVT, V1); in combineX86ShuffleChain()
38547 (RootVT.isFloatingPoint() && Depth >= 1) || in combineX86ShuffleChain()
38548 (RootVT.is256BitVector() && !Subtarget.hasAVX2()); in combineX86ShuffleChain()
38568 return CanonicalizeShuffleInput(RootVT, V1); in combineX86ShuffleChain()
38582 if (isTargetShuffleEquivalent(RootVT, ScaledMask, IdentityMask, DAG, V1, in combineX86ShuffleChain()
38584 return CanonicalizeShuffleInput(RootVT, V1); in combineX86ShuffleChain()
38589 if (RootVT.is512BitVector() && in combineX86ShuffleChain()
[all …]