Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLowerMatrixIntrinsics.cpp359 } else if (match(Inst, m_Store(m_Value(MatrixA), m_Value()))) { in propagateShapeForward()
505 else if (match(&Inst, m_Store(m_Value(Op1), m_Value(Op2)))) in Visit()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DPatternMatch.h1296 m_Store(const ValueOpTy &ValueOp, const PointerOpTy &PointerOp) { in m_Store() function