Searched refs:ShapeInfo (Results 1 – 2 of 2) sorted by relevance
193 struct ShapeInfo { struct199 ShapeInfo(unsigned NumRows = 0, unsigned NumColumns = 0) in ShapeInfo() function203 ShapeInfo(Value *NumRows, Value *NumColumns) in ShapeInfo() argument204 : ShapeInfo(cast<ConstantInt>(NumRows)->getZExtValue(), in ShapeInfo()207 bool operator==(const ShapeInfo &other) { in operator ==() argument210 bool operator!=(const ShapeInfo &other) { return !(*this == other); } in operator !=() argument232 ShapeInfo t() const { return ShapeInfo(NumColumns, NumRows); } in t() argument234 friend raw_ostream &operator<<(raw_ostream &OS, ShapeInfo SI);239 raw_ostream &operator<<(raw_ostream &OS, ShapeInfo SI) { in operator <<()300 static std::optional<ShapeInfo>[all …]
138 for (auto &ShapeInfo : ShapeInfos) { in configBasicBlock() local140 unsigned TMMIdx = ShapeInfo.first; in configBasicBlock()141 Register RowReg = ShapeInfo.second.getRow()->getReg(); in configBasicBlock()142 Register ColReg = ShapeInfo.second.getCol()->getReg(); in configBasicBlock()