Lines Matching full:tile
1 //===-- X86TileConfig.cpp - 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.
48 StringRef getPassName() const override { return "Tile Register Configure"; } in getPassName()
73 INITIALIZE_PASS_BEGIN(X86TileConfig, DEBUG_TYPE, "Tile Register Configure",
76 INITIALIZE_PASS_END(X86TileConfig, DEBUG_TYPE, "Tile Register Configure", false, in INITIALIZE_PASS_DEPENDENCY()
138 // Fill in the shape of each tile physical register. in INITIALIZE_PASS_DEPENDENCY()
147 // Here is the data format for the tile config. in INITIALIZE_PASS_DEPENDENCY()
151 // 16-17 tile0.colsb Tile 0 bytes per row. in INITIALIZE_PASS_DEPENDENCY()
152 // 18-19 tile1.colsb Tile 1 bytes per row. in INITIALIZE_PASS_DEPENDENCY()
153 // 20-21 tile2.colsb Tile 2 bytes per row. in INITIALIZE_PASS_DEPENDENCY()
155 // 30-31 tile7.colsb Tile 7 bytes per row. in INITIALIZE_PASS_DEPENDENCY()
157 // 48 tile0.rows Tile 0 rows. in INITIALIZE_PASS_DEPENDENCY()
158 // 49 tile1.rows Tile 1 rows. in INITIALIZE_PASS_DEPENDENCY()
159 // 50 tile2.rows Tile 2 rows. in INITIALIZE_PASS_DEPENDENCY()
161 // 55 tile7.rows Tile 7 rows. in INITIALIZE_PASS_DEPENDENCY()