Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXIntrinsics.cpp150 Value *Col, Value *Ptr, Value *Stride, Value *Tile) { in createTileLoadStoreLoops() argument
514 Value *M, *N, *Ptr, *Stride, *Tile; in lowerTileLoadStore() local
H A DX86LowerAMXType.cpp264 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 DAArch64AsmParser.cpp77 enum class MatrixKind { Array, Tile, Row, Col }; enumerator
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp182 } else if (const auto *Tile = dyn_cast<OMPTileDirective>(&S)) { emitPreInitStmt() local