Searched refs:m_Store (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | InterleavedAccessPass.cpp | 736 if (match(&I, m_CombineOr(m_Store(m_Value(), m_Value()), in runOnFunction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorizationLegality.cpp | 1093 if (!match(HSt, m_Store(m_BinOp(HBinOp), m_Instruction(HPtrInstr)))) in findHistogram()
|
| H A D | SLPVectorizer.cpp | 14005 if (!match(Scalar, m_Store(m_Value(X), m_Value())) || in isLoadCombineCandidate()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LowerMatrixIntrinsics.cpp | 322 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 D | PatternMatch.h | 1979 m_Store(const ValueOpTy &ValueOp, const PointerOpTy &PointerOp) { in m_Store() function
|