Searched defs:Tile (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86LowerAMXIntrinsics.cpp | 150 Value *Col, Value *Ptr, Value *Stride, Value *Tile) { in createTileLoadStoreLoops() 514 Value *M, *N, *Ptr, *Stride, *Tile; in lowerTileLoadStore() local
|
H A D | X86LowerAMXType.cpp | 271 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 D | OpenACCKinds.h | 282 Tile, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/ |
H A D | AArch64AsmParser.cpp | 77 enum class MatrixKind { Array, Tile, Row, Col }; enumerator
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 186 } else if (const auto *Tile = dyn_cast<OMPTileDirective>(&S)) { in emitPreInitStmt() local
|