Home
last modified time | relevance | path

Searched refs:CheckZeros (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp961 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 DX86ISelLowering.cpp12137 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()