Searched refs:TileDP (Results 1 – 1 of 1) sorted by relevance
98 lowerTileDP(Instruction *TileDP);477 X86LowerAMXIntrinsics::lowerTileDP(Instruction *TileDP) { in lowerTileDP() argument479 match(TileDP, m_Intrinsic<IntrID>(m_Value(M), m_Value(N), m_Value(K), in lowerTileDP()481 Instruction *InsertI = TileDP; in lowerTileDP()482 IRBuilder<> PreBuilder(TileDP); in lowerTileDP()483 PreBuilder.SetInsertPoint(TileDP); in lowerTileDP()492 IRBuilder<> Builder(TileDP); in lowerTileDP()501 for (auto UI = TileDP->use_begin(), UE = TileDP->use_end(); UI != UE;) { in lowerTileDP()509 TileDP->replaceAllUsesWith(ResAMX); in lowerTileDP()510 TileDP->eraseFromParent(); in lowerTileDP()