Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp5776 SmallVector<SDValue, 16> Shifts, Factors; in BuildExactSDIV() local
5889 SmallVector<SDValue, 16> MagicFactors, Factors, Shifts, ShiftMasks; in BuildSDIV() local
H A DSelectionDAG.cpp3155 unsigned Shifts = IsLE ? i : SubScale - 1 - i; in computeKnownBits() local
3175 unsigned Shifts = IsLE ? i : NumElts - 1 - i; in computeKnownBits() local
H A DDAGCombiner.cpp6613 if (SDValue Shifts = unfoldExtremeBitClearingToShifts(N)) in visitAND() local
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp1399 auto &Shifts = getActionDefinitionsBuilder({G_SHL, G_LSHR, G_ASHR}) in AMDGPULegalizerInfo() local
/openbsd/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp5132 SmallVector<Register, 16> Shifts, Factors; in buildSDivUsingMul() local