Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp557 } else if (match(Inst, m_Store(m_Value(MatrixA), m_Value()))) { in propagateShapeForward()
730 else if (match(Inst, m_Store(m_Value(Op1), m_Value(Op2)))) in Visit()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DPatternMatch.h1580 m_Store(const ValueOpTy &ValueOp, const PointerOpTy &PointerOp) { in m_Store() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp4245 if (!match(Scalar, m_Store(m_Value(X), m_Value())) || in isLoadCombineCandidate()