Home
last modified time | relevance | path

Searched defs:Shifts (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp6107 SmallVector<SDValue, 16> Shifts, Factors; in BuildExactSDIV() local
6167 SmallVector<SDValue, 16> Shifts, Factors; in BuildExactUDIV() local
6319 SmallVector<SDValue, 16> MagicFactors, Factors, Shifts, ShiftMasks; in BuildSDIV() local
H A DSelectionDAG.cpp3393 unsigned Shifts = IsLE ? i : SubScale - 1 - i; in computeKnownBits() local
3413 unsigned Shifts = IsLE ? i : NumElts - 1 - i; in computeKnownBits() local
H A DDAGCombiner.cpp7311 if (SDValue Shifts = unfoldExtremeBitClearingToShifts(N)) in visitAND() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp5185 SmallVector<Register, 16> Shifts, Factors; in buildUDivUsingMul() local
5428 SmallVector<Register, 16> Shifts, Factors; in buildSDivUsingMul() local
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp6041 unsigned Shifts = Imm.countr_zero(); in decomposeMulByConstant() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp1718 auto &Shifts = getActionDefinitionsBuilder({G_SHL, G_LSHR, G_ASHR}) in AMDGPULegalizerInfo() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp6630 SDValue Shifts = Op.getOperand(2); in LowerFunnelShift() local