Lines Matching full:tile
1 //===-- X86PreTileConfig.cpp - Tile Register Pre-configure-----------------===//
45 #define DEBUG_TYPE "tile-pre-config"
51 ": Failed to config tile register, please define the shape earlier"); in emitErrorMsg()
178 return "Tile Register Pre-configure"; in getPassName()
206 "Tile Register Pre-configure", false, false)
209 "Tile Register Pre-configure", false, false) in INITIALIZE_PASS_DEPENDENCY()
265 // If there's call before the AMX, we need to reload tile config. in runOnMachineFunction()
268 else // Otherwise, we need tile config to live in this BB. in runOnMachineFunction()
306 // There's no AMX instruction if we didn't find a tile config live in point. in runOnMachineFunction()
315 // We are not able to config tile registers since the shape to config in runOnMachineFunction()
317 // would not config tile registers. in runOnMachineFunction()
344 // Try to insert for the tile config live in points. in runOnMachineFunction()