Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXIntrinsics.cpp78 Value *Ptr, Value *Stride, Value *Tile);
150 Value *Col, Value *Ptr, Value *Stride, Value *Tile) { in createTileLoadStoreLoops() argument
218 auto *BitCast = cast<BitCastInst>(Tile); in createTileLoadStoreLoops()
514 Value *M, *N, *Ptr, *Stride, *Tile; in lowerTileLoadStore() local
522 m_Value(Stride), m_Value(Tile))); in lowerTileLoadStore()
535 IsTileLoad ? nullptr : Tile); in lowerTileLoadStore()
H A DX86LowerAMXType.cpp264 Value *Tile = Bitcast->getOperand(0); in combineBitcastStore() local
265 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()
938 std::array<Value *, 5> Args = {Row, Col, I8Ptr, Stride, Tile}; in combineCastStore()
H A DX86RegisterInfo.td422 // Tile config registers.
424 // Tile "registers".
/freebsd-14.2/sys/contrib/device-tree/src/arm/
H A Darm-realview-eb-11mp-bbrevd.dts27 model = "ARM RealView Emulation Baseboard Rev D with ARM11MPCore Rev C Core Tile";
H A Darm-realview-eb-11mp-bbrevd-ctrevb.dts31 model = "ARM RealView Emulation Baseboard Rev D with ARM11MPCore Core Tile Rev B";
H A Darm-realview-eb-11mp.dts27 model = "ARM RealView Emulation Baseboard with ARM11MPCore Rev C Core Tile";
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.td1631 // * Tile vectors:
1658 # "MatrixKind::Tile" # ", "
1674 // Tile vectors (horizontal and vertical)
H A DSMEInstrFormats.td395 // SME Add Vector to Tile
/freebsd-14.2/share/misc/
H A Dusb_hid_usages876 0x23A AC Tile Horizontally
877 0x23B AC Tile Vertically
H A Dpci_vendors29056 0b69 Ponte Vecchio XT (2 Tile) [Data Center GPU Max 1450]
29057 0b6e Ponte Vecchio XT (1 Tile) [Data Center GPU Max 1100C]
29058 0bd0 Ponte Vecchio XL (2 Tile)
29059 0bd4 Ponte Vecchio XT (2 Tile) [Data Center GPU Max 1550VG]
29060 0bd5 Ponte Vecchio XT (2 Tile) [Data Center GPU Max 1550]
29061 0bd6 Ponte Vecchio XT (2 Tile) [Data Center GPU Max 1550]
29062 0bd7 Ponte Vecchio XT (2 Tile) [Data Center GPU Max 1350]
29063 0bd8 Ponte Vecchio XT (2 Tile) [Data Center GPU Max 1350]
29064 0bd9 Ponte Vecchio XT (1 Tile) [Data Center GPU Max 1100]
29065 0bda Ponte Vecchio XT (1 Tile) [Data Center GPU Max 1100]
[all …]
H A Dusb_vendors24979 23a AC Tile Horizontally
24980 23b AC Tile Vertically
/freebsd-14.2/contrib/llvm-project/openmp/runtime/src/i18n/
H A Den_US.txt105 Tile "tile"
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp77 enum class MatrixKind { Array, Tile, Row, Col }; enumerator
3531 .Default(MatrixKind::Tile); in tryParseMatrixRegister()
/freebsd-14.2/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.cpp113 return ((plural) ? KMP_I18N_STR(Tiles) : KMP_I18N_STR(Tile)); in __kmp_hw_get_catalog_string()
/freebsd-14.2/contrib/llvm-project/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()