Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DInterleavedAccessPass.cpp736 if (match(&I, m_CombineOr(m_Store(m_Value(), m_Value()), in runOnFunction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp1093 if (!match(HSt, m_Store(m_BinOp(HBinOp), m_Instruction(HPtrInstr)))) in findHistogram()
H A DSLPVectorizer.cpp14005 if (!match(Scalar, m_Store(m_Value(X), m_Value())) || in isLoadCombineCandidate()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp322 if (match(I, m_Store(m_Value(MatrixA), m_Value()))) { in computeShapeInfoForInst()
1186 else if (match(Inst, m_Store(m_Value(Op1), m_Value(Op2)))) in Visit()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h1979 m_Store(const ValueOpTy &ValueOp, const PointerOpTy &PointerOp) { in m_Store() function