Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp302 const DenseMap<Value *, ShapeInfo> &ShapeMap) { in computeShapeInfoForInst() argument
323 auto OpShape = ShapeMap.find(MatrixA); in computeShapeInfoForInst()
324 if (OpShape != ShapeMap.end()) in computeShapeInfoForInst()
333 auto OpShape = ShapeMap.find(Op.get()); in computeShapeInfoForInst()
334 if (OpShape != ShapeMap.end()) in computeShapeInfoForInst()
549 DenseMap<Value *, ShapeInfo> ShapeMap; member in __anon821fcdb70111::LowerMatrixIntrinsics
641 } else if (!ShapeMap.contains(MatrixVal)) { in getMatrix()
667 auto SIter = ShapeMap.find(V); in setShapeInfo()
668 if (SIter != ShapeMap.end()) { in setShapeInfo()
684 ShapeMap.insert({V, Shape}); in setShapeInfo()
[all …]