Searched refs:X86FastTileConfig (Results 1 – 2 of 2) sorted by relevance
40 class X86FastTileConfig : public MachineFunctionPass { class52 X86FastTileConfig() : MachineFunctionPass(ID) {} in X86FastTileConfig() function in __anond318bb670111::X86FastTileConfig92 char X86FastTileConfig::ID = 0;94 INITIALIZE_PASS_BEGIN(X86FastTileConfig, DEBUG_TYPE,96 INITIALIZE_PASS_END(X86FastTileConfig, DEBUG_TYPE,124 bool X86FastTileConfig::isTileLoad(MachineInstr &MI) { in isTileLoad()171 void X86FastTileConfig::getTileShapesCfg( in getTileShapesCfg()190 void X86FastTileConfig::getShapeCfgInstrs( in getShapeCfgInstrs()243 void X86FastTileConfig::rewriteTileCfg( in rewriteTileCfg()279 bool X86FastTileConfig::fastTileConfig() { in fastTileConfig()[all …]
1402 SRCS_MIN+= Target/X86/X86FastTileConfig.cpp