Searched refs:NPQFactors (Results 1 – 2 of 2) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelper.cpp | 4946 SmallVector<Register, 16> PreShifts, PostShifts, MagicFactors, NPQFactors; in buildUDivUsingMul() local 4978 NPQFactors.push_back( in buildUDivUsingMul() 4999 NPQFactor = MIB.buildBuildVector(Ty, NPQFactors).getReg(0); in buildUDivUsingMul()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 6051 SmallVector<SDValue, 16> PreShifts, PostShifts, MagicFactors, NPQFactors; in BuildUDIV() local 6090 NPQFactors.push_back(NPQFactor); in BuildUDIV() 6103 NPQFactor = DAG.getBuildVector(VT, dl, NPQFactors); in BuildUDIV() 6107 NPQFactors.size() == 1 && PostShifts.size() == 1 && in BuildUDIV() 6111 NPQFactor = DAG.getSplatVector(VT, dl, NPQFactors[0]); in BuildUDIV()
|