Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
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()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp16600 SDValue OtherBC = peekThroughBitcasts(Other->getValue()); in getStoreMergeCandidates() local
16609 auto *OtherLd = dyn_cast<LoadSDNode>(OtherBC); in getStoreMergeCandidates()
16632 if (!(isa<ConstantSDNode>(OtherBC) || isa<ConstantFPSDNode>(OtherBC))) in getStoreMergeCandidates()
16639 if (!MemVT.bitsEq(OtherBC.getValueType())) in getStoreMergeCandidates()
16641 if (OtherBC.getOpcode() != ISD::EXTRACT_VECTOR_ELT && in getStoreMergeCandidates()
16642 OtherBC.getOpcode() != ISD::EXTRACT_SUBVECTOR) in getStoreMergeCandidates()