Home
last modified time | relevance | path

Searched refs:lowerTileLoadStore (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() function in X86LowerAMXIntrinsics
618 C = lowerTileLoadStore<true>(Inst) || C; in visit()
621 C = lowerTileLoadStore<false>(Inst) || C; in visit()