Home
last modified time | relevance | path

Searched refs:EVTBits (Results 1 – 25 of 54) sorted by relevance

123

/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp1393 unsigned EVTBits = EVT.getSizeInBits(); in ExpandIntRes_AssertSext() local
1395 if (NVTBits < EVTBits) { in ExpandIntRes_AssertSext()
1398 EVTBits - NVTBits))); in ExpandIntRes_AssertSext()
1414 unsigned EVTBits = EVT.getSizeInBits(); in ExpandIntRes_AssertZext() local
1416 if (NVTBits < EVTBits) { in ExpandIntRes_AssertZext()
1419 EVTBits - NVTBits))); in ExpandIntRes_AssertZext()
H A DDAGCombiner.cpp4069 unsigned EVTBits = ExtVT.getSizeInBits(); in ReduceLoadWidth() local
4075 if ((ShAmt & (EVTBits-1)) == 0) { in ReduceLoadWidth()
4078 if ((N0.getValueType().getSizeInBits() & (EVTBits-1)) != 0) in ReduceLoadWidth()
4087 cast<LoadSDNode>(N0)->getMemoryVT().getSizeInBits() >= EVTBits && in ReduceLoadWidth()
4135 unsigned EVTBits = EVT.getScalarType().getSizeInBits(); in visitSIGN_EXTEND_INREG() local
4142 if (DAG.ComputeNumSignBits(N0) >= VTBits-EVTBits+1) in visitSIGN_EXTEND_INREG()
4157 if (N00.getValueType().getScalarType().getSizeInBits() <= EVTBits && in visitSIGN_EXTEND_INREG()
4163 if (DAG.MaskedValueIsZero(N0, APInt::getBitsSet(VTBits, EVTBits-1, EVTBits))) in visitSIGN_EXTEND_INREG()
4182 if (ShAmt->getZExtValue()+EVTBits <= VTBits) { in visitSIGN_EXTEND_INREG()
4186 if (VTBits-(ShAmt->getZExtValue()+EVTBits) < InSignBits) in visitSIGN_EXTEND_INREG()
/dports/devel/llvm70/llvm-7.0.1.src/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp2067 unsigned EVTBits = EVT.getSizeInBits();
2069 if (NVTBits < EVTBits) {
2072 EVTBits - NVTBits)));
2089 unsigned EVTBits = EVT.getSizeInBits();
2091 if (NVTBits < EVTBits) {
2094 EVTBits - NVTBits)));
H A DDAGCombiner.cpp7934 unsigned EVTBits = N0->getValueType(0).getScalarSizeInBits(); in tryToFoldExtendOfConstant() local
9089 unsigned EVTBits = ExtVT.getSizeInBits(); in ReduceLoadWidth() local
9091 if ((ShAmt & (EVTBits-1)) == 0) { in ReduceLoadWidth()
9094 if ((N0.getValueSizeInBits() & (EVTBits-1)) != 0) in ReduceLoadWidth()
9217 unsigned EVTBits = EVT.getScalarSizeInBits(); in visitSIGN_EXTEND_INREG() local
9227 if (DAG.ComputeNumSignBits(N0) >= VTBits-EVTBits+1) in visitSIGN_EXTEND_INREG()
9241 if (N00.getScalarValueSizeInBits() <= EVTBits && in visitSIGN_EXTEND_INREG()
9250 N0.getOperand(0).getScalarValueSizeInBits() == EVTBits) { in visitSIGN_EXTEND_INREG()
9260 if (N00.getScalarValueSizeInBits() == EVTBits && in visitSIGN_EXTEND_INREG()
9284 if (ShAmt->getZExtValue()+EVTBits <= VTBits) { in visitSIGN_EXTEND_INREG()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp2205 unsigned EVTBits = EVT.getSizeInBits(); in ExpandIntRes_AssertSext() local
2207 if (NVTBits < EVTBits) { in ExpandIntRes_AssertSext()
2210 EVTBits - NVTBits))); in ExpandIntRes_AssertSext()
2227 unsigned EVTBits = EVT.getSizeInBits(); in ExpandIntRes_AssertZext() local
2229 if (NVTBits < EVTBits) { in ExpandIntRes_AssertZext()
2232 EVTBits - NVTBits))); in ExpandIntRes_AssertZext()
H A DDAGCombiner.cpp8173 unsigned EVTBits = N0->getValueType(0).getScalarSizeInBits(); in tryToFoldExtendOfConstant() local
9361 unsigned EVTBits = ExtVT.getSizeInBits(); in ReduceLoadWidth() local
9363 if ((ShAmt & (EVTBits-1)) == 0) { in ReduceLoadWidth()
9366 if ((N0.getValueSizeInBits() & (EVTBits-1)) != 0) in ReduceLoadWidth()
9507 unsigned EVTBits = EVT.getScalarSizeInBits(); in visitSIGN_EXTEND_INREG() local
9517 if (DAG.ComputeNumSignBits(N0) >= VTBits-EVTBits+1) in visitSIGN_EXTEND_INREG()
9533 if ((N00Bits <= EVTBits || in visitSIGN_EXTEND_INREG()
9534 (N00Bits - DAG.ComputeNumSignBits(N00)) < EVTBits) && in visitSIGN_EXTEND_INREG()
9554 if (N00.getScalarValueSizeInBits() == EVTBits && in visitSIGN_EXTEND_INREG()
9578 if (ShAmt->getZExtValue()+EVTBits <= VTBits) { in visitSIGN_EXTEND_INREG()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp2545 unsigned EVTBits = EVT.getSizeInBits(); in ExpandIntRes_AssertSext() local
2547 if (NVTBits < EVTBits) { in ExpandIntRes_AssertSext()
2550 EVTBits - NVTBits))); in ExpandIntRes_AssertSext()
2567 unsigned EVTBits = EVT.getSizeInBits(); in ExpandIntRes_AssertZext() local
2569 if (NVTBits < EVTBits) { in ExpandIntRes_AssertZext()
2572 EVTBits - NVTBits))); in ExpandIntRes_AssertZext()
H A DDAGCombiner.cpp9136 unsigned EVTBits = N0->getValueType(0).getScalarSizeInBits(); in tryToFoldExtendOfConstant() local
10428 unsigned EVTBits = ExtVT.getSizeInBits(); in ReduceLoadWidth() local
10430 if ((ShAmt & (EVTBits-1)) == 0) { in ReduceLoadWidth()
10433 if ((N0.getValueSizeInBits() & (EVTBits-1)) != 0) in ReduceLoadWidth()
10573 unsigned EVTBits = EVT.getScalarSizeInBits(); in visitSIGN_EXTEND_INREG() local
10583 if (DAG.ComputeNumSignBits(N0) >= VTBits-EVTBits+1) in visitSIGN_EXTEND_INREG()
10599 if ((N00Bits <= EVTBits || in visitSIGN_EXTEND_INREG()
10600 (N00Bits - DAG.ComputeNumSignBits(N00)) < EVTBits) && in visitSIGN_EXTEND_INREG()
10620 if (N00.getScalarValueSizeInBits() == EVTBits && in visitSIGN_EXTEND_INREG()
10644 if (ShAmt->getAPIntValue().ule(VTBits - EVTBits)) { in visitSIGN_EXTEND_INREG()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp2533 unsigned EVTBits = EVT.getSizeInBits(); in ExpandIntRes_AssertSext() local
2535 if (NVTBits < EVTBits) { in ExpandIntRes_AssertSext()
2538 EVTBits - NVTBits))); in ExpandIntRes_AssertSext()
2555 unsigned EVTBits = EVT.getSizeInBits(); in ExpandIntRes_AssertZext() local
2557 if (NVTBits < EVTBits) { in ExpandIntRes_AssertZext()
2560 EVTBits - NVTBits))); in ExpandIntRes_AssertZext()
H A DDAGCombiner.cpp9129 unsigned EVTBits = N0->getValueType(0).getScalarSizeInBits(); in tryToFoldExtendOfConstant() local
10421 unsigned EVTBits = ExtVT.getSizeInBits(); in ReduceLoadWidth() local
10423 if ((ShAmt & (EVTBits-1)) == 0) { in ReduceLoadWidth()
10426 if ((N0.getValueSizeInBits() & (EVTBits-1)) != 0) in ReduceLoadWidth()
10566 unsigned EVTBits = EVT.getScalarSizeInBits(); in visitSIGN_EXTEND_INREG() local
10576 if (DAG.ComputeNumSignBits(N0) >= VTBits-EVTBits+1) in visitSIGN_EXTEND_INREG()
10592 if ((N00Bits <= EVTBits || in visitSIGN_EXTEND_INREG()
10593 (N00Bits - DAG.ComputeNumSignBits(N00)) < EVTBits) && in visitSIGN_EXTEND_INREG()
10613 if (N00.getScalarValueSizeInBits() == EVTBits && in visitSIGN_EXTEND_INREG()
10637 if (ShAmt->getAPIntValue().ule(VTBits - EVTBits)) { in visitSIGN_EXTEND_INREG()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp2545 unsigned EVTBits = EVT.getSizeInBits(); in ExpandIntRes_AssertSext() local
2547 if (NVTBits < EVTBits) { in ExpandIntRes_AssertSext()
2550 EVTBits - NVTBits))); in ExpandIntRes_AssertSext()
2567 unsigned EVTBits = EVT.getSizeInBits(); in ExpandIntRes_AssertZext() local
2569 if (NVTBits < EVTBits) { in ExpandIntRes_AssertZext()
2572 EVTBits - NVTBits))); in ExpandIntRes_AssertZext()
H A DDAGCombiner.cpp9136 unsigned EVTBits = N0->getValueType(0).getScalarSizeInBits(); in tryToFoldExtendOfConstant() local
10428 unsigned EVTBits = ExtVT.getSizeInBits(); in ReduceLoadWidth() local
10430 if ((ShAmt & (EVTBits-1)) == 0) { in ReduceLoadWidth()
10433 if ((N0.getValueSizeInBits() & (EVTBits-1)) != 0) in ReduceLoadWidth()
10573 unsigned EVTBits = EVT.getScalarSizeInBits(); in visitSIGN_EXTEND_INREG() local
10583 if (DAG.ComputeNumSignBits(N0) >= VTBits-EVTBits+1) in visitSIGN_EXTEND_INREG()
10599 if ((N00Bits <= EVTBits || in visitSIGN_EXTEND_INREG()
10600 (N00Bits - DAG.ComputeNumSignBits(N00)) < EVTBits) && in visitSIGN_EXTEND_INREG()
10620 if (N00.getScalarValueSizeInBits() == EVTBits && in visitSIGN_EXTEND_INREG()
10644 if (ShAmt->getAPIntValue().ule(VTBits - EVTBits)) { in visitSIGN_EXTEND_INREG()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp2317 unsigned EVTBits = EVT.getSizeInBits(); in ExpandIntRes_AssertSext() local
2319 if (NVTBits < EVTBits) { in ExpandIntRes_AssertSext()
2322 EVTBits - NVTBits))); in ExpandIntRes_AssertSext()
2339 unsigned EVTBits = EVT.getSizeInBits(); in ExpandIntRes_AssertZext() local
2341 if (NVTBits < EVTBits) { in ExpandIntRes_AssertZext()
2344 EVTBits - NVTBits))); in ExpandIntRes_AssertZext()
H A DDAGCombiner.cpp9065 unsigned EVTBits = N0->getValueType(0).getScalarSizeInBits(); in tryToFoldExtendOfConstant() local
10282 unsigned EVTBits = ExtVT.getSizeInBits(); in ReduceLoadWidth() local
10284 if ((ShAmt & (EVTBits-1)) == 0) { in ReduceLoadWidth()
10287 if ((N0.getValueSizeInBits() & (EVTBits-1)) != 0) in ReduceLoadWidth()
10428 unsigned EVTBits = EVT.getScalarSizeInBits(); in visitSIGN_EXTEND_INREG() local
10438 if (DAG.ComputeNumSignBits(N0) >= VTBits-EVTBits+1) in visitSIGN_EXTEND_INREG()
10454 if ((N00Bits <= EVTBits || in visitSIGN_EXTEND_INREG()
10455 (N00Bits - DAG.ComputeNumSignBits(N00)) < EVTBits) && in visitSIGN_EXTEND_INREG()
10475 if (N00.getScalarValueSizeInBits() == EVTBits && in visitSIGN_EXTEND_INREG()
10499 if (ShAmt->getAPIntValue().ule(VTBits - EVTBits)) { in visitSIGN_EXTEND_INREG()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp2786 unsigned EVTBits = EVT.getSizeInBits(); in ExpandIntRes_AssertSext() local
2788 if (NVTBits < EVTBits) { in ExpandIntRes_AssertSext()
2791 EVTBits - NVTBits))); in ExpandIntRes_AssertSext()
2808 unsigned EVTBits = EVT.getSizeInBits(); in ExpandIntRes_AssertZext() local
2810 if (NVTBits < EVTBits) { in ExpandIntRes_AssertZext()
2813 EVTBits - NVTBits))); in ExpandIntRes_AssertZext()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp2670 unsigned EVTBits = EVT.getSizeInBits(); in ExpandIntRes_AssertSext() local
2672 if (NVTBits < EVTBits) { in ExpandIntRes_AssertSext()
2675 EVTBits - NVTBits))); in ExpandIntRes_AssertSext()
2693 unsigned EVTBits = EVT.getSizeInBits(); in ExpandIntRes_AssertZext() local
2695 if (NVTBits < EVTBits) { in ExpandIntRes_AssertZext()
2698 EVTBits - NVTBits))); in ExpandIntRes_AssertZext()
/dports/devel/llvm11/llvm-11.0.1.src/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp2652 unsigned EVTBits = EVT.getSizeInBits(); in ExpandIntRes_AssertSext() local
2654 if (NVTBits < EVTBits) { in ExpandIntRes_AssertSext()
2657 EVTBits - NVTBits))); in ExpandIntRes_AssertSext()
2674 unsigned EVTBits = EVT.getSizeInBits(); in ExpandIntRes_AssertZext() local
2676 if (NVTBits < EVTBits) { in ExpandIntRes_AssertZext()
2679 EVTBits - NVTBits))); in ExpandIntRes_AssertZext()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp2889 unsigned EVTBits = EVT.getSizeInBits(); in ExpandIntRes_AssertSext() local
2891 if (NVTBits < EVTBits) { in ExpandIntRes_AssertSext()
2894 EVTBits - NVTBits))); in ExpandIntRes_AssertSext()
2911 unsigned EVTBits = EVT.getSizeInBits(); in ExpandIntRes_AssertZext() local
2913 if (NVTBits < EVTBits) { in ExpandIntRes_AssertZext()
2916 EVTBits - NVTBits))); in ExpandIntRes_AssertZext()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp2889 unsigned EVTBits = EVT.getSizeInBits(); in ExpandIntRes_AssertSext() local
2891 if (NVTBits < EVTBits) { in ExpandIntRes_AssertSext()
2894 EVTBits - NVTBits))); in ExpandIntRes_AssertSext()
2911 unsigned EVTBits = EVT.getSizeInBits(); in ExpandIntRes_AssertZext() local
2913 if (NVTBits < EVTBits) { in ExpandIntRes_AssertZext()
2916 EVTBits - NVTBits))); in ExpandIntRes_AssertZext()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp2824 unsigned EVTBits = EVT.getSizeInBits(); in ExpandIntRes_AssertSext() local
2826 if (NVTBits < EVTBits) { in ExpandIntRes_AssertSext()
2829 EVTBits - NVTBits))); in ExpandIntRes_AssertSext()
2846 unsigned EVTBits = EVT.getSizeInBits(); in ExpandIntRes_AssertZext() local
2848 if (NVTBits < EVTBits) { in ExpandIntRes_AssertZext()
2851 EVTBits - NVTBits))); in ExpandIntRes_AssertZext()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp2889 unsigned EVTBits = EVT.getSizeInBits(); in ExpandIntRes_AssertSext() local
2891 if (NVTBits < EVTBits) { in ExpandIntRes_AssertSext()
2894 EVTBits - NVTBits))); in ExpandIntRes_AssertSext()
2911 unsigned EVTBits = EVT.getSizeInBits(); in ExpandIntRes_AssertZext() local
2913 if (NVTBits < EVTBits) { in ExpandIntRes_AssertZext()
2916 EVTBits - NVTBits))); in ExpandIntRes_AssertZext()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp2889 unsigned EVTBits = EVT.getSizeInBits(); in ExpandIntRes_AssertSext() local
2891 if (NVTBits < EVTBits) { in ExpandIntRes_AssertSext()
2894 EVTBits - NVTBits))); in ExpandIntRes_AssertSext()
2911 unsigned EVTBits = EVT.getSizeInBits(); in ExpandIntRes_AssertZext() local
2913 if (NVTBits < EVTBits) { in ExpandIntRes_AssertZext()
2916 EVTBits - NVTBits))); in ExpandIntRes_AssertZext()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp2824 unsigned EVTBits = EVT.getSizeInBits(); in ExpandIntRes_AssertSext() local
2826 if (NVTBits < EVTBits) { in ExpandIntRes_AssertSext()
2829 EVTBits - NVTBits))); in ExpandIntRes_AssertSext()
2846 unsigned EVTBits = EVT.getSizeInBits(); in ExpandIntRes_AssertZext() local
2848 if (NVTBits < EVTBits) { in ExpandIntRes_AssertZext()
2851 EVTBits - NVTBits))); in ExpandIntRes_AssertZext()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp2889 unsigned EVTBits = EVT.getSizeInBits(); in ExpandIntRes_AssertSext() local
2891 if (NVTBits < EVTBits) { in ExpandIntRes_AssertSext()
2894 EVTBits - NVTBits))); in ExpandIntRes_AssertSext()
2911 unsigned EVTBits = EVT.getSizeInBits(); in ExpandIntRes_AssertZext() local
2913 if (NVTBits < EVTBits) { in ExpandIntRes_AssertZext()
2916 EVTBits - NVTBits))); in ExpandIntRes_AssertZext()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp3022 unsigned EVTBits = EVT.getSizeInBits(); in ExpandIntRes_AssertSext() local
3024 if (NVTBits < EVTBits) { in ExpandIntRes_AssertSext()
3027 EVTBits - NVTBits))); in ExpandIntRes_AssertSext()
3044 unsigned EVTBits = EVT.getSizeInBits(); in ExpandIntRes_AssertZext() local
3046 if (NVTBits < EVTBits) { in ExpandIntRes_AssertZext()
3049 EVTBits - NVTBits))); in ExpandIntRes_AssertZext()

123