Searched refs:RootVT (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 37838 if (RootVT.is512BitVector() && in combineX86ShuffleChain() 37950 X86ISD::VPERM2X128, DL, RootVT, CanonicalizeShuffleInput(RootVT, V1), in combineX86ShuffleChain() 38123 return DAG.getBitcast(RootVT, Res); in combineX86ShuffleChain() 38138 return DAG.getBitcast(RootVT, Res); in combineX86ShuffleChain() 38333 return DAG.getBitcast(RootVT, Res); in combineX86ShuffleChain() 38351 return DAG.getBitcast(RootVT, Res); in combineX86ShuffleChain() 38386 return DAG.getBitcast(RootVT, Res); in combineX86ShuffleChain() 38419 return DAG.getBitcast(RootVT, Res); in combineX86ShuffleChain() 38451 return DAG.getBitcast(RootVT, Res); in combineX86ShuffleChain() 38504 EVT RootVT = Root.getValueType(); in combineX86ShuffleChainWithExtract() local [all …]
|