Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp29640 MVT RootVT = Root.getSimpleValueType(); in combineX86ShuffleChain() local
29641 assert(VT1.getSizeInBits() == RootVT.getSizeInBits() && in combineX86ShuffleChain()
29642 VT2.getSizeInBits() == RootVT.getSizeInBits() && in combineX86ShuffleChain()
29651 return DAG.getBitcast(RootVT, V1); in combineX86ShuffleChain()
29654 unsigned RootSizeInBits = RootVT.getSizeInBits(); in combineX86ShuffleChain()
29655 unsigned NumRootElts = RootVT.getVectorNumElements(); in combineX86ShuffleChain()
29658 (RootVT.isFloatingPoint() && Depth >= 2) || in combineX86ShuffleChain()
29659 (RootVT.is256BitVector() && !Subtarget.hasAVX2()); in combineX86ShuffleChain()
29676 if (UnaryShuffle && RootVT.is256BitVector() && NumBaseMaskElts == 2 && in combineX86ShuffleChain()
29690 return DAG.getBitcast(RootVT, Res); in combineX86ShuffleChain()
[all …]