Home
last modified time | relevance | path

Searched refs:LHSShuffle (Results 1 – 19 of 19) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/Optimizer/IGCInstCombiner/4.0/
H A DInstCombineVectorOps.cpp1319 ShuffleVectorInst* LHSShuffle = dyn_cast<ShuffleVectorInst>(LHS); in visitShuffleVectorInst() local
1321 if (LHSShuffle) in visitShuffleVectorInst()
1322 if (!isa<UndefValue>(LHSShuffle->getOperand(1)) && !isa<UndefValue>(RHS)) in visitShuffleVectorInst()
1323 LHSShuffle = nullptr; in visitShuffleVectorInst()
1327 if (!LHSShuffle && !RHSShuffle) in visitShuffleVectorInst()
1335 if (LHSShuffle) { in visitShuffleVectorInst()
1336 LHSOp0 = LHSShuffle->getOperand(0); in visitShuffleVectorInst()
1337 LHSOp1 = LHSShuffle->getOperand(1); in visitShuffleVectorInst()
1346 if (LHSShuffle) { in visitShuffleVectorInst()
1373 LHSMask = LHSShuffle->getShuffleMask(); in visitShuffleVectorInst()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/Optimizer/IGCInstCombiner/7.0/
H A DInstCombineVectorOps.cpp1579 ShuffleVectorInst* LHSShuffle = dyn_cast<ShuffleVectorInst>(LHS); in visitShuffleVectorInst() local
1581 if (LHSShuffle) in visitShuffleVectorInst()
1582 if (!isa<UndefValue>(LHSShuffle->getOperand(1)) && !isa<UndefValue>(RHS)) in visitShuffleVectorInst()
1583 LHSShuffle = nullptr; in visitShuffleVectorInst()
1587 if (!LHSShuffle && !RHSShuffle) in visitShuffleVectorInst()
1595 if (LHSShuffle) { in visitShuffleVectorInst()
1596 LHSOp0 = LHSShuffle->getOperand(0); in visitShuffleVectorInst()
1597 LHSOp1 = LHSShuffle->getOperand(1); in visitShuffleVectorInst()
1606 if (LHSShuffle) { in visitShuffleVectorInst()
1633 LHSMask = LHSShuffle->getShuffleMask(); in visitShuffleVectorInst()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp1561 ShuffleVectorInst* LHSShuffle = dyn_cast<ShuffleVectorInst>(LHS); in visitShuffleVectorInst() local
1563 if (LHSShuffle) in visitShuffleVectorInst()
1564 if (!isa<UndefValue>(LHSShuffle->getOperand(1)) && !isa<UndefValue>(RHS)) in visitShuffleVectorInst()
1565 LHSShuffle = nullptr; in visitShuffleVectorInst()
1569 if (!LHSShuffle && !RHSShuffle) in visitShuffleVectorInst()
1577 if (LHSShuffle) { in visitShuffleVectorInst()
1578 LHSOp0 = LHSShuffle->getOperand(0); in visitShuffleVectorInst()
1579 LHSOp1 = LHSShuffle->getOperand(1); in visitShuffleVectorInst()
1588 if (LHSShuffle) { in visitShuffleVectorInst()
1615 LHSMask = LHSShuffle->getShuffleMask(); in visitShuffleVectorInst()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp1801 ShuffleVectorInst* LHSShuffle = dyn_cast<ShuffleVectorInst>(LHS); in visitShuffleVectorInst() local
1803 if (LHSShuffle) in visitShuffleVectorInst()
1804 if (!isa<UndefValue>(LHSShuffle->getOperand(1)) && !isa<UndefValue>(RHS)) in visitShuffleVectorInst()
1805 LHSShuffle = nullptr; in visitShuffleVectorInst()
1809 if (!LHSShuffle && !RHSShuffle) in visitShuffleVectorInst()
1817 if (LHSShuffle) { in visitShuffleVectorInst()
1818 LHSOp0 = LHSShuffle->getOperand(0); in visitShuffleVectorInst()
1819 LHSOp1 = LHSShuffle->getOperand(1); in visitShuffleVectorInst()
1828 if (LHSShuffle) { in visitShuffleVectorInst()
1855 LHSMask = LHSShuffle->getShuffleMask(); in visitShuffleVectorInst()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp1964 ShuffleVectorInst* LHSShuffle = dyn_cast<ShuffleVectorInst>(LHS); in visitShuffleVectorInst() local
1966 if (LHSShuffle) in visitShuffleVectorInst()
1967 if (!isa<UndefValue>(LHSShuffle->getOperand(1)) && !isa<UndefValue>(RHS)) in visitShuffleVectorInst()
1968 LHSShuffle = nullptr; in visitShuffleVectorInst()
1972 if (!LHSShuffle && !RHSShuffle) in visitShuffleVectorInst()
1980 if (LHSShuffle) { in visitShuffleVectorInst()
1981 LHSOp0 = LHSShuffle->getOperand(0); in visitShuffleVectorInst()
1982 LHSOp1 = LHSShuffle->getOperand(1); in visitShuffleVectorInst()
1991 if (LHSShuffle) { in visitShuffleVectorInst()
2018 LHSMask = LHSShuffle->getShuffleMask(); in visitShuffleVectorInst()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp2208 ShuffleVectorInst* LHSShuffle = dyn_cast<ShuffleVectorInst>(LHS); in visitShuffleVectorInst() local
2210 if (LHSShuffle) in visitShuffleVectorInst()
2211 if (!isa<UndefValue>(LHSShuffle->getOperand(1)) && !isa<UndefValue>(RHS)) in visitShuffleVectorInst()
2212 LHSShuffle = nullptr; in visitShuffleVectorInst()
2216 if (!LHSShuffle && !RHSShuffle) in visitShuffleVectorInst()
2224 if (LHSShuffle) { in visitShuffleVectorInst()
2225 LHSOp0 = LHSShuffle->getOperand(0); in visitShuffleVectorInst()
2226 LHSOp1 = LHSShuffle->getOperand(1); in visitShuffleVectorInst()
2235 if (LHSShuffle) { in visitShuffleVectorInst()
2262 LHSMask = LHSShuffle->getShuffleMask(); in visitShuffleVectorInst()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp2101 ShuffleVectorInst* LHSShuffle = dyn_cast<ShuffleVectorInst>(LHS); in visitShuffleVectorInst() local
2103 if (LHSShuffle) in visitShuffleVectorInst()
2104 if (!isa<UndefValue>(LHSShuffle->getOperand(1)) && !isa<UndefValue>(RHS)) in visitShuffleVectorInst()
2105 LHSShuffle = nullptr; in visitShuffleVectorInst()
2109 if (!LHSShuffle && !RHSShuffle) in visitShuffleVectorInst()
2117 if (LHSShuffle) { in visitShuffleVectorInst()
2118 LHSOp0 = LHSShuffle->getOperand(0); in visitShuffleVectorInst()
2119 LHSOp1 = LHSShuffle->getOperand(1); in visitShuffleVectorInst()
2128 if (LHSShuffle) { in visitShuffleVectorInst()
2155 LHSMask = LHSShuffle->getShuffleMask(); in visitShuffleVectorInst()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp2512 ShuffleVectorInst* LHSShuffle = dyn_cast<ShuffleVectorInst>(LHS); in visitShuffleVectorInst() local
2514 if (LHSShuffle) in visitShuffleVectorInst()
2515 if (!isa<UndefValue>(LHSShuffle->getOperand(1)) && !isa<UndefValue>(RHS)) in visitShuffleVectorInst()
2516 LHSShuffle = nullptr; in visitShuffleVectorInst()
2520 if (!LHSShuffle && !RHSShuffle) in visitShuffleVectorInst()
2528 if (LHSShuffle) { in visitShuffleVectorInst()
2529 LHSOp0 = LHSShuffle->getOperand(0); in visitShuffleVectorInst()
2530 LHSOp1 = LHSShuffle->getOperand(1); in visitShuffleVectorInst()
2539 if (LHSShuffle) { in visitShuffleVectorInst()
2566 LHSMask = LHSShuffle->getShuffleMask(); in visitShuffleVectorInst()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp2208 ShuffleVectorInst* LHSShuffle = dyn_cast<ShuffleVectorInst>(LHS); in visitShuffleVectorInst() local
2210 if (LHSShuffle) in visitShuffleVectorInst()
2211 if (!isa<UndefValue>(LHSShuffle->getOperand(1)) && !isa<UndefValue>(RHS)) in visitShuffleVectorInst()
2212 LHSShuffle = nullptr; in visitShuffleVectorInst()
2216 if (!LHSShuffle && !RHSShuffle) in visitShuffleVectorInst()
2224 if (LHSShuffle) { in visitShuffleVectorInst()
2225 LHSOp0 = LHSShuffle->getOperand(0); in visitShuffleVectorInst()
2226 LHSOp1 = LHSShuffle->getOperand(1); in visitShuffleVectorInst()
2235 if (LHSShuffle) { in visitShuffleVectorInst()
2262 LHSMask = LHSShuffle->getShuffleMask(); in visitShuffleVectorInst()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp2101 ShuffleVectorInst* LHSShuffle = dyn_cast<ShuffleVectorInst>(LHS); in visitShuffleVectorInst() local
2103 if (LHSShuffle) in visitShuffleVectorInst()
2104 if (!isa<UndefValue>(LHSShuffle->getOperand(1)) && !isa<UndefValue>(RHS)) in visitShuffleVectorInst()
2105 LHSShuffle = nullptr; in visitShuffleVectorInst()
2109 if (!LHSShuffle && !RHSShuffle) in visitShuffleVectorInst()
2117 if (LHSShuffle) { in visitShuffleVectorInst()
2118 LHSOp0 = LHSShuffle->getOperand(0); in visitShuffleVectorInst()
2119 LHSOp1 = LHSShuffle->getOperand(1); in visitShuffleVectorInst()
2128 if (LHSShuffle) { in visitShuffleVectorInst()
2155 LHSMask = LHSShuffle->getShuffleMask(); in visitShuffleVectorInst()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp2101 ShuffleVectorInst* LHSShuffle = dyn_cast<ShuffleVectorInst>(LHS); in visitShuffleVectorInst() local
2103 if (LHSShuffle) in visitShuffleVectorInst()
2104 if (!isa<UndefValue>(LHSShuffle->getOperand(1)) && !isa<UndefValue>(RHS)) in visitShuffleVectorInst()
2105 LHSShuffle = nullptr; in visitShuffleVectorInst()
2109 if (!LHSShuffle && !RHSShuffle) in visitShuffleVectorInst()
2117 if (LHSShuffle) { in visitShuffleVectorInst()
2118 LHSOp0 = LHSShuffle->getOperand(0); in visitShuffleVectorInst()
2119 LHSOp1 = LHSShuffle->getOperand(1); in visitShuffleVectorInst()
2128 if (LHSShuffle) { in visitShuffleVectorInst()
2155 LHSMask = LHSShuffle->getShuffleMask(); in visitShuffleVectorInst()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp2512 ShuffleVectorInst* LHSShuffle = dyn_cast<ShuffleVectorInst>(LHS); in visitShuffleVectorInst() local
2514 if (LHSShuffle) in visitShuffleVectorInst()
2515 if (!isa<UndefValue>(LHSShuffle->getOperand(1)) && !isa<UndefValue>(RHS)) in visitShuffleVectorInst()
2516 LHSShuffle = nullptr; in visitShuffleVectorInst()
2520 if (!LHSShuffle && !RHSShuffle) in visitShuffleVectorInst()
2528 if (LHSShuffle) { in visitShuffleVectorInst()
2529 LHSOp0 = LHSShuffle->getOperand(0); in visitShuffleVectorInst()
2530 LHSOp1 = LHSShuffle->getOperand(1); in visitShuffleVectorInst()
2539 if (LHSShuffle) { in visitShuffleVectorInst()
2566 LHSMask = LHSShuffle->getShuffleMask(); in visitShuffleVectorInst()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp2512 ShuffleVectorInst* LHSShuffle = dyn_cast<ShuffleVectorInst>(LHS); in visitShuffleVectorInst() local
2514 if (LHSShuffle) in visitShuffleVectorInst()
2515 if (!isa<UndefValue>(LHSShuffle->getOperand(1)) && !isa<UndefValue>(RHS)) in visitShuffleVectorInst()
2516 LHSShuffle = nullptr; in visitShuffleVectorInst()
2520 if (!LHSShuffle && !RHSShuffle) in visitShuffleVectorInst()
2528 if (LHSShuffle) { in visitShuffleVectorInst()
2529 LHSOp0 = LHSShuffle->getOperand(0); in visitShuffleVectorInst()
2530 LHSOp1 = LHSShuffle->getOperand(1); in visitShuffleVectorInst()
2539 if (LHSShuffle) { in visitShuffleVectorInst()
2566 LHSMask = LHSShuffle->getShuffleMask(); in visitShuffleVectorInst()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp2600 ShuffleVectorInst* LHSShuffle = dyn_cast<ShuffleVectorInst>(LHS); in visitShuffleVectorInst() local
2602 if (LHSShuffle) in visitShuffleVectorInst()
2603 if (!match(LHSShuffle->getOperand(1), m_Undef()) && !match(RHS, m_Undef())) in visitShuffleVectorInst()
2604 LHSShuffle = nullptr; in visitShuffleVectorInst()
2608 if (!LHSShuffle && !RHSShuffle) in visitShuffleVectorInst()
2616 if (LHSShuffle) { in visitShuffleVectorInst()
2617 LHSOp0 = LHSShuffle->getOperand(0); in visitShuffleVectorInst()
2618 LHSOp1 = LHSShuffle->getOperand(1); in visitShuffleVectorInst()
2627 if (LHSShuffle) { in visitShuffleVectorInst()
2654 LHSMask = LHSShuffle->getShuffleMask(); in visitShuffleVectorInst()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp2600 ShuffleVectorInst* LHSShuffle = dyn_cast<ShuffleVectorInst>(LHS); in visitShuffleVectorInst() local
2602 if (LHSShuffle) in visitShuffleVectorInst()
2603 if (!match(LHSShuffle->getOperand(1), m_Undef()) && !match(RHS, m_Undef())) in visitShuffleVectorInst()
2604 LHSShuffle = nullptr; in visitShuffleVectorInst()
2608 if (!LHSShuffle && !RHSShuffle) in visitShuffleVectorInst()
2616 if (LHSShuffle) { in visitShuffleVectorInst()
2617 LHSOp0 = LHSShuffle->getOperand(0); in visitShuffleVectorInst()
2618 LHSOp1 = LHSShuffle->getOperand(1); in visitShuffleVectorInst()
2627 if (LHSShuffle) { in visitShuffleVectorInst()
2654 LHSMask = LHSShuffle->getShuffleMask(); in visitShuffleVectorInst()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp2600 ShuffleVectorInst* LHSShuffle = dyn_cast<ShuffleVectorInst>(LHS); in visitShuffleVectorInst() local
2602 if (LHSShuffle) in visitShuffleVectorInst()
2603 if (!match(LHSShuffle->getOperand(1), m_Undef()) && !match(RHS, m_Undef())) in visitShuffleVectorInst()
2604 LHSShuffle = nullptr; in visitShuffleVectorInst()
2608 if (!LHSShuffle && !RHSShuffle) in visitShuffleVectorInst()
2616 if (LHSShuffle) { in visitShuffleVectorInst()
2617 LHSOp0 = LHSShuffle->getOperand(0); in visitShuffleVectorInst()
2618 LHSOp1 = LHSShuffle->getOperand(1); in visitShuffleVectorInst()
2627 if (LHSShuffle) { in visitShuffleVectorInst()
2654 LHSMask = LHSShuffle->getShuffleMask(); in visitShuffleVectorInst()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp2671 ShuffleVectorInst* LHSShuffle = dyn_cast<ShuffleVectorInst>(LHS); in visitShuffleVectorInst() local
2673 if (LHSShuffle) in visitShuffleVectorInst()
2674 if (!match(LHSShuffle->getOperand(1), m_Undef()) && !match(RHS, m_Undef())) in visitShuffleVectorInst()
2675 LHSShuffle = nullptr; in visitShuffleVectorInst()
2679 if (!LHSShuffle && !RHSShuffle) in visitShuffleVectorInst()
2687 if (LHSShuffle) { in visitShuffleVectorInst()
2688 LHSOp0 = LHSShuffle->getOperand(0); in visitShuffleVectorInst()
2689 LHSOp1 = LHSShuffle->getOperand(1); in visitShuffleVectorInst()
2698 if (LHSShuffle) { in visitShuffleVectorInst()
2725 LHSMask = LHSShuffle->getShuffleMask(); in visitShuffleVectorInst()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp2600 ShuffleVectorInst* LHSShuffle = dyn_cast<ShuffleVectorInst>(LHS); in visitShuffleVectorInst() local
2602 if (LHSShuffle) in visitShuffleVectorInst()
2603 if (!match(LHSShuffle->getOperand(1), m_Undef()) && !match(RHS, m_Undef())) in visitShuffleVectorInst()
2604 LHSShuffle = nullptr; in visitShuffleVectorInst()
2608 if (!LHSShuffle && !RHSShuffle) in visitShuffleVectorInst()
2616 if (LHSShuffle) { in visitShuffleVectorInst()
2617 LHSOp0 = LHSShuffle->getOperand(0); in visitShuffleVectorInst()
2618 LHSOp1 = LHSShuffle->getOperand(1); in visitShuffleVectorInst()
2627 if (LHSShuffle) { in visitShuffleVectorInst()
2654 LHSMask = LHSShuffle->getShuffleMask(); in visitShuffleVectorInst()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp2600 ShuffleVectorInst* LHSShuffle = dyn_cast<ShuffleVectorInst>(LHS); in visitShuffleVectorInst() local
2602 if (LHSShuffle) in visitShuffleVectorInst()
2603 if (!match(LHSShuffle->getOperand(1), m_Undef()) && !match(RHS, m_Undef())) in visitShuffleVectorInst()
2604 LHSShuffle = nullptr; in visitShuffleVectorInst()
2608 if (!LHSShuffle && !RHSShuffle) in visitShuffleVectorInst()
2616 if (LHSShuffle) { in visitShuffleVectorInst()
2617 LHSOp0 = LHSShuffle->getOperand(0); in visitShuffleVectorInst()
2618 LHSOp1 = LHSShuffle->getOperand(1); in visitShuffleVectorInst()
2627 if (LHSShuffle) { in visitShuffleVectorInst()
2654 LHSMask = LHSShuffle->getShuffleMask(); in visitShuffleVectorInst()