Searched refs:MaxShift (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelDAGToDAG.h | 62 template <unsigned MaxShift> 65 return SelectAddrRegRegScale(Addr, MaxShift, Base, Index, Scale); in SelectAddrRegRegScale() 68 template <unsigned MaxShift, unsigned Bits> 71 if (SelectAddrRegRegScale(Addr, MaxShift, Base, Index, Scale)) { in SelectAddrRegZextRegScale()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ValueTracking.cpp | 2383 APInt MaxShift = KnownCnt.getMaxValue(); in isNonZeroShift() local 2385 if (MaxShift.uge(NumBits)) in isNonZeroShift() 2388 if (!ShiftOp(KnownVal.One, MaxShift).isZero()) in isNonZeroShift() 2393 if (InvShiftOp(KnownVal.Zero, NumBits - MaxShift) in isNonZeroShift() 2394 .eq(InvShiftOp(APInt::getAllOnes(NumBits), NumBits - MaxShift)) && in isNonZeroShift()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelDAGToDAG.cpp | 358 bool canExtractShiftFromMul(const SDValue &N, unsigned MaxShift, 556 unsigned MaxShift, in canExtractShiftFromMul() argument 560 assert(MaxShift > 0); in canExtractShiftFromMul() 575 PowerOfTwo = MaxShift; in canExtractShiftFromMul()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/ |
| H A D | MipsAsmParser.cpp | 5002 uint64_t MaxShift = 32; in expandRotationImm() local 5005 ShiftValue = MaxShift - ImmValue; in expandRotationImm()
|