Searched defs:Tile (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86LowerAMXIntrinsics.cpp | 150 Value *Col, Value *Ptr, Value *Stride, Value *Tile) { in createTileLoadStoreLoops() argument 514 Value *M, *N, *Ptr, *Stride, *Tile; in lowerTileLoadStore() local
|
H A D | X86LowerAMXType.cpp | 264 Value *Tile = Bitcast->getOperand(0); combineBitcastStore() local 924 Value *Tile = Cast->getOperand(0); combineCastStore() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/ |
H A D | AArch64AsmParser.cpp | 77 enum class MatrixKind { Array, Tile, Row, Col }; enumerator
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 182 } else if (const auto *Tile = dyn_cast<OMPTileDirective>(&S)) { emitPreInitStmt() local
|