Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86LowerAMXIntrinsics.cpp174 BasicBlock *RowLoopHeader = RowBody->getSinglePredecessor(); in createTileLoadStoreLoops() local
175 Value *CurrentRow = &*RowLoopHeader->begin(); in createTileLoadStoreLoops()
196 B.SetInsertPoint(RowLoopHeader->getTerminator()); in createTileLoadStoreLoops()
296 BasicBlock *RowLoopHeader = RowBody->getSinglePredecessor(); in createTileDPLoops() local
299 Value *CurrentRow = &*RowLoopHeader->begin(); in createTileDPLoops()
323 B.SetInsertPoint(RowLoopHeader->getTerminator()); in createTileDPLoops()