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