Home
last modified time | relevance | path

Searched refs:SVN1 (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp2795 ShuffleVectorSDNode *SVN1 = cast<ShuffleVectorSDNode>(N1); in SimplifyBinOpWithSameOpcodeHands() local
2804 if (SVN0->hasOneUse() && SVN1->hasOneUse() && in SimplifyBinOpWithSameOpcodeHands()
2805 SVN0->getMask().equals(SVN1->getMask())) { in SimplifyBinOpWithSameOpcodeHands()
13959 ShuffleVectorSDNode *SVN1 = cast<ShuffleVectorSDNode>(RHS); in SimplifyVBinOp() local
13961 if (SVN0->getMask().equals(SVN1->getMask())) { in SimplifyVBinOp()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp3761 ShuffleVectorSDNode *SVN1 = cast<ShuffleVectorSDNode>(N1); in SimplifyBinOpWithSameOpcodeHands() local
3770 if (SVN0->hasOneUse() && SVN1->hasOneUse() && in SimplifyBinOpWithSameOpcodeHands()
3771 SVN0->getMask().equals(SVN1->getMask())) { in SimplifyBinOpWithSameOpcodeHands()
17554 ShuffleVectorSDNode *SVN1 = cast<ShuffleVectorSDNode>(RHS); in SimplifyVBinOp() local
17556 if (SVN0->getMask().equals(SVN1->getMask())) { in SimplifyVBinOp()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp23252 ShuffleVectorSDNode *SVN1 = dyn_cast<ShuffleVectorSDNode>(RHS); in IsSplatValue() local
23253 if (BV0 && SVN1 && BV0->getSplatValue(&UndefElts) && SVN1->isSplat()) { in IsSplatValue()
23254 unsigned SplatIdx = (unsigned)SVN1->getSplatIndex(); in IsSplatValue()