Searched refs:ShapeInfo (Results 1 – 1 of 1) sorted by relevance
338 struct ShapeInfo { struct in __anon7e59d9a20111::LowerMatrixIntrinsics344 ShapeInfo(unsigned NumRows = 0, unsigned NumColumns = 0) in ShapeInfo() argument348 ShapeInfo(Value *NumRows, Value *NumColumns) in ShapeInfo() argument349 : ShapeInfo(cast<ConstantInt>(NumRows)->getZExtValue(), in ShapeInfo()352 bool operator==(const ShapeInfo &other) { in operator ==() argument355 bool operator!=(const ShapeInfo &other) { return !(*this == other); } in operator !=() argument383 DenseMap<Value *, ShapeInfo> ShapeMap;421 MatrixTy getMatrix(Value *MatrixVal, const ShapeInfo &SI, in getMatrix()460 bool setShapeInfo(Value *V, ShapeInfo Shape) { in setShapeInfo()640 ShapeInfo Shape = ShapeMap[V]; in propagateShapeBackward()[all …]