Home
last modified time | relevance | path

Searched defs:Tile (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86LowerAMXIntrinsics.cpp150 Value *Col, Value *Ptr, Value *Stride, Value *Tile) { in createTileLoadStoreLoops()
516 Value *M, *N, *Ptr, *Stride, *Tile; in lowerTileLoadStore() local
DX86LowerAMXType.cpp197 Value *Tile = Bitcast->getOperand(0); in combineBitcastStore() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp74 enum class MatrixKind { Array, Tile, Row, Col }; enumerator
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGStmtOpenMP.cpp177 } else if (const auto *Tile = dyn_cast<OMPTileDirective>(&S)) { in emitPreInitStmt() local