Home
last modified time | relevance | path

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

/freebsd-13.1/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
220 auto *BitCast = cast<BitCastInst>(Tile); in createTileLoadStoreLoops()
516 Value *M, *N, *Ptr, *Stride, *Tile; in lowerTileLoadStore() local
524 m_Value(Stride), m_Value(Tile))); in lowerTileLoadStore()
537 IsTileLoad ? nullptr : Tile); in lowerTileLoadStore()
H A DX86LowerAMXType.cpp197 Value *Tile = Bitcast->getOperand(0); in combineBitcastStore() local
198 auto *II = cast<IntrinsicInst>(Tile); in combineBitcastStore()
209 std::array<Value *, 5> Args = {Row, Col, I8Ptr, Stride, Tile}; in combineBitcastStore()
H A DX86RegisterInfo.td268 // Tile config registers.
271 // Tile "registers".
/freebsd-13.1/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-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.td1258 // * Tile vectors:
1285 # "MatrixKind::Tile" # ", "
1300 // Tile vectors (horizontal and vertical)
H A DSMEInstrFormats.td123 // SME Add Vector to Tile
/freebsd-13.1/share/misc/
H A Dusb_hid_usages877 0x23A AC Tile Horizontally
878 0x23B AC Tile Vertically
H A Dpci_vendors23856 101e AR-ARKA-FX1 [Arkville 64B DPDK Data Mover for Agilex R-Tile]
/freebsd-13.1/contrib/llvm-project/openmp/runtime/src/i18n/
H A Den_US.txt105 Tile "tile"
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp74 enum class MatrixKind { Array, Tile, Row, Col }; enumerator
3169 .Default(MatrixKind::Tile); in tryParseMatrixRegister()
/freebsd-13.1/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.cpp75 return ((plural) ? KMP_I18N_STR(Tiles) : KMP_I18N_STR(Tile)); in __kmp_hw_get_catalog_string()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp177 } else if (const auto *Tile = dyn_cast<OMPTileDirective>(&S)) { in emitPreInitStmt() local
178 PreInits = cast_or_null<DeclStmt>(Tile->getPreInits()); in emitPreInitStmt()