Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DLowerMatrixIntrinsics.cpp587 auto OpShape = ShapeMap.find(MatrixA); in propagateShapeForward() local
588 if (OpShape != ShapeMap.end()) in propagateShapeForward()
589 setShapeInfo(Inst, OpShape->second); in propagateShapeForward()
594 auto OpShape = ShapeMap.find(Op.get()); in propagateShapeForward() local
595 if (OpShape != ShapeMap.end()) { in propagateShapeForward()
596 Propagate |= setShapeInfo(Inst, OpShape->second); in propagateShapeForward()