Lines Matching refs:HasVariableMask

37863     bool HasVariableMask, bool AllowVariableCrossLaneMask,
37878 bool HasVariableMask, in combineX86ShuffleChain() argument
38355 (Depth >= VariableCrossLaneShuffleDepth) || HasVariableMask; in combineX86ShuffleChain()
38357 (Depth >= VariablePerLaneShuffleDepth) || HasVariableMask; in combineX86ShuffleChain()
38361 (Depth >= (VariableCrossLaneShuffleDepth + 2) || HasVariableMask); in combineX86ShuffleChain()
38415 Inputs, Root, BaseMask, Depth, HasVariableMask, in combineX86ShuffleChain()
38588 Inputs, Root, BaseMask, Depth, HasVariableMask, in combineX86ShuffleChain()
38627 bool HasVariableMask, bool AllowVariableCrossLaneMask, in combineX86ShuffleChainWithExtract() argument
38717 HasVariableMask, AllowVariableCrossLaneMask, in combineX86ShuffleChainWithExtract()
38920 bool HasVariableMask, in combineX86ShufflesConstants() argument
38946 if (IsOptimizingSize && !OneUseConstantOp && !HasVariableMask) in combineX86ShufflesConstants()
39047 unsigned MaxDepth, bool HasVariableMask, bool AllowVariableCrossLaneMask, in combineX86ShufflesRecursively() argument
39272 HasVariableMask |= IsOpVariableMask; in combineX86ShufflesRecursively()
39302 HasVariableMask, AllowCrossLaneVar, AllowPerLaneVar, DAG, in combineX86ShufflesRecursively()
39310 Ops, Mask, Root, HasVariableMask, DAG, Subtarget)) in combineX86ShufflesRecursively()
39409 return combineX86ShuffleChain(Ops, Root, Mask, Depth, HasVariableMask, in combineX86ShufflesRecursively()
39417 Ops, Root, Mask, Depth, HasVariableMask, AllowVariableCrossLaneMask, in combineX86ShufflesRecursively()