Home
last modified time | relevance | path

Searched refs:TileDP (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXIntrinsics.cpp98 lowerTileDP(Instruction *TileDP);
475 X86LowerAMXIntrinsics::lowerTileDP(Instruction *TileDP) { in lowerTileDP() argument
477 match(TileDP, m_Intrinsic<IntrID>(m_Value(M), m_Value(N), m_Value(K), in lowerTileDP()
479 Instruction *InsertI = TileDP; in lowerTileDP()
480 IRBuilder<> PreBuilder(TileDP); in lowerTileDP()
481 PreBuilder.SetInsertPoint(TileDP); in lowerTileDP()
490 IRBuilder<> Builder(TileDP); in lowerTileDP()
499 for (Use &U : llvm::make_early_inc_range(TileDP->uses())) { in lowerTileDP()
507 TileDP->replaceAllUsesWith(ResAMX); in lowerTileDP()
508 TileDP->eraseFromParent(); in lowerTileDP()