Searched refs:MatchShift (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/ |
| H A D | AArch64AsmParser.cpp | 1368 bool MatchShift = getShiftExtendAmount() == Log2_32(ShiftWidth / 8); in isSVEDataVectorRegWithShiftExtend() local 1369 if (!MatchShift && (ShiftExtendTy == AArch64_AM::UXTW || in isSVEDataVectorRegWithShiftExtend() 1374 if (MatchShift && ShiftExtendTy == getShiftExtendType()) in isSVEDataVectorRegWithShiftExtend()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchISelLowering.cpp | 978 auto MatchShift = [&](int Shift, int Scale, bool Left) { in matchShuffleAsShift() local 1009 int ShiftAmt = MatchShift(Shift, Scale, Left); in matchShuffleAsShift()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 12146 auto MatchShift = [&](int Shift, int Scale, bool Left) { in matchShuffleAsShift() local 12183 int ShiftAmt = MatchShift(Shift, Scale, Left); in matchShuffleAsShift() 17926 auto MatchShift = [&](int Shift, bool Left) { in match1BitShuffleAsKSHIFT() local 17935 if (CheckZeros(Shift, Left) && MatchShift(Shift, Left)) { in match1BitShuffleAsKSHIFT()
|