Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXIntrinsics.cpp173 BasicBlock *RowLoopHeader = RowBody->getSinglePredecessor(); in createTileLoadStoreLoops() local
174 Value *CurrentRow = &*RowLoopHeader->begin(); in createTileLoadStoreLoops()
193 B.SetInsertPoint(RowLoopHeader->getTerminator()); in createTileLoadStoreLoops()
293 BasicBlock *RowLoopHeader = RowBody->getSinglePredecessor(); in createTileDPLoops() local
296 Value *CurrentRow = &*RowLoopHeader->begin(); in createTileDPLoops()
320 B.SetInsertPoint(RowLoopHeader->getTerminator()); in createTileDPLoops()