Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp38487 bool AllowVariablePerLaneMask, SelectionDAG &DAG,
38503 bool AllowVariablePerLaneMask, in combineX86ShuffleChain() argument
38977 AllowVariablePerLaneMask &= in combineX86ShuffleChain()
39037 AllowVariableCrossLaneMask, AllowVariablePerLaneMask, DAG, in combineX86ShuffleChain()
39063 if (UnaryShuffle && MaskContainsZeros && AllowVariablePerLaneMask && in combineX86ShuffleChain()
39091 if (UnaryShuffle && AllowVariablePerLaneMask && !MaskContainsZeros && in combineX86ShuffleChain()
39108 if (AllowVariablePerLaneMask && Subtarget.hasXOP() && in combineX86ShuffleChain()
39146 if (UnaryShuffle && AllowVariablePerLaneMask && in combineX86ShuffleChain()
39177 if (AllowVariablePerLaneMask && RootVT.is128BitVector() && in combineX86ShuffleChain()
39210 AllowVariableCrossLaneMask, AllowVariablePerLaneMask, DAG, Subtarget)) in combineX86ShuffleChain()
[all …]