| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86LowerAMXIntrinsics.cpp | 78 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 D | X86LowerAMXType.cpp | 264 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 D | X86RegisterInfo.td | 422 // Tile config registers. 424 // Tile "registers".
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm/ |
| H A D | arm-realview-eb-11mp-bbrevd.dts | 27 model = "ARM RealView Emulation Baseboard Rev D with ARM11MPCore Rev C Core Tile";
|
| H A D | arm-realview-eb-11mp-bbrevd-ctrevb.dts | 31 model = "ARM RealView Emulation Baseboard Rev D with ARM11MPCore Core Tile Rev B";
|
| H A D | arm-realview-eb-11mp.dts | 27 model = "ARM RealView Emulation Baseboard with ARM11MPCore Rev C Core Tile";
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64RegisterInfo.td | 1631 // * Tile vectors: 1658 # "MatrixKind::Tile" # ", " 1674 // Tile vectors (horizontal and vertical)
|
| H A D | SMEInstrFormats.td | 395 // SME Add Vector to Tile
|
| /freebsd-14.2/share/misc/ |
| H A D | usb_hid_usages | 876 0x23A AC Tile Horizontally 877 0x23B AC Tile Vertically
|
| H A D | pci_vendors | 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] 29065 0bda Ponte Vecchio XT (1 Tile) [Data Center GPU Max 1100] [all …]
|
| H A D | usb_vendors | 24979 23a AC Tile Horizontally 24980 23b AC Tile Vertically
|
| /freebsd-14.2/contrib/llvm-project/openmp/runtime/src/i18n/ |
| H A D | en_US.txt | 105 Tile "tile"
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/ |
| H A D | AArch64AsmParser.cpp | 77 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 D | kmp_affinity.cpp | 113 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 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()
|