Home
last modified time | relevance | path

Searched refs:Tile (Results 1 – 9 of 9) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86LowerAMXIntrinsics.cpp79 Value *Ptr, Value *Stride, Value *Tile);
151 Value *Col, Value *Ptr, Value *Stride, Value *Tile) { in createTileLoadStoreLoops() argument
221 auto *BitCast = cast<BitCastInst>(Tile); in createTileLoadStoreLoops()
517 Value *M, *N, *Ptr, *Stride, *Tile; in lowerTileLoadStore() local
525 m_Value(Stride), m_Value(Tile))); in lowerTileLoadStore()
538 IsTileLoad ? nullptr : Tile); in lowerTileLoadStore()
H A DX86LowerAMXType.cpp263 Value *Tile = Bitcast->getOperand(0); in combineBitcastStore() local
264 auto *II = cast<IntrinsicInst>(Tile); in combineBitcastStore()
275 std::array<Value *, 5> Args = {Row, Col, I8Ptr, Stride, Tile}; in combineBitcastStore()
924 Value *Tile = Cast->getOperand(0); in combineCastStore() local
927 if (!isAMXIntrinsic(Tile)) in combineCastStore()
929 auto *II = cast<IntrinsicInst>(Tile); in combineCastStore()
940 std::array<Value *, 5> Args = {Row, Col, I8Ptr, Stride, Tile}; in combineCastStore()
H A DX86RegisterInfo.td260 // Tile config registers.
263 // Tile "registers".
/openbsd/gnu/llvm/llvm/docs/Proposals/
H A DVectorizationPlan.rst109 Hierarchical CFG data structure is similar to the Tile Tree [5]_, where
110 cross-Tile edges are lifted to connect Tiles instead of the original
111 basic-blocks as in Sharir [6]_, promoting the Tile encapsulation. The terms
112 Region and Block are used rather than Tile [5]_ to avoid confusion with loop
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.td1580 // * Tile vectors:
1607 # "MatrixKind::Tile" # ", "
1623 // Tile vectors (horizontal and vertical)
H A DSMEInstrFormats.td310 // SME Add Vector to Tile
/openbsd/share/misc/
H A Dusb_hid_usages1024 0x23A AC Tile Horizontally
1025 0x23B AC Tile Vertically
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp78 enum class MatrixKind { Array, Tile, Row, Col }; enumerator
3532 .Default(MatrixKind::Tile); in tryParseMatrixRegister()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp182 } else if (const auto *Tile = dyn_cast<OMPTileDirective>(&S)) { in emitPreInitStmt() local
183 PreInits = cast_or_null<DeclStmt>(Tile->getPreInits()); in emitPreInitStmt()