Home
last modified time | relevance | path

Searched refs:m_Store (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/IR/
H A DPatternMatch.cpp898 EXPECT_TRUE(m_Store(m_Value(MatchStoreVal), m_Value(MatchStorePointer)) in TEST_F()
903 EXPECT_FALSE(m_Store(m_Value(MatchStoreVal), m_Value(MatchStorePointer)) in TEST_F()
906 EXPECT_TRUE(m_Store(m_SpecificInt(42), m_Specific(Alloca)) in TEST_F()
908 EXPECT_FALSE(m_Store(m_SpecificInt(42), m_Specific(FourtyTwo)) in TEST_F()
910 EXPECT_FALSE(m_Store(m_SpecificInt(43), m_Specific(Alloca)) in TEST_F()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp587 } else if (match(Inst, m_Store(m_Value(MatrixA), m_Value()))) { in propagateShapeForward()
881 else if (match(Inst, m_Store(m_Value(Op1), m_Value(Op2)))) in Visit()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DPatternMatch.h1570 m_Store(const ValueOpTy &ValueOp, const PointerOpTy &PointerOp) { in m_Store() function
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp6716 if (!match(Scalar, m_Store(m_Value(X), m_Value())) || in isLoadCombineCandidate()