Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp30809 bool HasVariableMask, in combineX86ShuffleChain() argument
31023 AllowVariableMask &= (Depth >= VariableShuffleDepth) || HasVariableMask; in combineX86ShuffleChain()
31245 bool HasVariableMask, in combineX86ShufflesConstants() argument
31270 if (!OneUseConstantOp && !HasVariableMask) in combineX86ShufflesConstants()
31357 bool HasVariableMask, bool AllowVariableMask, SelectionDAG &DAG, in combineX86ShufflesRecursively() argument
31511 HasVariableMask |= isTargetShuffleVariableMask(Op.getOpcode()); in combineX86ShufflesRecursively()
31532 Ops, i, Root, Mask, CombinedNodes, Depth + 1, HasVariableMask, in combineX86ShufflesRecursively()
31540 Ops, Mask, Root, HasVariableMask, DAG, Subtarget)) in combineX86ShufflesRecursively()
31565 return combineX86ShuffleChain(Ops, Root, Mask, Depth, HasVariableMask, in combineX86ShufflesRecursively()