Home
last modified time | relevance | path

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

/freebsd/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.cpp271 Value *Tile = Bitcast->getOperand(0); in combineBitcastStore() local
272 auto *II = cast<IntrinsicInst>(Tile); in combineBitcastStore()
282 std::array<Value *, 5> Args = {Row, Col, I8Ptr, Stride, Tile}; in combineBitcastStore()
930 Value *Tile = Cast->getOperand(0); in combineCastStore() local
933 if (!isAMXIntrinsic(Tile)) in combineCastStore()
935 auto *II = cast<IntrinsicInst>(Tile); in combineCastStore()
944 std::array<Value *, 5> Args = {Row, Col, I8Ptr, Stride, Tile}; in combineCastStore()
H A DX86RegisterInfo.td422 // Tile config registers.
424 // Tile "registers".
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenACCKinds.h282 Tile, enumerator
437 case OpenACCClauseKind::Tile: in printOpenACCClauseKind()
/freebsd/sys/contrib/device-tree/src/arm/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/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenACC.cpp142 .Case("tile", OpenACCClauseKind::Tile) in getOpenACCClauseKind()
533 case OpenACCClauseKind::Tile: in getClauseParensKind()
1044 case OpenACCClauseKind::Tile: in ParseOpenACCClauseParams()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.td1699 // * Tile vectors:
1726 # "MatrixKind::Tile" # ", "
1742 // Tile vectors (horizontal and vertical)
H A DSMEInstrFormats.td437 // SME Add Vector to Tile
/freebsd/share/misc/
H A Dusb_hid_usages876 0x23A AC Tile Horizontally
877 0x23B AC Tile Vertically
H A Dpci_vendors26096 101e AR-ARKA-FX1 [Arkville 64B DPDK Data Mover for Agilex R-Tile]
29056 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]
[all …]
H A Dusb_vendors24979 23a AC Tile Horizontally
24980 23b AC Tile Vertically
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenACC.cpp414 case OpenACCClauseKind::Tile: in checkValidAfterDeviceType()
/freebsd/contrib/llvm-project/openmp/runtime/src/i18n/
H A Den_US.txt105 Tile "tile"
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp77 enum class MatrixKind { Array, Tile, Row, Col }; enumerator
3560 .Default(MatrixKind::Tile); in tryParseMatrixRegister()
/freebsd/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/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp186 } else if (const auto *Tile = dyn_cast<OMPTileDirective>(&S)) { in emitPreInitStmt() local
187 PreInits = Tile->getPreInits(); in emitPreInitStmt()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp8101 case OpenACCClauseKind::Tile: in writeOpenACCClause()
H A DASTReader.cpp12059 case OpenACCClauseKind::Tile: in readOpenACCClause()