Searched refs:NPQFactor (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 6717 SDValue PreShift, MagicFactor, NPQFactor, PostShift; in BuildUDIV() local 6723 MagicFactor = NPQFactor = DAG.getUNDEF(SVT); in BuildUDIV() 6739 NPQFactor = DAG.getConstant( in BuildUDIV() 6750 NPQFactors.push_back(NPQFactor); in BuildUDIV() 6759 SDValue PreShift, PostShift, MagicFactor, NPQFactor; in BuildUDIV() local 6763 NPQFactor = DAG.getBuildVector(VT, dl, NPQFactors); in BuildUDIV() 6771 NPQFactor = DAG.getSplatVector(VT, dl, NPQFactors[0]); in BuildUDIV() 6842 NPQ = GetMULHU(NPQ, NPQFactor); in BuildUDIV()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CombinerHelper.cpp | 5423 Register PreShift, PostShift, MagicFactor, NPQFactor; in buildUDivorURemUsingMul() local 5428 NPQFactor = MIB.buildBuildVector(Ty, NPQFactors).getReg(0); in buildUDivorURemUsingMul() 5450 NPQ = MIB.buildUMulH(Ty, NPQ, NPQFactor).getReg(0); in buildUDivorURemUsingMul()
|