Searched refs:CheckZeros (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchISelLowering.cpp | 961 auto CheckZeros = [&](int Shift, int Scale, bool Left) { in matchShuffleAsShift() local 1008 if (CheckZeros(Shift, Scale, Left)) { in matchShuffleAsShift()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 12137 auto CheckZeros = [&](int Shift, int Scale, bool Left) { in matchShuffleAsShift() local 12182 if (CheckZeros(Shift, Scale, Left)) { in matchShuffleAsShift() 17918 auto CheckZeros = [&](int Shift, bool Left) { in match1BitShuffleAsKSHIFT() local 17935 if (CheckZeros(Shift, Left) && MatchShift(Shift, Left)) { in match1BitShuffleAsKSHIFT()
|