Lines Matching refs:ForceV2Zero
12746 bool &ForceV2Zero, uint64_t &BlendMask) { in matchShuffleAsBlend() argument
12753 ForceV1Zero = false, ForceV2Zero = false; in matchShuffleAsBlend()
12780 ForceV2Zero = true; in matchShuffleAsBlend()
12812 bool ForceV1Zero = false, ForceV2Zero = false; in lowerShuffleAsBlend() local
12814 if (!matchShuffleAsBlend(V1, V2, Mask, Zeroable, ForceV1Zero, ForceV2Zero, in lowerShuffleAsBlend()
12821 if (ForceV2Zero) in lowerShuffleAsBlend()
17628 bool &ForceV1Zero, bool &ForceV2Zero, in matchShuffleWithSHUFPD() argument
17668 ForceV2Zero = ZeroLane[1]; in matchShuffleWithSHUFPD()
17681 bool ForceV1Zero = false, ForceV2Zero = false; in lowerShuffleWithSHUFPD() local
17682 if (!matchShuffleWithSHUFPD(VT, V1, V2, ForceV1Zero, ForceV2Zero, Immediate, in lowerShuffleWithSHUFPD()
17689 if (ForceV2Zero) in lowerShuffleWithSHUFPD()
37744 bool ForceV1Zero = false, ForceV2Zero = false; in matchBinaryPermuteShuffle() local
37747 ForceV2Zero, BlendMask)) { in matchBinaryPermuteShuffle()
37760 V2 = ForceV2Zero ? getZeroVector(MaskVT, Subtarget, DAG, DL) : V2; in matchBinaryPermuteShuffle()
37767 V2 = ForceV2Zero ? getZeroVector(MaskVT, Subtarget, DAG, DL) : V2; in matchBinaryPermuteShuffle()
37791 bool ForceV1Zero = false, ForceV2Zero = false; in matchBinaryPermuteShuffle() local
37792 if (matchShuffleWithSHUFPD(MaskVT, V1, V2, ForceV1Zero, ForceV2Zero, in matchBinaryPermuteShuffle()
37795 V2 = ForceV2Zero ? getZeroVector(MaskVT, Subtarget, DAG, DL) : V2; in matchBinaryPermuteShuffle()