Searched refs:m_ShuffleVector (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | MVETailPredication.cpp | 228 if (!match(Shuffle, m_ShuffleVector(m_Instruction(Insert), m_Undef(), in isTailPredicate() 264 if (!match(BroadcastSplat, m_ShuffleVector(m_Instruction(Insert), m_Undef(), in isTailPredicate()
|
D | ARMISelLowering.cpp | 14997 m_ShuffleVector(m_InsertElement(m_Undef(), m_Value(), m_ZeroInt()), in shouldSinkOperands()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 1448 if (match(LHS, m_ShuffleVector(m_Value(L0), m_Value(L1), m_Constant(Mask))) && in foldVectorBinop() 1449 match(RHS, m_ShuffleVector(m_Value(R0), m_Value(R1), m_Specific(Mask))) && in foldVectorBinop() 1483 if (match(LHS, m_ShuffleVector(m_Value(V1), m_Undef(), m_Constant(Mask))) && in foldVectorBinop() 1484 match(RHS, m_ShuffleVector(m_Value(V2), m_Undef(), m_Specific(Mask))) && in foldVectorBinop() 1494 match(LHS, m_ShuffleVector(m_Value(V1), m_Value(V2), m_Constant(Mask))) && in foldVectorBinop() 1495 match(RHS, m_ShuffleVector(m_Specific(V2), m_Specific(V1), in foldVectorBinop() 1522 m_OneUse(m_ShuffleVector(m_Value(V1), m_Undef(), m_Constant(Mask))), in foldVectorBinop()
|
D | InstCombineVectorOps.cpp | 1690 if (!match(Cond, m_OneUse(m_ShuffleVector(m_Value(NarrowCond), m_Undef(), in narrowVectorSelect() 1712 if (!match(Op0, m_ShuffleVector(m_Value(X), m_Value(Y), m_Constant(Mask)))) in foldIdentityExtractShuffle()
|
D | InstCombineCompares.cpp | 2797 m_ShuffleVector(m_Value(Vec), m_Undef(), m_Constant(Mask)))) { in foldICmpBitCast() 5411 if (match(LHS, m_ShuffleVector(m_Value(V1), m_Undef(), m_Constant(M))) && in foldVectorCmp() 5412 match(RHS, m_ShuffleVector(m_Value(V2), m_Undef(), m_Specific(M))) && in foldVectorCmp()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | VectorUtils.cpp | 321 if (match(V, m_ShuffleVector(m_InsertElement(m_Value(), m_Value(Splat), in getSplatValue() 346 if (match(V, m_ShuffleVector(m_Value(), m_Value(), m_Constant(Mask)))) in isSplatValue()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | PatternMatch.h | 1282 m_ShuffleVector(const V1_t &v1, const V2_t &v2, const Mask_t &m) { in m_ShuffleVector() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 8986 if (!match(Op1, m_ShuffleVector(m_Value(S1Op1), m_Undef(), m_Constant(M1))) || in areExtractShuffleVectors() 8987 !match(Op2, m_ShuffleVector(m_Value(S2Op1), m_Undef(), m_Constant(M2)))) in areExtractShuffleVectors()
|