Searched defs:Shifts (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 6107 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 D | SelectionDAG.cpp | 3393 unsigned Shifts = IsLE ? i : SubScale - 1 - i; in computeKnownBits() local 3413 unsigned Shifts = IsLE ? i : NumElts - 1 - i; in computeKnownBits() local
|
H A D | DAGCombiner.cpp | 7311 if (SDValue Shifts = unfoldExtremeBitClearingToShifts(N)) in visitAND() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelper.cpp | 5185 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 D | LoongArchISelLowering.cpp | 6041 unsigned Shifts = Imm.countr_zero(); in decomposeMulByConstant() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULegalizerInfo.cpp | 1718 auto &Shifts = getActionDefinitionsBuilder({G_SHL, G_LSHR, G_ASHR}) in AMDGPULegalizerInfo() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 6630 SDValue Shifts = Op.getOperand(2); in LowerFunnelShift() local
|