Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXIntrinsics.cpp150 Value *Col, Value *Ptr, Value *Stride, Value *Tile) { in createTileLoadStoreLoops()
514 Value *M, *N, *Ptr, *Stride, *Tile; in lowerTileLoadStore() local
H A DX86LowerAMXType.cpp271 Value *Tile = Bitcast->getOperand(0); in combineBitcastStore() local
930 Value *Tile = Cast->getOperand(0); in combineCastStore() local
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenACCKinds.h282 Tile, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp77 enum class MatrixKind { Array, Tile, Row, Col }; enumerator
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp186 } else if (const auto *Tile = dyn_cast<OMPTileDirective>(&S)) { in emitPreInitStmt() local