Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86LowerAMXIntrinsics.cpp90 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()
[all …]