Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp37966 if (RootVT.is512BitVector() && in combineX86ShuffleChain()
38081 X86ISD::VPERM2X128, DL, RootVT, CanonicalizeShuffleInput(RootVT, V1), in combineX86ShuffleChain()
38254 return DAG.getBitcast(RootVT, Res); in combineX86ShuffleChain()
38269 return DAG.getBitcast(RootVT, Res); in combineX86ShuffleChain()
38464 return DAG.getBitcast(RootVT, Res); in combineX86ShuffleChain()
38482 return DAG.getBitcast(RootVT, Res); in combineX86ShuffleChain()
38517 return DAG.getBitcast(RootVT, Res); in combineX86ShuffleChain()
38550 return DAG.getBitcast(RootVT, Res); in combineX86ShuffleChain()
38582 return DAG.getBitcast(RootVT, Res); in combineX86ShuffleChain()
38635 EVT RootVT = Root.getValueType(); in combineX86ShuffleChainWithExtract() local
[all …]