Searched refs:TileLoadStore (Results 1 – 1 of 1) sorted by relevance
91 bool lowerTileLoadStore(Instruction *TileLoadStore);516 bool X86LowerAMXIntrinsics::lowerTileLoadStore(Instruction *TileLoadStore) { in lowerTileLoadStore() argument519 match(TileLoadStore, in lowerTileLoadStore()523 match(TileLoadStore, m_Intrinsic<Intrinsic::x86_tilestored64_internal>( in lowerTileLoadStore()527 Instruction *InsertI = TileLoadStore; in lowerTileLoadStore()528 IRBuilder<> PreBuilder(TileLoadStore); in lowerTileLoadStore()529 PreBuilder.SetInsertPoint(TileLoadStore); in lowerTileLoadStore()535 IRBuilder<> Builder(TileLoadStore); in lowerTileLoadStore()546 for (Use &U : llvm::make_early_inc_range(TileLoadStore->uses())) { in lowerTileLoadStore()554 TileLoadStore->replaceAllUsesWith(ResAMX); in lowerTileLoadStore()[all …]