Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXIntrinsics.cpp90 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()
[all …]