Searched refs:RootVT (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 25031 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 …]
|