Home
last modified time | relevance | path

Searched refs:PostShifts (Results 1 – 17 of 17) sorted by relevance

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp4455 SmallVector<Register, 16> PreShifts, PostShifts, MagicFactors, NPQFactors; in buildUDivUsingMul() local
4495 PostShifts.push_back( in buildUDivUsingMul()
4512 PostShift = MIB.buildBuildVector(ShiftAmtTy, PostShifts).getReg(0); in buildUDivUsingMul()
4518 PostShift = PostShifts[0]; in buildUDivUsingMul()
/dports/devel/llvm80/llvm-8.0.1.src/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp3890 SmallVector<SDValue, 16> PreShifts, PostShifts, MagicFactors, NPQFactors;
3929 PostShifts.push_back(DAG.getConstant(PostShift, dl, ShSVT));
3946 PostShift = DAG.getBuildVector(ShVT, dl, PostShifts);
3950 PostShift = PostShifts[0];
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp5212 SmallVector<SDValue, 16> PreShifts, PostShifts, MagicFactors, NPQFactors; in BuildUDIV() local
5251 PostShifts.push_back(DAG.getConstant(PostShift, dl, ShSVT)); in BuildUDIV()
5268 PostShift = DAG.getBuildVector(ShVT, dl, PostShifts); in BuildUDIV()
5271 NPQFactors.size() == 1 && PostShifts.size() == 1 && in BuildUDIV()
5276 PostShift = DAG.getSplatVector(ShVT, dl, PostShifts[0]); in BuildUDIV()
5280 PostShift = PostShifts[0]; in BuildUDIV()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp5212 SmallVector<SDValue, 16> PreShifts, PostShifts, MagicFactors, NPQFactors; in BuildUDIV() local
5251 PostShifts.push_back(DAG.getConstant(PostShift, dl, ShSVT)); in BuildUDIV()
5268 PostShift = DAG.getBuildVector(ShVT, dl, PostShifts); in BuildUDIV()
5271 NPQFactors.size() == 1 && PostShifts.size() == 1 && in BuildUDIV()
5276 PostShift = DAG.getSplatVector(ShVT, dl, PostShifts[0]); in BuildUDIV()
5280 PostShift = PostShifts[0]; in BuildUDIV()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp5297 SmallVector<SDValue, 16> PreShifts, PostShifts, MagicFactors, NPQFactors; in BuildUDIV() local
5336 PostShifts.push_back(DAG.getConstant(PostShift, dl, ShSVT)); in BuildUDIV()
5353 PostShift = DAG.getBuildVector(ShVT, dl, PostShifts); in BuildUDIV()
5356 NPQFactors.size() == 1 && PostShifts.size() == 1 && in BuildUDIV()
5361 PostShift = DAG.getSplatVector(ShVT, dl, PostShifts[0]); in BuildUDIV()
5366 PostShift = PostShifts[0]; in BuildUDIV()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp5297 SmallVector<SDValue, 16> PreShifts, PostShifts, MagicFactors, NPQFactors; in BuildUDIV() local
5336 PostShifts.push_back(DAG.getConstant(PostShift, dl, ShSVT)); in BuildUDIV()
5353 PostShift = DAG.getBuildVector(ShVT, dl, PostShifts); in BuildUDIV()
5356 NPQFactors.size() == 1 && PostShifts.size() == 1 && in BuildUDIV()
5361 PostShift = DAG.getSplatVector(ShVT, dl, PostShifts[0]); in BuildUDIV()
5366 PostShift = PostShifts[0]; in BuildUDIV()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp5297 SmallVector<SDValue, 16> PreShifts, PostShifts, MagicFactors, NPQFactors; in BuildUDIV() local
5336 PostShifts.push_back(DAG.getConstant(PostShift, dl, ShSVT)); in BuildUDIV()
5353 PostShift = DAG.getBuildVector(ShVT, dl, PostShifts); in BuildUDIV()
5356 NPQFactors.size() == 1 && PostShifts.size() == 1 && in BuildUDIV()
5361 PostShift = DAG.getSplatVector(ShVT, dl, PostShifts[0]); in BuildUDIV()
5366 PostShift = PostShifts[0]; in BuildUDIV()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp5307 SmallVector<SDValue, 16> PreShifts, PostShifts, MagicFactors, NPQFactors; in BuildUDIV() local
5346 PostShifts.push_back(DAG.getConstant(PostShift, dl, ShSVT)); in BuildUDIV()
5363 PostShift = DAG.getBuildVector(ShVT, dl, PostShifts); in BuildUDIV()
5366 NPQFactors.size() == 1 && PostShifts.size() == 1 && in BuildUDIV()
5371 PostShift = DAG.getSplatVector(ShVT, dl, PostShifts[0]); in BuildUDIV()
5376 PostShift = PostShifts[0]; in BuildUDIV()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp5297 SmallVector<SDValue, 16> PreShifts, PostShifts, MagicFactors, NPQFactors; in BuildUDIV() local
5336 PostShifts.push_back(DAG.getConstant(PostShift, dl, ShSVT)); in BuildUDIV()
5353 PostShift = DAG.getBuildVector(ShVT, dl, PostShifts); in BuildUDIV()
5356 NPQFactors.size() == 1 && PostShifts.size() == 1 && in BuildUDIV()
5361 PostShift = DAG.getSplatVector(ShVT, dl, PostShifts[0]); in BuildUDIV()
5366 PostShift = PostShifts[0]; in BuildUDIV()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp5297 SmallVector<SDValue, 16> PreShifts, PostShifts, MagicFactors, NPQFactors; in BuildUDIV() local
5336 PostShifts.push_back(DAG.getConstant(PostShift, dl, ShSVT)); in BuildUDIV()
5353 PostShift = DAG.getBuildVector(ShVT, dl, PostShifts); in BuildUDIV()
5356 NPQFactors.size() == 1 && PostShifts.size() == 1 && in BuildUDIV()
5361 PostShift = DAG.getSplatVector(ShVT, dl, PostShifts[0]); in BuildUDIV()
5366 PostShift = PostShifts[0]; in BuildUDIV()
/dports/devel/llvm90/llvm-9.0.1.src/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4349 SmallVector<SDValue, 16> PreShifts, PostShifts, MagicFactors, NPQFactors; in BuildUDIV() local
4388 PostShifts.push_back(DAG.getConstant(PostShift, dl, ShSVT)); in BuildUDIV()
4405 PostShift = DAG.getBuildVector(ShVT, dl, PostShifts); in BuildUDIV()
4409 PostShift = PostShifts[0]; in BuildUDIV()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp5127 SmallVector<SDValue, 16> PreShifts, PostShifts, MagicFactors, NPQFactors; in BuildUDIV() local
5166 PostShifts.push_back(DAG.getConstant(PostShift, dl, ShSVT)); in BuildUDIV()
5183 PostShift = DAG.getBuildVector(ShVT, dl, PostShifts); in BuildUDIV()
5187 PostShift = PostShifts[0]; in BuildUDIV()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp5081 SmallVector<SDValue, 16> PreShifts, PostShifts, MagicFactors, NPQFactors; in BuildUDIV() local
5120 PostShifts.push_back(DAG.getConstant(PostShift, dl, ShSVT)); in BuildUDIV()
5137 PostShift = DAG.getBuildVector(ShVT, dl, PostShifts); in BuildUDIV()
5141 PostShift = PostShifts[0]; in BuildUDIV()
/dports/devel/llvm10/llvm-10.0.1.src/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4833 SmallVector<SDValue, 16> PreShifts, PostShifts, MagicFactors, NPQFactors; in BuildUDIV() local
4872 PostShifts.push_back(DAG.getConstant(PostShift, dl, ShSVT)); in BuildUDIV()
4889 PostShift = DAG.getBuildVector(ShVT, dl, PostShifts); in BuildUDIV()
4893 PostShift = PostShifts[0]; in BuildUDIV()
/dports/devel/llvm11/llvm-11.0.1.src/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp5051 SmallVector<SDValue, 16> PreShifts, PostShifts, MagicFactors, NPQFactors; in BuildUDIV() local
5090 PostShifts.push_back(DAG.getConstant(PostShift, dl, ShSVT)); in BuildUDIV()
5107 PostShift = DAG.getBuildVector(ShVT, dl, PostShifts); in BuildUDIV()
5111 PostShift = PostShifts[0]; in BuildUDIV()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4833 SmallVector<SDValue, 16> PreShifts, PostShifts, MagicFactors, NPQFactors; in BuildUDIV() local
4872 PostShifts.push_back(DAG.getConstant(PostShift, dl, ShSVT)); in BuildUDIV()
4889 PostShift = DAG.getBuildVector(ShVT, dl, PostShifts); in BuildUDIV()
4893 PostShift = PostShifts[0]; in BuildUDIV()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4833 SmallVector<SDValue, 16> PreShifts, PostShifts, MagicFactors, NPQFactors; in BuildUDIV() local
4872 PostShifts.push_back(DAG.getConstant(PostShift, dl, ShSVT)); in BuildUDIV()
4889 PostShift = DAG.getBuildVector(ShVT, dl, PostShifts); in BuildUDIV()
4893 PostShift = PostShifts[0]; in BuildUDIV()