Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp38922 bool AllowVariablePerLaneMask, SelectionDAG &DAG,
38938 bool AllowVariablePerLaneMask, in combineX86ShuffleChain() argument
39414 AllowVariablePerLaneMask &= in combineX86ShuffleChain()
39474 AllowVariableCrossLaneMask, AllowVariablePerLaneMask, DAG, in combineX86ShuffleChain()
39500 if (UnaryShuffle && MaskContainsZeros && AllowVariablePerLaneMask && in combineX86ShuffleChain()
39528 if (UnaryShuffle && AllowVariablePerLaneMask && !MaskContainsZeros && in combineX86ShuffleChain()
39545 if (AllowVariablePerLaneMask && Subtarget.hasXOP() && in combineX86ShuffleChain()
39583 if (UnaryShuffle && AllowVariablePerLaneMask && in combineX86ShuffleChain()
39614 if (AllowVariablePerLaneMask && RootVT.is128BitVector() && in combineX86ShuffleChain()
39647 AllowVariableCrossLaneMask, AllowVariablePerLaneMask, DAG, Subtarget)) in combineX86ShuffleChain()
[all …]