Lines Matching refs:ForceV2Zero
10564 bool &ForceV2Zero, uint64_t &BlendMask) { in matchShuffleAsBlend() argument
10571 ForceV1Zero = false, ForceV2Zero = false; in matchShuffleAsBlend()
10618 ForceV2Zero = true; in matchShuffleAsBlend()
10651 bool ForceV1Zero = false, ForceV2Zero = false; in lowerShuffleAsBlend() local
10653 if (!matchShuffleAsBlend(VT, V1, V2, Mask, Zeroable, ForceV1Zero, ForceV2Zero, in lowerShuffleAsBlend()
10660 if (ForceV2Zero) in lowerShuffleAsBlend()
15635 bool &ForceV1Zero, bool &ForceV2Zero, in matchShuffleWithSHUFPD() argument
15675 ForceV2Zero = ZeroLane[1]; in matchShuffleWithSHUFPD()
15688 bool ForceV1Zero = false, ForceV2Zero = false; in lowerShuffleWithSHUFPD() local
15689 if (!matchShuffleWithSHUFPD(VT, V1, V2, ForceV1Zero, ForceV2Zero, Immediate, in lowerShuffleWithSHUFPD()
15696 if (ForceV2Zero) in lowerShuffleWithSHUFPD()
38367 bool ForceV1Zero = false, ForceV2Zero = false; in matchBinaryPermuteShuffle() local
38370 ForceV2Zero, BlendMask)) { in matchBinaryPermuteShuffle()
38383 V2 = ForceV2Zero ? getZeroVector(MaskVT, Subtarget, DAG, DL) : V2; in matchBinaryPermuteShuffle()
38390 V2 = ForceV2Zero ? getZeroVector(MaskVT, Subtarget, DAG, DL) : V2; in matchBinaryPermuteShuffle()
38414 bool ForceV1Zero = false, ForceV2Zero = false; in matchBinaryPermuteShuffle() local
38415 if (matchShuffleWithSHUFPD(MaskVT, V1, V2, ForceV1Zero, ForceV2Zero, in matchBinaryPermuteShuffle()
38418 V2 = ForceV2Zero ? getZeroVector(MaskVT, Subtarget, DAG, DL) : V2; in matchBinaryPermuteShuffle()