Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDLowerMatrixIntrinsics.cpp282 if (match(I, m_Store(m_Value(MatrixA), m_Value()))) { in computeShapeInfoForInst()
1039 else if (match(Inst, m_Store(m_Value(Op1), m_Value(Op2)))) in Visit()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDPatternMatch.h1868 m_Store(const ValueOpTy &ValueOp, const PointerOpTy &PointerOp) { in m_Store() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDSLPVectorizer.cpp10104 if (!match(Scalar, m_Store(m_Value(X), m_Value())) || in isLoadCombineCandidate()