Searched refs:Tile (Results 1 – 9 of 9) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86LowerAMXIntrinsics.cpp | 79 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 D | X86LowerAMXType.cpp | 263 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 D | X86RegisterInfo.td | 260 // Tile config registers. 263 // Tile "registers".
|
/openbsd/gnu/llvm/llvm/docs/Proposals/ |
H A D | VectorizationPlan.rst | 109 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 D | AArch64RegisterInfo.td | 1580 // * Tile vectors: 1607 # "MatrixKind::Tile" # ", " 1623 // Tile vectors (horizontal and vertical)
|
H A D | SMEInstrFormats.td | 310 // SME Add Vector to Tile
|
/openbsd/share/misc/ |
H A D | usb_hid_usages | 1024 0x23A AC Tile Horizontally 1025 0x23B AC Tile Vertically
|
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/AsmParser/ |
H A D | AArch64AsmParser.cpp | 78 enum class MatrixKind { Array, Tile, Row, Col }; enumerator 3532 .Default(MatrixKind::Tile); in tryParseMatrixRegister()
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 182 } else if (const auto *Tile = dyn_cast<OMPTileDirective>(&S)) { in emitPreInitStmt() local 183 PreInits = cast_or_null<DeclStmt>(Tile->getPreInits()); in emitPreInitStmt()
|