Searched refs:ShapeMap (Results 1 – 1 of 1) sorted by relevance
302 const DenseMap<Value *, ShapeInfo> &ShapeMap) { in computeShapeInfoForInst() argument323 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::LowerMatrixIntrinsics641 } 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 …]