Home
last modified time | relevance | path

Searched refs:OtherBC (Results 1 – 15 of 15) sorted by relevance

/dports/devel/llvm10/llvm-10.0.1.src/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp15569 SDValue OtherBC = peekThroughBitcasts(Other->getValue()); in getStoreMergeCandidates() local
15577 if (LoadSDNode *OtherLd = dyn_cast<LoadSDNode>(OtherBC)) { in getStoreMergeCandidates()
15600 if (!(isa<ConstantSDNode>(OtherBC) || isa<ConstantFPSDNode>(OtherBC))) in getStoreMergeCandidates()
15607 if (!MemVT.bitsEq(OtherBC.getValueType())) in getStoreMergeCandidates()
15609 if (OtherBC.getOpcode() != ISD::EXTRACT_VECTOR_ELT && in getStoreMergeCandidates()
15610 OtherBC.getOpcode() != ISD::EXTRACT_SUBVECTOR) in getStoreMergeCandidates()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp15564 SDValue OtherBC = peekThroughBitcasts(Other->getValue()); in getStoreMergeCandidates() local
15572 if (LoadSDNode *OtherLd = dyn_cast<LoadSDNode>(OtherBC)) { in getStoreMergeCandidates()
15595 if (!(isa<ConstantSDNode>(OtherBC) || isa<ConstantFPSDNode>(OtherBC))) in getStoreMergeCandidates()
15602 if (!MemVT.bitsEq(OtherBC.getValueType())) in getStoreMergeCandidates()
15604 if (OtherBC.getOpcode() != ISD::EXTRACT_VECTOR_ELT && in getStoreMergeCandidates()
15605 OtherBC.getOpcode() != ISD::EXTRACT_SUBVECTOR) in getStoreMergeCandidates()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp15569 SDValue OtherBC = peekThroughBitcasts(Other->getValue()); in getStoreMergeCandidates() local
15577 if (LoadSDNode *OtherLd = dyn_cast<LoadSDNode>(OtherBC)) { in getStoreMergeCandidates()
15600 if (!(isa<ConstantSDNode>(OtherBC) || isa<ConstantFPSDNode>(OtherBC))) in getStoreMergeCandidates()
15607 if (!MemVT.bitsEq(OtherBC.getValueType())) in getStoreMergeCandidates()
15609 if (OtherBC.getOpcode() != ISD::EXTRACT_VECTOR_ELT && in getStoreMergeCandidates()
15610 OtherBC.getOpcode() != ISD::EXTRACT_SUBVECTOR) in getStoreMergeCandidates()
/dports/devel/llvm90/llvm-9.0.1.src/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp15382 SDValue OtherBC = peekThroughBitcasts(Other->getValue()); in getStoreMergeCandidates() local
15390 if (LoadSDNode *OtherLd = dyn_cast<LoadSDNode>(OtherBC)) { in getStoreMergeCandidates()
15411 if (!(isa<ConstantSDNode>(OtherBC) || isa<ConstantFPSDNode>(OtherBC))) in getStoreMergeCandidates()
15418 if (!MemVT.bitsEq(OtherBC.getValueType())) in getStoreMergeCandidates()
15420 if (OtherBC.getOpcode() != ISD::EXTRACT_VECTOR_ELT && in getStoreMergeCandidates()
15421 OtherBC.getOpcode() != ISD::EXTRACT_SUBVECTOR) in getStoreMergeCandidates()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp16347 SDValue OtherBC = peekThroughBitcasts(Other->getValue()); in getStoreMergeCandidates() local
16356 auto *OtherLd = dyn_cast<LoadSDNode>(OtherBC); in getStoreMergeCandidates()
16379 if (!(isa<ConstantSDNode>(OtherBC) || isa<ConstantFPSDNode>(OtherBC))) in getStoreMergeCandidates()
16386 if (!MemVT.bitsEq(OtherBC.getValueType())) in getStoreMergeCandidates()
16388 if (OtherBC.getOpcode() != ISD::EXTRACT_VECTOR_ELT && in getStoreMergeCandidates()
16389 OtherBC.getOpcode() != ISD::EXTRACT_SUBVECTOR) in getStoreMergeCandidates()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp16205 SDValue OtherBC = peekThroughBitcasts(Other->getValue()); in getStoreMergeCandidates() local
16213 if (LoadSDNode *OtherLd = dyn_cast<LoadSDNode>(OtherBC)) { in getStoreMergeCandidates()
16236 if (!(isa<ConstantSDNode>(OtherBC) || isa<ConstantFPSDNode>(OtherBC))) in getStoreMergeCandidates()
16243 if (!MemVT.bitsEq(OtherBC.getValueType())) in getStoreMergeCandidates()
16245 if (OtherBC.getOpcode() != ISD::EXTRACT_VECTOR_ELT && in getStoreMergeCandidates()
16246 OtherBC.getOpcode() != ISD::EXTRACT_SUBVECTOR) in getStoreMergeCandidates()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp16617 SDValue OtherBC = peekThroughBitcasts(Other->getValue()); in getStoreMergeCandidates() local
16626 auto *OtherLd = dyn_cast<LoadSDNode>(OtherBC); in getStoreMergeCandidates()
16649 if (!(isa<ConstantSDNode>(OtherBC) || isa<ConstantFPSDNode>(OtherBC))) in getStoreMergeCandidates()
16656 if (!MemVT.bitsEq(OtherBC.getValueType())) in getStoreMergeCandidates()
16658 if (OtherBC.getOpcode() != ISD::EXTRACT_VECTOR_ELT && in getStoreMergeCandidates()
16659 OtherBC.getOpcode() != ISD::EXTRACT_SUBVECTOR) in getStoreMergeCandidates()
/dports/devel/llvm11/llvm-11.0.1.src/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp16110 SDValue OtherBC = peekThroughBitcasts(Other->getValue()); in getStoreMergeCandidates() local
16118 if (LoadSDNode *OtherLd = dyn_cast<LoadSDNode>(OtherBC)) { in getStoreMergeCandidates()
16141 if (!(isa<ConstantSDNode>(OtherBC) || isa<ConstantFPSDNode>(OtherBC))) in getStoreMergeCandidates()
16148 if (!MemVT.bitsEq(OtherBC.getValueType())) in getStoreMergeCandidates()
16150 if (OtherBC.getOpcode() != ISD::EXTRACT_VECTOR_ELT && in getStoreMergeCandidates()
16151 OtherBC.getOpcode() != ISD::EXTRACT_SUBVECTOR) in getStoreMergeCandidates()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp16617 SDValue OtherBC = peekThroughBitcasts(Other->getValue()); in getStoreMergeCandidates() local
16626 auto *OtherLd = dyn_cast<LoadSDNode>(OtherBC); in getStoreMergeCandidates()
16649 if (!(isa<ConstantSDNode>(OtherBC) || isa<ConstantFPSDNode>(OtherBC))) in getStoreMergeCandidates()
16656 if (!MemVT.bitsEq(OtherBC.getValueType())) in getStoreMergeCandidates()
16658 if (OtherBC.getOpcode() != ISD::EXTRACT_VECTOR_ELT && in getStoreMergeCandidates()
16659 OtherBC.getOpcode() != ISD::EXTRACT_SUBVECTOR) in getStoreMergeCandidates()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp17118 SDValue OtherBC = peekThroughBitcasts(Other->getValue()); in getStoreMergeCandidates() local
17127 auto *OtherLd = dyn_cast<LoadSDNode>(OtherBC); in getStoreMergeCandidates()
17150 if (!isIntOrFPConstant(OtherBC)) in getStoreMergeCandidates()
17157 if (!MemVT.bitsEq(OtherBC.getValueType())) in getStoreMergeCandidates()
17159 if (OtherBC.getOpcode() != ISD::EXTRACT_VECTOR_ELT && in getStoreMergeCandidates()
17160 OtherBC.getOpcode() != ISD::EXTRACT_SUBVECTOR) in getStoreMergeCandidates()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp17118 SDValue OtherBC = peekThroughBitcasts(Other->getValue()); in getStoreMergeCandidates() local
17127 auto *OtherLd = dyn_cast<LoadSDNode>(OtherBC); in getStoreMergeCandidates()
17150 if (!isIntOrFPConstant(OtherBC)) in getStoreMergeCandidates()
17157 if (!MemVT.bitsEq(OtherBC.getValueType())) in getStoreMergeCandidates()
17159 if (OtherBC.getOpcode() != ISD::EXTRACT_VECTOR_ELT && in getStoreMergeCandidates()
17160 OtherBC.getOpcode() != ISD::EXTRACT_SUBVECTOR) in getStoreMergeCandidates()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp17118 SDValue OtherBC = peekThroughBitcasts(Other->getValue()); in getStoreMergeCandidates() local
17127 auto *OtherLd = dyn_cast<LoadSDNode>(OtherBC); in getStoreMergeCandidates()
17150 if (!isIntOrFPConstant(OtherBC)) in getStoreMergeCandidates()
17157 if (!MemVT.bitsEq(OtherBC.getValueType())) in getStoreMergeCandidates()
17159 if (OtherBC.getOpcode() != ISD::EXTRACT_VECTOR_ELT && in getStoreMergeCandidates()
17160 OtherBC.getOpcode() != ISD::EXTRACT_SUBVECTOR) in getStoreMergeCandidates()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp17118 SDValue OtherBC = peekThroughBitcasts(Other->getValue()); in getStoreMergeCandidates() local
17127 auto *OtherLd = dyn_cast<LoadSDNode>(OtherBC); in getStoreMergeCandidates()
17150 if (!isIntOrFPConstant(OtherBC)) in getStoreMergeCandidates()
17157 if (!MemVT.bitsEq(OtherBC.getValueType())) in getStoreMergeCandidates()
17159 if (OtherBC.getOpcode() != ISD::EXTRACT_VECTOR_ELT && in getStoreMergeCandidates()
17160 OtherBC.getOpcode() != ISD::EXTRACT_SUBVECTOR) in getStoreMergeCandidates()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp17118 SDValue OtherBC = peekThroughBitcasts(Other->getValue()); in getStoreMergeCandidates() local
17127 auto *OtherLd = dyn_cast<LoadSDNode>(OtherBC); in getStoreMergeCandidates()
17150 if (!isIntOrFPConstant(OtherBC)) in getStoreMergeCandidates()
17157 if (!MemVT.bitsEq(OtherBC.getValueType())) in getStoreMergeCandidates()
17159 if (OtherBC.getOpcode() != ISD::EXTRACT_VECTOR_ELT && in getStoreMergeCandidates()
17160 OtherBC.getOpcode() != ISD::EXTRACT_SUBVECTOR) in getStoreMergeCandidates()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp17178 SDValue OtherBC = peekThroughBitcasts(Other->getValue()); in getStoreMergeCandidates() local
17187 auto *OtherLd = dyn_cast<LoadSDNode>(OtherBC); in getStoreMergeCandidates()
17210 if (!isIntOrFPConstant(OtherBC)) in getStoreMergeCandidates()
17217 if (!MemVT.bitsEq(OtherBC.getValueType())) in getStoreMergeCandidates()
17219 if (OtherBC.getOpcode() != ISD::EXTRACT_VECTOR_ELT && in getStoreMergeCandidates()
17220 OtherBC.getOpcode() != ISD::EXTRACT_SUBVECTOR) in getStoreMergeCandidates()