Searched refs:PreShifts (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelper.cpp | 5238 SmallVector<Register, 16> PreShifts, PostShifts, MagicFactors, NPQFactors; in buildUDivUsingMul() local 5270 PreShifts.push_back( in buildUDivUsingMul() 5292 PreShift = MIB.buildBuildVector(ShiftAmtTy, PreShifts).getReg(0); in buildUDivUsingMul() 5299 PreShift = PreShifts[0]; in buildUDivUsingMul()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 6489 SmallVector<SDValue, 16> PreShifts, PostShifts, MagicFactors, NPQFactors; in BuildUDIV() local 6527 PreShifts.push_back(PreShift); in BuildUDIV() 6540 PreShift = DAG.getBuildVector(ShVT, dl, PreShifts); in BuildUDIV() 6545 assert(PreShifts.size() == 1 && MagicFactors.size() == 1 && in BuildUDIV() 6548 PreShift = DAG.getSplatVector(ShVT, dl, PreShifts[0]); in BuildUDIV() 6554 PreShift = PreShifts[0]; in BuildUDIV()
|