Searched refs:ShapeInfo (Results 1 – 2 of 2) sorted by relevance
197 struct ShapeInfo { struct203 ShapeInfo(unsigned NumRows = 0, unsigned NumColumns = 0) in ShapeInfo() function207 ShapeInfo(Value *NumRows, Value *NumColumns) in ShapeInfo() argument208 : ShapeInfo(cast<ConstantInt>(NumRows)->getZExtValue(), in ShapeInfo()211 bool operator==(const ShapeInfo &other) { in operator ==() argument214 bool operator!=(const ShapeInfo &other) { return !(*this == other); } in operator !=() argument236 ShapeInfo t() const { return ShapeInfo(NumColumns, NumRows); } in t() argument260 static std::optional<ShapeInfo>262 const ValueMap<Value *, ShapeInfo> &ShapeMap) { in computeShapeInfoForInst()268 return ShapeInfo(M, K); in computeShapeInfoForInst()[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()