Home
last modified time | relevance | path

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

/dports/devel/llvm80/llvm-8.0.1.src/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9408 unsigned ShLeftAmt = 0; in ReduceLoadWidth() local
9412 ShLeftAmt = N01->getZExtValue(); in ReduceLoadWidth()
9466 if (ShLeftAmt != 0) { in ReduceLoadWidth()
9468 if (!isUIntN(ShImmTy.getSizeInBits(), ShLeftAmt)) in ReduceLoadWidth()
9475 if (ShLeftAmt >= VT.getSizeInBits()) in ReduceLoadWidth()
9479 Result, DAG.getConstant(ShLeftAmt, DL, ShImmTy)); in ReduceLoadWidth()
/dports/devel/llvm70/llvm-7.0.1.src/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9136 unsigned ShLeftAmt = 0; in ReduceLoadWidth() local
9140 ShLeftAmt = N01->getZExtValue(); in ReduceLoadWidth()
9191 if (ShLeftAmt != 0) { in ReduceLoadWidth()
9193 if (!isUIntN(ShImmTy.getSizeInBits(), ShLeftAmt)) in ReduceLoadWidth()
9200 if (ShLeftAmt >= VT.getSizeInBits()) in ReduceLoadWidth()
9204 Result, DAG.getConstant(ShLeftAmt, DL, ShImmTy)); in ReduceLoadWidth()
/dports/devel/llvm10/llvm-10.0.1.src/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp10475 unsigned ShLeftAmt = 0; in ReduceLoadWidth() local
10479 ShLeftAmt = N01->getZExtValue(); in ReduceLoadWidth()
10533 if (ShLeftAmt != 0) { in ReduceLoadWidth()
10535 if (!isUIntN(ShImmTy.getSizeInBits(), ShLeftAmt)) in ReduceLoadWidth()
10541 if (ShLeftAmt >= VT.getSizeInBits()) in ReduceLoadWidth()
10545 Result, DAG.getConstant(ShLeftAmt, DL, ShImmTy)); in ReduceLoadWidth()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp10468 unsigned ShLeftAmt = 0; in ReduceLoadWidth() local
10472 ShLeftAmt = N01->getZExtValue(); in ReduceLoadWidth()
10526 if (ShLeftAmt != 0) { in ReduceLoadWidth()
10528 if (!isUIntN(ShImmTy.getSizeInBits(), ShLeftAmt)) in ReduceLoadWidth()
10534 if (ShLeftAmt >= VT.getSizeInBits()) in ReduceLoadWidth()
10538 Result, DAG.getConstant(ShLeftAmt, DL, ShImmTy)); in ReduceLoadWidth()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp10475 unsigned ShLeftAmt = 0; in ReduceLoadWidth() local
10479 ShLeftAmt = N01->getZExtValue(); in ReduceLoadWidth()
10533 if (ShLeftAmt != 0) { in ReduceLoadWidth()
10535 if (!isUIntN(ShImmTy.getSizeInBits(), ShLeftAmt)) in ReduceLoadWidth()
10541 if (ShLeftAmt >= VT.getSizeInBits()) in ReduceLoadWidth()
10545 Result, DAG.getConstant(ShLeftAmt, DL, ShImmTy)); in ReduceLoadWidth()
/dports/devel/llvm90/llvm-9.0.1.src/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp10329 unsigned ShLeftAmt = 0; in ReduceLoadWidth() local
10333 ShLeftAmt = N01->getZExtValue(); in ReduceLoadWidth()
10387 if (ShLeftAmt != 0) { in ReduceLoadWidth()
10389 if (!isUIntN(ShImmTy.getSizeInBits(), ShLeftAmt)) in ReduceLoadWidth()
10396 if (ShLeftAmt >= VT.getSizeInBits()) in ReduceLoadWidth()
10400 Result, DAG.getConstant(ShLeftAmt, DL, ShImmTy)); in ReduceLoadWidth()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp11182 unsigned ShLeftAmt = 0; in ReduceLoadWidth() local
11186 ShLeftAmt = N01->getZExtValue(); in ReduceLoadWidth()
11241 if (ShLeftAmt != 0) { in ReduceLoadWidth()
11243 if (!isUIntN(ShImmTy.getScalarSizeInBits(), ShLeftAmt)) in ReduceLoadWidth()
11249 if (ShLeftAmt >= VT.getScalarSizeInBits()) in ReduceLoadWidth()
11253 Result, DAG.getConstant(ShLeftAmt, DL, ShImmTy)); in ReduceLoadWidth()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp11005 unsigned ShLeftAmt = 0; in ReduceLoadWidth() local
11009 ShLeftAmt = N01->getZExtValue(); in ReduceLoadWidth()
11063 if (ShLeftAmt != 0) { in ReduceLoadWidth()
11065 if (!isUIntN(ShImmTy.getSizeInBits(), ShLeftAmt)) in ReduceLoadWidth()
11071 if (ShLeftAmt >= VT.getSizeInBits()) in ReduceLoadWidth()
11075 Result, DAG.getConstant(ShLeftAmt, DL, ShImmTy)); in ReduceLoadWidth()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp11908 unsigned ShLeftAmt = 0; in ReduceLoadWidth() local
11912 ShLeftAmt = N01->getZExtValue(); in ReduceLoadWidth()
11967 if (ShLeftAmt != 0) { in ReduceLoadWidth()
11969 if (!isUIntN(ShImmTy.getScalarSizeInBits(), ShLeftAmt)) in ReduceLoadWidth()
11975 if (ShLeftAmt >= VT.getScalarSizeInBits()) in ReduceLoadWidth()
11979 Result, DAG.getConstant(ShLeftAmt, DL, ShImmTy)); in ReduceLoadWidth()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp11427 unsigned ShLeftAmt = 0; in ReduceLoadWidth() local
11431 ShLeftAmt = N01->getZExtValue(); in ReduceLoadWidth()
11486 if (ShLeftAmt != 0) { in ReduceLoadWidth()
11488 if (!isUIntN(ShImmTy.getScalarSizeInBits(), ShLeftAmt)) in ReduceLoadWidth()
11494 if (ShLeftAmt >= VT.getScalarSizeInBits()) in ReduceLoadWidth()
11498 Result, DAG.getConstant(ShLeftAmt, DL, ShImmTy)); in ReduceLoadWidth()
/dports/devel/llvm11/llvm-11.0.1.src/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp10912 unsigned ShLeftAmt = 0; in ReduceLoadWidth() local
10916 ShLeftAmt = N01->getZExtValue(); in ReduceLoadWidth()
10970 if (ShLeftAmt != 0) { in ReduceLoadWidth()
10972 if (!isUIntN(ShImmTy.getSizeInBits(), ShLeftAmt)) in ReduceLoadWidth()
10978 if (ShLeftAmt >= VT.getSizeInBits()) in ReduceLoadWidth()
10982 Result, DAG.getConstant(ShLeftAmt, DL, ShImmTy)); in ReduceLoadWidth()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp11908 unsigned ShLeftAmt = 0; in ReduceLoadWidth() local
11912 ShLeftAmt = N01->getZExtValue(); in ReduceLoadWidth()
11967 if (ShLeftAmt != 0) { in ReduceLoadWidth()
11969 if (!isUIntN(ShImmTy.getScalarSizeInBits(), ShLeftAmt)) in ReduceLoadWidth()
11975 if (ShLeftAmt >= VT.getScalarSizeInBits()) in ReduceLoadWidth()
11979 Result, DAG.getConstant(ShLeftAmt, DL, ShImmTy)); in ReduceLoadWidth()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp11908 unsigned ShLeftAmt = 0; in ReduceLoadWidth() local
11912 ShLeftAmt = N01->getZExtValue(); in ReduceLoadWidth()
11967 if (ShLeftAmt != 0) { in ReduceLoadWidth()
11969 if (!isUIntN(ShImmTy.getScalarSizeInBits(), ShLeftAmt)) in ReduceLoadWidth()
11975 if (ShLeftAmt >= VT.getScalarSizeInBits()) in ReduceLoadWidth()
11979 Result, DAG.getConstant(ShLeftAmt, DL, ShImmTy)); in ReduceLoadWidth()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp11427 unsigned ShLeftAmt = 0; in ReduceLoadWidth() local
11431 ShLeftAmt = N01->getZExtValue(); in ReduceLoadWidth()
11486 if (ShLeftAmt != 0) { in ReduceLoadWidth()
11488 if (!isUIntN(ShImmTy.getScalarSizeInBits(), ShLeftAmt)) in ReduceLoadWidth()
11494 if (ShLeftAmt >= VT.getScalarSizeInBits()) in ReduceLoadWidth()
11498 Result, DAG.getConstant(ShLeftAmt, DL, ShImmTy)); in ReduceLoadWidth()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp11908 unsigned ShLeftAmt = 0; in ReduceLoadWidth() local
11912 ShLeftAmt = N01->getZExtValue(); in ReduceLoadWidth()
11967 if (ShLeftAmt != 0) { in ReduceLoadWidth()
11969 if (!isUIntN(ShImmTy.getScalarSizeInBits(), ShLeftAmt)) in ReduceLoadWidth()
11975 if (ShLeftAmt >= VT.getScalarSizeInBits()) in ReduceLoadWidth()
11979 Result, DAG.getConstant(ShLeftAmt, DL, ShImmTy)); in ReduceLoadWidth()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp11908 unsigned ShLeftAmt = 0; in ReduceLoadWidth() local
11912 ShLeftAmt = N01->getZExtValue(); in ReduceLoadWidth()
11967 if (ShLeftAmt != 0) { in ReduceLoadWidth()
11969 if (!isUIntN(ShImmTy.getScalarSizeInBits(), ShLeftAmt)) in ReduceLoadWidth()
11975 if (ShLeftAmt >= VT.getScalarSizeInBits()) in ReduceLoadWidth()
11979 Result, DAG.getConstant(ShLeftAmt, DL, ShImmTy)); in ReduceLoadWidth()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp11924 unsigned ShLeftAmt = 0; in ReduceLoadWidth() local
11928 ShLeftAmt = N01->getZExtValue(); in ReduceLoadWidth()
11983 if (ShLeftAmt != 0) { in ReduceLoadWidth()
11985 if (!isUIntN(ShImmTy.getScalarSizeInBits(), ShLeftAmt)) in ReduceLoadWidth()
11991 if (ShLeftAmt >= VT.getScalarSizeInBits()) in ReduceLoadWidth()
11995 Result, DAG.getConstant(ShLeftAmt, DL, ShImmTy)); in ReduceLoadWidth()