Home
last modified time | relevance | path

Searched refs:RootVT (Results 1 – 2 of 2) 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 …]
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp25031 MVT RootVT = Root.getSimpleValueType(); in combineX86ShuffleChain() local
25039 DCI.CombineTo(Root.getNode(), DAG.getBitcast(RootVT, Input), in combineX86ShuffleChain()
25044 unsigned RootSizeInBits = RootVT.getSizeInBits(); in combineX86ShuffleChain()
25053 if (RootVT.getScalarSizeInBits() != BaseMaskEltSizeInBits && in combineX86ShuffleChain()
25078 DCI.CombineTo(Root.getNode(), DAG.getBitcast(RootVT, Res), in combineX86ShuffleChain()
25116 DCI.CombineTo(Root.getNode(), DAG.getBitcast(RootVT, Res), in combineX86ShuffleChain()
25130 DCI.CombineTo(Root.getNode(), DAG.getBitcast(RootVT, Res), in combineX86ShuffleChain()
25142 DCI.CombineTo(Root.getNode(), DAG.getBitcast(RootVT, Res), in combineX86ShuffleChain()
25188 DCI.CombineTo(Root.getNode(), DAG.getBitcast(RootVT, Res), in combineX86ShuffleChain()
25215 DCI.CombineTo(Root.getNode(), DAG.getBitcast(RootVT, Res), in combineX86ShuffleChain()
[all …]