Searched refs:AllowVariablePerLaneMask (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 35744 bool AllowVariablePerLaneMask, SelectionDAG &DAG, 35760 bool AllowVariablePerLaneMask, in combineX86ShuffleChain() argument 36224 AllowVariablePerLaneMask &= in combineX86ShuffleChain() 36284 AllowVariableCrossLaneMask, AllowVariablePerLaneMask, DAG, in combineX86ShuffleChain() 36355 if (AllowVariablePerLaneMask && Subtarget.hasXOP() && in combineX86ShuffleChain() 36393 if (UnaryShuffle && AllowVariablePerLaneMask && in combineX86ShuffleChain() 36424 if (AllowVariablePerLaneMask && RootVT.is128BitVector() && in combineX86ShuffleChain() 36496 bool AllowVariablePerLaneMask, SelectionDAG &DAG, in combineX86ShuffleChainWithExtract() argument 36916 bool AllowVariablePerLaneMask, SelectionDAG &DAG, in combineX86ShufflesRecursively() argument 37152 AllowPerLaneVar = AllowVariablePerLaneMask; in combineX86ShufflesRecursively() [all …]
|