Home
last modified time | relevance | path

Searched refs:InnerPos (Results 1 – 21 of 21) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp585 SDValue InnerPos, SDValue InnerNeg,
589 SDValue InnerPos, SDValue InnerNeg,
6610 SDValue Neg, SDValue InnerPos, in MatchRotatePosNeg() argument
6621 if (matchRotateSub(InnerPos, InnerNeg, VT.getScalarSizeInBits(), DAG)) { in MatchRotatePosNeg()
6637 SDValue Neg, SDValue InnerPos, in MatchFunnelPosNeg() argument
6650 if (matchRotateSub(InnerPos, InnerNeg, EltBits, DAG)) { in MatchFunnelPosNeg()
6671 InnerPos == InnerNeg.getOperand(0) && in MatchFunnelPosNeg()
6679 IsBinOpImm(InnerPos, ISD::XOR, EltBits - 1) && in MatchFunnelPosNeg()
6680 InnerNeg == InnerPos.getOperand(0) && in MatchFunnelPosNeg()
6689 IsBinOpImm(InnerPos, ISD::XOR, EltBits - 1) && in MatchFunnelPosNeg()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp583 SDValue InnerPos, SDValue InnerNeg,
587 SDValue InnerPos, SDValue InnerNeg,
6484 SDValue Neg, SDValue InnerPos, in MatchRotatePosNeg() argument
6495 if (matchRotateSub(InnerPos, InnerNeg, VT.getScalarSizeInBits(), DAG)) { in MatchRotatePosNeg()
6511 SDValue Neg, SDValue InnerPos, in MatchFunnelPosNeg() argument
6524 if (matchRotateSub(InnerPos, InnerNeg, EltBits, DAG)) { in MatchFunnelPosNeg()
6545 InnerPos == InnerNeg.getOperand(0) && in MatchFunnelPosNeg()
6553 IsBinOpImm(InnerPos, ISD::XOR, EltBits - 1) && in MatchFunnelPosNeg()
6554 InnerNeg == InnerPos.getOperand(0) && in MatchFunnelPosNeg()
6563 IsBinOpImm(InnerPos, ISD::XOR, EltBits - 1) && in MatchFunnelPosNeg()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp588 SDValue InnerPos, SDValue InnerNeg,
592 SDValue InnerPos, SDValue InnerNeg,
6833 SDValue Neg, SDValue InnerPos, in MatchRotatePosNeg() argument
6844 if (matchRotateSub(InnerPos, InnerNeg, VT.getScalarSizeInBits(), DAG, in MatchRotatePosNeg()
6861 SDValue Neg, SDValue InnerPos, in MatchFunnelPosNeg() argument
6874 if (matchRotateSub(InnerPos, InnerNeg, EltBits, DAG, /*IsRotate*/ N0 == N1)) { in MatchFunnelPosNeg()
6895 InnerPos == InnerNeg.getOperand(0) && in MatchFunnelPosNeg()
6903 IsBinOpImm(InnerPos, ISD::XOR, EltBits - 1) && in MatchFunnelPosNeg()
6904 InnerNeg == InnerPos.getOperand(0) && in MatchFunnelPosNeg()
6913 IsBinOpImm(InnerPos, ISD::XOR, EltBits - 1) && in MatchFunnelPosNeg()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp586 SDValue InnerPos, SDValue InnerNeg,
590 SDValue InnerPos, SDValue InnerNeg,
6639 SDValue Neg, SDValue InnerPos, in MatchRotatePosNeg() argument
6650 if (matchRotateSub(InnerPos, InnerNeg, VT.getScalarSizeInBits(), DAG, in MatchRotatePosNeg()
6667 SDValue Neg, SDValue InnerPos, in MatchFunnelPosNeg() argument
6680 if (matchRotateSub(InnerPos, InnerNeg, EltBits, DAG, /*IsRotate*/ N0 == N1)) { in MatchFunnelPosNeg()
6701 InnerPos == InnerNeg.getOperand(0) && in MatchFunnelPosNeg()
6709 IsBinOpImm(InnerPos, ISD::XOR, EltBits - 1) && in MatchFunnelPosNeg()
6710 InnerNeg == InnerPos.getOperand(0) && in MatchFunnelPosNeg()
6719 IsBinOpImm(InnerPos, ISD::XOR, EltBits - 1) && in MatchFunnelPosNeg()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp580 SDValue InnerPos, SDValue InnerNeg,
584 SDValue InnerPos, SDValue InnerNeg,
6391 SDValue Neg, SDValue InnerPos, in MatchRotatePosNeg() argument
6402 if (matchRotateSub(InnerPos, InnerNeg, VT.getScalarSizeInBits(), DAG)) { in MatchRotatePosNeg()
6418 SDValue Neg, SDValue InnerPos, in MatchFunnelPosNeg() argument
6431 if (matchRotateSub(InnerPos, InnerNeg, EltBits, DAG)) { in MatchFunnelPosNeg()
6452 InnerPos == InnerNeg.getOperand(0) && in MatchFunnelPosNeg()
6460 IsBinOpImm(InnerPos, ISD::XOR, EltBits - 1) && in MatchFunnelPosNeg()
6461 InnerNeg == InnerPos.getOperand(0) && in MatchFunnelPosNeg()
6470 IsBinOpImm(InnerPos, ISD::XOR, EltBits - 1) && in MatchFunnelPosNeg()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp588 SDValue InnerPos, SDValue InnerNeg,
592 SDValue InnerPos, SDValue InnerNeg,
6833 SDValue Neg, SDValue InnerPos, in MatchRotatePosNeg() argument
6844 if (matchRotateSub(InnerPos, InnerNeg, VT.getScalarSizeInBits(), DAG, in MatchRotatePosNeg()
6861 SDValue Neg, SDValue InnerPos, in MatchFunnelPosNeg() argument
6874 if (matchRotateSub(InnerPos, InnerNeg, EltBits, DAG, /*IsRotate*/ N0 == N1)) { in MatchFunnelPosNeg()
6895 InnerPos == InnerNeg.getOperand(0) && in MatchFunnelPosNeg()
6903 IsBinOpImm(InnerPos, ISD::XOR, EltBits - 1) && in MatchFunnelPosNeg()
6904 InnerNeg == InnerPos.getOperand(0) && in MatchFunnelPosNeg()
6913 IsBinOpImm(InnerPos, ISD::XOR, EltBits - 1) && in MatchFunnelPosNeg()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp588 SDValue InnerPos, SDValue InnerNeg,
592 SDValue InnerPos, SDValue InnerNeg,
6833 SDValue Neg, SDValue InnerPos, in MatchRotatePosNeg() argument
6844 if (matchRotateSub(InnerPos, InnerNeg, VT.getScalarSizeInBits(), DAG, in MatchRotatePosNeg()
6861 SDValue Neg, SDValue InnerPos, in MatchFunnelPosNeg() argument
6874 if (matchRotateSub(InnerPos, InnerNeg, EltBits, DAG, /*IsRotate*/ N0 == N1)) { in MatchFunnelPosNeg()
6895 InnerPos == InnerNeg.getOperand(0) && in MatchFunnelPosNeg()
6903 IsBinOpImm(InnerPos, ISD::XOR, EltBits - 1) && in MatchFunnelPosNeg()
6904 InnerNeg == InnerPos.getOperand(0) && in MatchFunnelPosNeg()
6913 IsBinOpImm(InnerPos, ISD::XOR, EltBits - 1) && in MatchFunnelPosNeg()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp586 SDValue InnerPos, SDValue InnerNeg,
590 SDValue InnerPos, SDValue InnerNeg,
6639 SDValue Neg, SDValue InnerPos, in MatchRotatePosNeg() argument
6650 if (matchRotateSub(InnerPos, InnerNeg, VT.getScalarSizeInBits(), DAG, in MatchRotatePosNeg()
6667 SDValue Neg, SDValue InnerPos, in MatchFunnelPosNeg() argument
6680 if (matchRotateSub(InnerPos, InnerNeg, EltBits, DAG, /*IsRotate*/ N0 == N1)) { in MatchFunnelPosNeg()
6701 InnerPos == InnerNeg.getOperand(0) && in MatchFunnelPosNeg()
6709 IsBinOpImm(InnerPos, ISD::XOR, EltBits - 1) && in MatchFunnelPosNeg()
6710 InnerNeg == InnerPos.getOperand(0) && in MatchFunnelPosNeg()
6719 IsBinOpImm(InnerPos, ISD::XOR, EltBits - 1) && in MatchFunnelPosNeg()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp588 SDValue InnerPos, SDValue InnerNeg,
592 SDValue InnerPos, SDValue InnerNeg,
6833 SDValue Neg, SDValue InnerPos, in MatchRotatePosNeg() argument
6844 if (matchRotateSub(InnerPos, InnerNeg, VT.getScalarSizeInBits(), DAG, in MatchRotatePosNeg()
6861 SDValue Neg, SDValue InnerPos, in MatchFunnelPosNeg() argument
6874 if (matchRotateSub(InnerPos, InnerNeg, EltBits, DAG, /*IsRotate*/ N0 == N1)) { in MatchFunnelPosNeg()
6895 InnerPos == InnerNeg.getOperand(0) && in MatchFunnelPosNeg()
6903 IsBinOpImm(InnerPos, ISD::XOR, EltBits - 1) && in MatchFunnelPosNeg()
6904 InnerNeg == InnerPos.getOperand(0) && in MatchFunnelPosNeg()
6913 IsBinOpImm(InnerPos, ISD::XOR, EltBits - 1) && in MatchFunnelPosNeg()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp588 SDValue InnerPos, SDValue InnerNeg,
592 SDValue InnerPos, SDValue InnerNeg,
6833 SDValue Neg, SDValue InnerPos, in MatchRotatePosNeg() argument
6844 if (matchRotateSub(InnerPos, InnerNeg, VT.getScalarSizeInBits(), DAG, in MatchRotatePosNeg()
6861 SDValue Neg, SDValue InnerPos, in MatchFunnelPosNeg() argument
6874 if (matchRotateSub(InnerPos, InnerNeg, EltBits, DAG, /*IsRotate*/ N0 == N1)) { in MatchFunnelPosNeg()
6895 InnerPos == InnerNeg.getOperand(0) && in MatchFunnelPosNeg()
6903 IsBinOpImm(InnerPos, ISD::XOR, EltBits - 1) && in MatchFunnelPosNeg()
6904 InnerNeg == InnerPos.getOperand(0) && in MatchFunnelPosNeg()
6913 IsBinOpImm(InnerPos, ISD::XOR, EltBits - 1) && in MatchFunnelPosNeg()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp589 SDValue InnerPos, SDValue InnerNeg,
593 SDValue InnerPos, SDValue InnerNeg,
6852 SDValue Neg, SDValue InnerPos, in MatchRotatePosNeg() argument
6863 if (matchRotateSub(InnerPos, InnerNeg, VT.getScalarSizeInBits(), DAG, in MatchRotatePosNeg()
6880 SDValue Neg, SDValue InnerPos, in MatchFunnelPosNeg() argument
6893 if (matchRotateSub(InnerPos, InnerNeg, EltBits, DAG, /*IsRotate*/ N0 == N1)) { in MatchFunnelPosNeg()
6914 InnerPos == InnerNeg.getOperand(0) && in MatchFunnelPosNeg()
6922 IsBinOpImm(InnerPos, ISD::XOR, EltBits - 1) && in MatchFunnelPosNeg()
6923 InnerNeg == InnerPos.getOperand(0) && in MatchFunnelPosNeg()
6932 IsBinOpImm(InnerPos, ISD::XOR, EltBits - 1) && in MatchFunnelPosNeg()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp464 SDValue InnerPos, SDValue InnerNeg,
5576 SDValue Neg, SDValue InnerPos, in MatchRotatePosNeg() argument
5587 if (matchRotateSub(InnerPos, InnerNeg, VT.getScalarSizeInBits(), DAG)) { in MatchRotatePosNeg()
/dports/devel/llvm70/llvm-7.0.1.src/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp447 SDValue InnerPos, SDValue InnerNeg,
5418 SDValue Neg, SDValue InnerPos, in MatchRotatePosNeg() argument
5429 if (matchRotateSub(InnerPos, InnerNeg, VT.getScalarSizeInBits(), DAG)) { in MatchRotatePosNeg()
/dports/devel/llvm10/llvm-10.0.1.src/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp553 SDValue InnerPos, SDValue InnerNeg,
6236 SDValue Neg, SDValue InnerPos, in MatchRotatePosNeg() argument
6247 if (matchRotateSub(InnerPos, InnerNeg, VT.getScalarSizeInBits(), DAG)) { in MatchRotatePosNeg()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp553 SDValue InnerPos, SDValue InnerNeg,
6229 SDValue Neg, SDValue InnerPos, in MatchRotatePosNeg() argument
6240 if (matchRotateSub(InnerPos, InnerNeg, VT.getScalarSizeInBits(), DAG)) { in MatchRotatePosNeg()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp553 SDValue InnerPos, SDValue InnerNeg,
6236 SDValue Neg, SDValue InnerPos, in MatchRotatePosNeg() argument
6247 if (matchRotateSub(InnerPos, InnerNeg, VT.getScalarSizeInBits(), DAG)) { in MatchRotatePosNeg()
/dports/devel/llvm90/llvm-9.0.1.src/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp525 SDValue InnerPos, SDValue InnerNeg,
6141 SDValue Neg, SDValue InnerPos, in MatchRotatePosNeg() argument
6152 if (matchRotateSub(InnerPos, InnerNeg, VT.getScalarSizeInBits(), DAG)) { in MatchRotatePosNeg()
/dports/editors/fpc-ide/fpc-3.2.2/rtl/java/
H A Djdk15.inc17987 InnerPos = class;
17988 Arr1InnerPos = array of InnerPos;
18177 InnerPos = class sealed external 'java.util.regex' name 'Pos'
/dports/lang/fpc-source/fpc-3.2.2/rtl/java/
H A Djdk15.inc17987 InnerPos = class;
17988 Arr1InnerPos = array of InnerPos;
18177 InnerPos = class sealed external 'java.util.regex' name 'Pos'
/dports/lang/fpc/fpc-3.2.2/rtl/java/
H A Djdk15.inc17987 InnerPos = class;
17988 Arr1InnerPos = array of InnerPos;
18177 InnerPos = class sealed external 'java.util.regex' name 'Pos'
/dports/lang/fpc-utils/fpc-3.2.2/rtl/java/
H A Djdk15.inc17987 InnerPos = class;
17988 Arr1InnerPos = array of InnerPos;
18177 InnerPos = class sealed external 'java.util.regex' name 'Pos'