Searched refs:NPQFactors (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CombinerHelper.cpp | 5372 SmallVector<Register, 16> PreShifts, PostShifts, MagicFactors, NPQFactors; in buildUDivorURemUsingMul() local 5407 NPQFactors.push_back( in buildUDivorURemUsingMul() 5428 NPQFactor = MIB.buildBuildVector(Ty, NPQFactors).getReg(0); in buildUDivorURemUsingMul()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 6710 SmallVector<SDValue, 16> PreShifts, PostShifts, MagicFactors, NPQFactors; in BuildUDIV() local 6750 NPQFactors.push_back(NPQFactor); in BuildUDIV() 6763 NPQFactor = DAG.getBuildVector(VT, dl, NPQFactors); in BuildUDIV() 6767 NPQFactors.size() == 1 && PostShifts.size() == 1 && in BuildUDIV() 6771 NPQFactor = DAG.getSplatVector(VT, dl, NPQFactors[0]); in BuildUDIV()
|