Searched refs:ForceV2Zero (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 11051 bool &ForceV2Zero, uint64_t &BlendMask) { in matchShuffleAsBlend() argument 11058 ForceV1Zero = false, ForceV2Zero = false; in matchShuffleAsBlend() 11105 ForceV2Zero = true; in matchShuffleAsBlend() 11138 bool ForceV1Zero = false, ForceV2Zero = false; in lowerShuffleAsBlend() local 11140 if (!matchShuffleAsBlend(VT, V1, V2, Mask, Zeroable, ForceV1Zero, ForceV2Zero, in lowerShuffleAsBlend() 11147 if (ForceV2Zero) in lowerShuffleAsBlend() 16222 bool &ForceV1Zero, bool &ForceV2Zero, in matchShuffleWithSHUFPD() argument 16262 ForceV2Zero = ZeroLane[1]; in matchShuffleWithSHUFPD() 16276 bool ForceV1Zero = false, ForceV2Zero = false; in lowerShuffleWithSHUFPD() local 16277 if (!matchShuffleWithSHUFPD(VT, V1, V2, ForceV1Zero, ForceV2Zero, Immediate, in lowerShuffleWithSHUFPD() [all …]
|