Searched refs:ForceV1Zero (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| D | X86ISelLowering.cpp | 12028 const APInt &Zeroable, bool &ForceV1Zero, in matchShuffleAsBlend() argument 12036 ForceV1Zero = false, ForceV2Zero = false; in matchShuffleAsBlend() 12053 ForceV1Zero = true; in matchShuffleAsBlend() 12090 bool ForceV1Zero = false, ForceV2Zero = false; in lowerShuffleAsBlend() local 12092 if (!matchShuffleAsBlend(V1, V2, Mask, Zeroable, ForceV1Zero, ForceV2Zero, in lowerShuffleAsBlend() 12097 if (ForceV1Zero) in lowerShuffleAsBlend() 16762 bool &ForceV1Zero, bool &ForceV2Zero, in matchShuffleWithSHUFPD() argument 16801 ForceV1Zero = ZeroLane[0]; in matchShuffleWithSHUFPD() 16815 bool ForceV1Zero = false, ForceV2Zero = false; in lowerShuffleWithSHUFPD() local 16816 if (!matchShuffleWithSHUFPD(VT, V1, V2, ForceV1Zero, ForceV2Zero, Immediate, in lowerShuffleWithSHUFPD() [all …]
|