Searched refs:PostShifts (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 5412 PostShifts.push_back( in buildUDivorURemUsingMul() 5429 PostShift = MIB.buildBuildVector(ShiftAmtTy, PostShifts).getReg(0); in buildUDivorURemUsingMul() 5435 PostShift = PostShifts[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 6751 PostShifts.push_back(PostShift); in BuildUDIV() 6764 PostShift = DAG.getBuildVector(ShVT, dl, PostShifts); in BuildUDIV() 6767 NPQFactors.size() == 1 && PostShifts.size() == 1 && in BuildUDIV() 6772 PostShift = DAG.getSplatVector(ShVT, dl, PostShifts[0]); in BuildUDIV() 6777 PostShift = PostShifts[0]; in BuildUDIV()
|