Lines Matching refs:TileLoadStore
90 bool lowerTileLoadStore(Instruction *TileLoadStore);
513 bool X86LowerAMXIntrinsics::lowerTileLoadStore(Instruction *TileLoadStore) { in lowerTileLoadStore() argument
516 match(TileLoadStore, in lowerTileLoadStore()
520 match(TileLoadStore, m_Intrinsic<Intrinsic::x86_tilestored64_internal>( in lowerTileLoadStore()
524 Instruction *InsertI = TileLoadStore; in lowerTileLoadStore()
525 IRBuilder<> PreBuilder(TileLoadStore); in lowerTileLoadStore()
526 PreBuilder.SetInsertPoint(TileLoadStore); in lowerTileLoadStore()
532 IRBuilder<> Builder(TileLoadStore); in lowerTileLoadStore()
543 for (Use &U : llvm::make_early_inc_range(TileLoadStore->uses())) { in lowerTileLoadStore()
551 TileLoadStore->replaceAllUsesWith(ResAMX); in lowerTileLoadStore()
553 TileLoadStore->eraseFromParent(); in lowerTileLoadStore()