Home
last modified time | relevance | path

Searched refs:ShiftMasks (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp5639 SmallVector<Register, 16> MagicFactors, Factors, Shifts, ShiftMasks; in buildSDivUsingMul() local
5668 ShiftMasks.push_back(MIB.buildConstant(ScalarTy, ShiftMask).getReg(0)); in buildSDivUsingMul()
5684 ShiftMask = MIB.buildBuildVector(Ty, ShiftMasks).getReg(0); in buildSDivUsingMul()
5691 ShiftMask = ShiftMasks[0]; in buildSDivUsingMul()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp6534 SmallVector<SDValue, 16> MagicFactors, Factors, Shifts, ShiftMasks; in BuildSDIV() local
6562 ShiftMasks.push_back(DAG.getSignedConstant(ShiftMask, dl, SVT)); in BuildSDIV()
6578 ShiftMask = DAG.getBuildVector(VT, dl, ShiftMasks); in BuildSDIV()
6581 Shifts.size() == 1 && ShiftMasks.size() == 1 && in BuildSDIV()
6587 ShiftMask = DAG.getSplatVector(VT, dl, ShiftMasks[0]); in BuildSDIV()
6593 ShiftMask = ShiftMasks[0]; in BuildSDIV()