Searched refs:ShapeInfo (Results 1 – 2 of 2) sorted by relevance
388 struct ShapeInfo { struct in __anon3dc75aee0111::LowerMatrixIntrinsics394 ShapeInfo(unsigned NumRows = 0, unsigned NumColumns = 0) in ShapeInfo() argument398 ShapeInfo(Value *NumRows, Value *NumColumns) in ShapeInfo() function399 : ShapeInfo(cast<ConstantInt>(NumRows)->getZExtValue(), in ShapeInfo()402 bool operator==(const ShapeInfo &other) { in operator ==() argument405 bool operator!=(const ShapeInfo &other) { return !(*this == other); } in operator !=() argument427 ShapeInfo t() const { return ShapeInfo(NumColumns, NumRows); } in t() argument438 ValueMap<Value *, ShapeInfo> ShapeMap;492 MatrixTy getMatrix(Value *MatrixVal, const ShapeInfo &SI, in getMatrix()531 bool setShapeInfo(Value *V, ShapeInfo Shape) { in setShapeInfo()[all …]
125 for (auto &ShapeInfo : ShapeInfos) { in configBasicBlock() local127 unsigned TMMIdx = ShapeInfo.first; in configBasicBlock()128 Register RowReg = ShapeInfo.second.getRow()->getReg(); in configBasicBlock()129 Register ColReg = ShapeInfo.second.getCol()->getReg(); in configBasicBlock()