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.cpp39928 ArrayRef<SDValue> Inputs, unsigned RootOpcode, MVT RootVT,
39944 ArrayRef<SDValue> Inputs, unsigned RootOpc, MVT RootVT, in combineX86ShuffleChain() argument
39952 unsigned RootSizeInBits = RootVT.getSizeInBits(); in combineX86ShuffleChain()
39953 unsigned NumRootElts = RootVT.getVectorNumElements(); in combineX86ShuffleChain()
39981 return CanonicalizeShuffleInput(RootVT, V1); in combineX86ShuffleChain()
39987 (RootVT.isFloatingPoint() && Depth >= 1) || in combineX86ShuffleChain()
39988 (RootVT.is256BitVector() && !Subtarget.hasAVX2()); in combineX86ShuffleChain()
39997 return CanonicalizeShuffleInput(RootVT, V1); in combineX86ShuffleChain()
40011 if (isTargetShuffleEquivalent(RootVT, ScaledMask, IdentityMask, DAG, V1, in combineX86ShuffleChain()
40013 return CanonicalizeShuffleInput(RootVT, V1); in combineX86ShuffleChain()
[all …]