Home
last modified time | relevance | path

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

/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp10222 bool PreferSetCC = in visitSETCC() local
10240 if (PreferSetCC) { in visitSETCC()
10280 SDLoc(N), !PreferSetCC); in visitSETCC()
10287 if (PreferSetCC && Combined.getOpcode() != ISD::SETCC) { in visitSETCC()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp10222 bool PreferSetCC = in visitSETCC() local
10240 if (PreferSetCC) { in visitSETCC()
10280 SDLoc(N), !PreferSetCC); in visitSETCC()
10287 if (PreferSetCC && Combined.getOpcode() != ISD::SETCC) { in visitSETCC()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp10222 bool PreferSetCC = in visitSETCC() local
10240 if (PreferSetCC) { in visitSETCC()
10280 SDLoc(N), !PreferSetCC); in visitSETCC()
10287 if (PreferSetCC && Combined.getOpcode() != ISD::SETCC) { in visitSETCC()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp10222 bool PreferSetCC = in visitSETCC() local
10240 if (PreferSetCC) { in visitSETCC()
10280 SDLoc(N), !PreferSetCC); in visitSETCC()
10287 if (PreferSetCC && Combined.getOpcode() != ISD::SETCC) { in visitSETCC()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp10222 bool PreferSetCC = in visitSETCC() local
10240 if (PreferSetCC) { in visitSETCC()
10280 SDLoc(N), !PreferSetCC); in visitSETCC()
10287 if (PreferSetCC && Combined.getOpcode() != ISD::SETCC) { in visitSETCC()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp10238 bool PreferSetCC = in visitSETCC() local
10256 if (PreferSetCC) { in visitSETCC()
10296 SDLoc(N), !PreferSetCC); in visitSETCC()
10303 if (PreferSetCC && Combined.getOpcode() != ISD::SETCC) { in visitSETCC()
/dports/devel/llvm80/llvm-8.0.1.src/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8101 bool PreferSetCC = in visitSETCC() local
8106 cast<CondCodeSDNode>(N->getOperand(2))->get(), SDLoc(N), !PreferSetCC); in visitSETCC()
8113 if (PreferSetCC && Combined.getOpcode() != ISD::SETCC) { in visitSETCC()
/dports/devel/llvm70/llvm-7.0.1.src/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7860 bool PreferSetCC = in visitSETCC() local
7865 cast<CondCodeSDNode>(N->getOperand(2))->get(), SDLoc(N), !PreferSetCC); in visitSETCC()
7872 if (PreferSetCC && Combined.getOpcode() != ISD::SETCC) { in visitSETCC()
/dports/devel/llvm10/llvm-10.0.1.src/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9037 bool PreferSetCC = in visitSETCC() local
9042 cast<CondCodeSDNode>(N->getOperand(2))->get(), SDLoc(N), !PreferSetCC); in visitSETCC()
9049 if (PreferSetCC && Combined.getOpcode() != ISD::SETCC) { in visitSETCC()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9030 bool PreferSetCC = in visitSETCC() local
9035 cast<CondCodeSDNode>(N->getOperand(2))->get(), SDLoc(N), !PreferSetCC); in visitSETCC()
9042 if (PreferSetCC && Combined.getOpcode() != ISD::SETCC) { in visitSETCC()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9037 bool PreferSetCC = in visitSETCC() local
9042 cast<CondCodeSDNode>(N->getOperand(2))->get(), SDLoc(N), !PreferSetCC); in visitSETCC()
9049 if (PreferSetCC && Combined.getOpcode() != ISD::SETCC) { in visitSETCC()
/dports/devel/llvm90/llvm-9.0.1.src/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8966 bool PreferSetCC = in visitSETCC() local
8971 cast<CondCodeSDNode>(N->getOperand(2))->get(), SDLoc(N), !PreferSetCC); in visitSETCC()
8978 if (PreferSetCC && Combined.getOpcode() != ISD::SETCC) { in visitSETCC()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9706 bool PreferSetCC = in visitSETCC() local
9711 cast<CondCodeSDNode>(N->getOperand(2))->get(), SDLoc(N), !PreferSetCC); in visitSETCC()
9718 if (PreferSetCC && Combined.getOpcode() != ISD::SETCC) { in visitSETCC()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9536 bool PreferSetCC = in visitSETCC() local
9541 cast<CondCodeSDNode>(N->getOperand(2))->get(), SDLoc(N), !PreferSetCC); in visitSETCC()
9548 if (PreferSetCC && Combined.getOpcode() != ISD::SETCC) { in visitSETCC()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9928 bool PreferSetCC = in visitSETCC() local
9933 cast<CondCodeSDNode>(N->getOperand(2))->get(), SDLoc(N), !PreferSetCC); in visitSETCC()
9940 if (PreferSetCC && Combined.getOpcode() != ISD::SETCC) { in visitSETCC()
/dports/devel/llvm11/llvm-11.0.1.src/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9443 bool PreferSetCC = in visitSETCC() local
9448 cast<CondCodeSDNode>(N->getOperand(2))->get(), SDLoc(N), !PreferSetCC); in visitSETCC()
9455 if (PreferSetCC && Combined.getOpcode() != ISD::SETCC) { in visitSETCC()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9928 bool PreferSetCC = in visitSETCC() local
9933 cast<CondCodeSDNode>(N->getOperand(2))->get(), SDLoc(N), !PreferSetCC); in visitSETCC()
9940 if (PreferSetCC && Combined.getOpcode() != ISD::SETCC) { in visitSETCC()