Searched refs:ForceV1Zero (Results 1 – 1 of 1) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 11177 const APInt &Zeroable, bool &ForceV1Zero, in matchShuffleAsBlend() argument 11185 ForceV1Zero = false, ForceV2Zero = false; in matchShuffleAsBlend() 11202 ForceV1Zero = true; in matchShuffleAsBlend() 11239 bool ForceV1Zero = false, ForceV2Zero = false; in lowerShuffleAsBlend() local 11241 if (!matchShuffleAsBlend(V1, V2, Mask, Zeroable, ForceV1Zero, ForceV2Zero, in lowerShuffleAsBlend() 11246 if (ForceV1Zero) in lowerShuffleAsBlend() 15710 bool &ForceV1Zero, bool &ForceV2Zero, in matchShuffleWithSHUFPD() argument 15749 ForceV1Zero = ZeroLane[0]; in matchShuffleWithSHUFPD() 15763 bool ForceV1Zero = false, ForceV2Zero = false; in lowerShuffleWithSHUFPD() local 15764 if (!matchShuffleWithSHUFPD(VT, V1, V2, ForceV1Zero, ForceV2Zero, Immediate, in lowerShuffleWithSHUFPD() [all …]
|