Lines Matching full:tile
1 //===-- X86FastTileConfig.cpp - Fast Tile Register Configure---------------===//
12 /// know the shape of each physical tile registers, because the register
14 /// pass. It collects the shape information of each physical tile register
16 /// to tile config register.
53 return "Fast Tile Register Configure";
77 "Fast Tile Register Configure", false, false)
79 "Fast Tile Register Configure", false, false)
84 // The instruction must have 3 operands: tile def, row, col.
118 // PreTileConfig should configure the tile registers based on basic
127 // AMX instructions that define tile register.
138 int SS = MI.getOperand(0).getIndex(); // tile config stack slot.
144 // Here is the data format for the tile config.
148 // 16-17 tile0.colsb Tile 0 bytes per row.
149 // 18-19 tile1.colsb Tile 1 bytes per row.
150 // 20-21 tile2.colsb Tile 2 bytes per row.
152 // 30-31 tile7.colsb Tile 7 bytes per row.
154 // 48 tile0.rows Tile 0 rows.
155 // 49 tile1.rows Tile 1 rows.
156 // 50 tile2.rows Tile 2 rows.
158 // 55 tile7.rows Tile 7 rows.