Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp33363 MVT RootVT = Root.getSimpleValueType(); in combineX86ShuffleChain() local
33364 assert(VT1.getSizeInBits() == RootVT.getSizeInBits() && in combineX86ShuffleChain()
33365 VT2.getSizeInBits() == RootVT.getSizeInBits() && in combineX86ShuffleChain()
33374 return DAG.getBitcast(RootVT, V1); in combineX86ShuffleChain()
33377 unsigned RootSizeInBits = RootVT.getSizeInBits(); in combineX86ShuffleChain()
33378 unsigned NumRootElts = RootVT.getVectorNumElements(); in combineX86ShuffleChain()
33381 (RootVT.isFloatingPoint() && Depth >= 1) || in combineX86ShuffleChain()
33382 (RootVT.is256BitVector() && !Subtarget.hasAVX2()); in combineX86ShuffleChain()
33404 return DAG.getBitcast(RootVT, DAG.getNode(X86ISD::SUBV_BROADCAST, DL, in combineX86ShuffleChain()
33417 if (UnaryShuffle && RootVT.is256BitVector() && NumBaseMaskElts == 2 && in combineX86ShuffleChain()
[all …]