Home
last modified time | relevance | path

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

/dports/devel/llvm80/llvm-8.0.1.src/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp4946 static bool isBSwapHWordElement(SDValue N, MutableArrayRef<SDNode *> Parts) { in isBSwapHWordElement() function
5058 if (!isBSwapHWordElement(N00, Parts)) in MatchBSwapHWord()
5061 if (!isBSwapHWordElement(N01, Parts)) in MatchBSwapHWord()
5064 if (!isBSwapHWordElement(N10, Parts)) in MatchBSwapHWord()
5067 if (!isBSwapHWordElement(N11, Parts)) in MatchBSwapHWord()
5071 if (!isBSwapHWordElement(N1, Parts)) in MatchBSwapHWord()
5073 if (!isBSwapHWordElement(N01, Parts)) in MatchBSwapHWord()
5078 if (!isBSwapHWordElement(N000, Parts)) in MatchBSwapHWord()
5081 if (!isBSwapHWordElement(N001, Parts)) in MatchBSwapHWord()
/dports/devel/llvm70/llvm-7.0.1.src/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp4786 static bool isBSwapHWordElement(SDValue N, MutableArrayRef<SDNode *> Parts) { in isBSwapHWordElement() function
4898 if (!isBSwapHWordElement(N00, Parts)) in MatchBSwapHWord()
4901 if (!isBSwapHWordElement(N01, Parts)) in MatchBSwapHWord()
4904 if (!isBSwapHWordElement(N10, Parts)) in MatchBSwapHWord()
4907 if (!isBSwapHWordElement(N11, Parts)) in MatchBSwapHWord()
4911 if (!isBSwapHWordElement(N1, Parts)) in MatchBSwapHWord()
4913 if (!isBSwapHWordElement(N01, Parts)) in MatchBSwapHWord()
4918 if (!isBSwapHWordElement(N000, Parts)) in MatchBSwapHWord()
4921 if (!isBSwapHWordElement(N001, Parts)) in MatchBSwapHWord()
/dports/devel/llvm90/llvm-9.0.1.src/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp5483 static bool isBSwapHWordElement(SDValue N, MutableArrayRef<SDNode *> Parts) { in isBSwapHWordElement() function
5595 if (!isBSwapHWordElement(N00, Parts)) in MatchBSwapHWord()
5598 if (!isBSwapHWordElement(N01, Parts)) in MatchBSwapHWord()
5601 if (!isBSwapHWordElement(N10, Parts)) in MatchBSwapHWord()
5604 if (!isBSwapHWordElement(N11, Parts)) in MatchBSwapHWord()
5608 if (!isBSwapHWordElement(N1, Parts)) in MatchBSwapHWord()
5610 if (!isBSwapHWordElement(N01, Parts)) in MatchBSwapHWord()
5615 if (!isBSwapHWordElement(N000, Parts)) in MatchBSwapHWord()
5618 if (!isBSwapHWordElement(N001, Parts)) in MatchBSwapHWord()
/dports/devel/llvm10/llvm-10.0.1.src/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp5563 static bool isBSwapHWordElement(SDValue N, MutableArrayRef<SDNode *> Parts) { in isBSwapHWordElement() function
5650 return isBSwapHWordElement(N.getOperand(0), Parts) && in isBSwapHWordPair()
5651 isBSwapHWordElement(N.getOperand(1), Parts); in isBSwapHWordPair()
5692 if (!isBSwapHWordElement(N1, Parts)) in MatchBSwapHWord()
5696 if (!(isBSwapHWordElement(N01, Parts) && isBSwapHWordPair(N00, Parts)) && in MatchBSwapHWord()
5697 !(isBSwapHWordElement(N00, Parts) && isBSwapHWordPair(N01, Parts))) in MatchBSwapHWord()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp5556 static bool isBSwapHWordElement(SDValue N, MutableArrayRef<SDNode *> Parts) { in isBSwapHWordElement() function
5643 return isBSwapHWordElement(N.getOperand(0), Parts) && in isBSwapHWordPair()
5644 isBSwapHWordElement(N.getOperand(1), Parts); in isBSwapHWordPair()
5685 if (!isBSwapHWordElement(N1, Parts)) in MatchBSwapHWord()
5689 if (!(isBSwapHWordElement(N01, Parts) && isBSwapHWordPair(N00, Parts)) && in MatchBSwapHWord()
5690 !(isBSwapHWordElement(N00, Parts) && isBSwapHWordPair(N01, Parts))) in MatchBSwapHWord()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp5563 static bool isBSwapHWordElement(SDValue N, MutableArrayRef<SDNode *> Parts) { in isBSwapHWordElement() function
5650 return isBSwapHWordElement(N.getOperand(0), Parts) && in isBSwapHWordPair()
5651 isBSwapHWordElement(N.getOperand(1), Parts); in isBSwapHWordPair()
5692 if (!isBSwapHWordElement(N1, Parts)) in MatchBSwapHWord()
5696 if (!(isBSwapHWordElement(N01, Parts) && isBSwapHWordPair(N00, Parts)) && in MatchBSwapHWord()
5697 !(isBSwapHWordElement(N00, Parts) && isBSwapHWordPair(N01, Parts))) in MatchBSwapHWord()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp5878 static bool isBSwapHWordElement(SDValue N, MutableArrayRef<SDNode *> Parts) { in isBSwapHWordElement() function
5965 return isBSwapHWordElement(N.getOperand(0), Parts) && in isBSwapHWordPair()
5966 isBSwapHWordElement(N.getOperand(1), Parts); in isBSwapHWordPair()
6059 if (!isBSwapHWordElement(N1, Parts)) in MatchBSwapHWord()
6063 if (!(isBSwapHWordElement(N01, Parts) && isBSwapHWordPair(N00, Parts)) && in MatchBSwapHWord()
6064 !(isBSwapHWordElement(N00, Parts) && isBSwapHWordPair(N01, Parts))) in MatchBSwapHWord()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp5752 static bool isBSwapHWordElement(SDValue N, MutableArrayRef<SDNode *> Parts) { in isBSwapHWordElement() function
5839 return isBSwapHWordElement(N.getOperand(0), Parts) && in isBSwapHWordPair()
5840 isBSwapHWordElement(N.getOperand(1), Parts); in isBSwapHWordPair()
5933 if (!isBSwapHWordElement(N1, Parts)) in MatchBSwapHWord()
5937 if (!(isBSwapHWordElement(N01, Parts) && isBSwapHWordPair(N00, Parts)) && in MatchBSwapHWord()
5938 !(isBSwapHWordElement(N00, Parts) && isBSwapHWordPair(N01, Parts))) in MatchBSwapHWord()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6095 static bool isBSwapHWordElement(SDValue N, MutableArrayRef<SDNode *> Parts) { in isBSwapHWordElement() function
6182 return isBSwapHWordElement(N.getOperand(0), Parts) && in isBSwapHWordPair()
6183 isBSwapHWordElement(N.getOperand(1), Parts); in isBSwapHWordPair()
6276 if (!isBSwapHWordElement(N1, Parts)) in MatchBSwapHWord()
6280 if (!(isBSwapHWordElement(N01, Parts) && isBSwapHWordPair(N00, Parts)) && in MatchBSwapHWord()
6281 !(isBSwapHWordElement(N00, Parts) && isBSwapHWordPair(N01, Parts))) in MatchBSwapHWord()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp5901 static bool isBSwapHWordElement(SDValue N, MutableArrayRef<SDNode *> Parts) { in isBSwapHWordElement() function
5988 return isBSwapHWordElement(N.getOperand(0), Parts) && in isBSwapHWordPair()
5989 isBSwapHWordElement(N.getOperand(1), Parts); in isBSwapHWordPair()
6082 if (!isBSwapHWordElement(N1, Parts)) in MatchBSwapHWord()
6086 if (!(isBSwapHWordElement(N01, Parts) && isBSwapHWordPair(N00, Parts)) && in MatchBSwapHWord()
6087 !(isBSwapHWordElement(N00, Parts) && isBSwapHWordPair(N01, Parts))) in MatchBSwapHWord()
/dports/devel/llvm11/llvm-11.0.1.src/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp5659 static bool isBSwapHWordElement(SDValue N, MutableArrayRef<SDNode *> Parts) { in isBSwapHWordElement() function
5746 return isBSwapHWordElement(N.getOperand(0), Parts) && in isBSwapHWordPair()
5747 isBSwapHWordElement(N.getOperand(1), Parts); in isBSwapHWordPair()
5840 if (!isBSwapHWordElement(N1, Parts)) in MatchBSwapHWord()
5844 if (!(isBSwapHWordElement(N01, Parts) && isBSwapHWordPair(N00, Parts)) && in MatchBSwapHWord()
5845 !(isBSwapHWordElement(N00, Parts) && isBSwapHWordPair(N01, Parts))) in MatchBSwapHWord()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6095 static bool isBSwapHWordElement(SDValue N, MutableArrayRef<SDNode *> Parts) { in isBSwapHWordElement() function
6182 return isBSwapHWordElement(N.getOperand(0), Parts) && in isBSwapHWordPair()
6183 isBSwapHWordElement(N.getOperand(1), Parts); in isBSwapHWordPair()
6276 if (!isBSwapHWordElement(N1, Parts)) in MatchBSwapHWord()
6280 if (!(isBSwapHWordElement(N01, Parts) && isBSwapHWordPair(N00, Parts)) && in MatchBSwapHWord()
6281 !(isBSwapHWordElement(N00, Parts) && isBSwapHWordPair(N01, Parts))) in MatchBSwapHWord()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6095 static bool isBSwapHWordElement(SDValue N, MutableArrayRef<SDNode *> Parts) { in isBSwapHWordElement() function
6182 return isBSwapHWordElement(N.getOperand(0), Parts) && in isBSwapHWordPair()
6183 isBSwapHWordElement(N.getOperand(1), Parts); in isBSwapHWordPair()
6276 if (!isBSwapHWordElement(N1, Parts)) in MatchBSwapHWord()
6280 if (!(isBSwapHWordElement(N01, Parts) && isBSwapHWordPair(N00, Parts)) && in MatchBSwapHWord()
6281 !(isBSwapHWordElement(N00, Parts) && isBSwapHWordPair(N01, Parts))) in MatchBSwapHWord()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp5901 static bool isBSwapHWordElement(SDValue N, MutableArrayRef<SDNode *> Parts) { in isBSwapHWordElement() function
5988 return isBSwapHWordElement(N.getOperand(0), Parts) && in isBSwapHWordPair()
5989 isBSwapHWordElement(N.getOperand(1), Parts); in isBSwapHWordPair()
6082 if (!isBSwapHWordElement(N1, Parts)) in MatchBSwapHWord()
6086 if (!(isBSwapHWordElement(N01, Parts) && isBSwapHWordPair(N00, Parts)) && in MatchBSwapHWord()
6087 !(isBSwapHWordElement(N00, Parts) && isBSwapHWordPair(N01, Parts))) in MatchBSwapHWord()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6095 static bool isBSwapHWordElement(SDValue N, MutableArrayRef<SDNode *> Parts) { in isBSwapHWordElement() function
6182 return isBSwapHWordElement(N.getOperand(0), Parts) && in isBSwapHWordPair()
6183 isBSwapHWordElement(N.getOperand(1), Parts); in isBSwapHWordPair()
6276 if (!isBSwapHWordElement(N1, Parts)) in MatchBSwapHWord()
6280 if (!(isBSwapHWordElement(N01, Parts) && isBSwapHWordPair(N00, Parts)) && in MatchBSwapHWord()
6281 !(isBSwapHWordElement(N00, Parts) && isBSwapHWordPair(N01, Parts))) in MatchBSwapHWord()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6095 static bool isBSwapHWordElement(SDValue N, MutableArrayRef<SDNode *> Parts) { in isBSwapHWordElement() function
6182 return isBSwapHWordElement(N.getOperand(0), Parts) && in isBSwapHWordPair()
6183 isBSwapHWordElement(N.getOperand(1), Parts); in isBSwapHWordPair()
6276 if (!isBSwapHWordElement(N1, Parts)) in MatchBSwapHWord()
6280 if (!(isBSwapHWordElement(N01, Parts) && isBSwapHWordPair(N00, Parts)) && in MatchBSwapHWord()
6281 !(isBSwapHWordElement(N00, Parts) && isBSwapHWordPair(N01, Parts))) in MatchBSwapHWord()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6114 static bool isBSwapHWordElement(SDValue N, MutableArrayRef<SDNode *> Parts) { in isBSwapHWordElement() function
6201 return isBSwapHWordElement(N.getOperand(0), Parts) && in isBSwapHWordPair()
6202 isBSwapHWordElement(N.getOperand(1), Parts); in isBSwapHWordPair()
6295 if (!isBSwapHWordElement(N1, Parts)) in MatchBSwapHWord()
6299 if (!(isBSwapHWordElement(N01, Parts) && isBSwapHWordPair(N00, Parts)) && in MatchBSwapHWord()
6300 !(isBSwapHWordElement(N00, Parts) && isBSwapHWordPair(N01, Parts))) in MatchBSwapHWord()