Home
last modified time | relevance | path

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