Lines Matching refs:TileLoadStore
90 bool lowerTileLoadStore(Instruction *TileLoadStore);
515 bool X86LowerAMXIntrinsics::lowerTileLoadStore(Instruction *TileLoadStore) { in lowerTileLoadStore() argument
518 match(TileLoadStore, in lowerTileLoadStore()
522 match(TileLoadStore, m_Intrinsic<Intrinsic::x86_tilestored64_internal>( in lowerTileLoadStore()
526 Instruction *InsertI = TileLoadStore; in lowerTileLoadStore()
527 IRBuilder<> PreBuilder(TileLoadStore); in lowerTileLoadStore()
528 PreBuilder.SetInsertPoint(TileLoadStore); in lowerTileLoadStore()
534 IRBuilder<> Builder(TileLoadStore); in lowerTileLoadStore()
545 for (auto UI = TileLoadStore->use_begin(), UE = TileLoadStore->use_end(); in lowerTileLoadStore()
554 TileLoadStore->replaceAllUsesWith(ResAMX); in lowerTileLoadStore()
556 TileLoadStore->eraseFromParent(); in lowerTileLoadStore()