/freebsd/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 | 271 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 D | X86RegisterInfo.td | 422 // Tile config registers. 424 // Tile "registers".
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | OpenACCKinds.h | 282 Tile, enumerator 437 case OpenACCClauseKind::Tile: in printOpenACCClauseKind()
|
/freebsd/sys/contrib/device-tree/src/arm/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/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseOpenACC.cpp | 142 .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 D | AArch64RegisterInfo.td | 1699 // * Tile vectors: 1726 # "MatrixKind::Tile" # ", " 1742 // Tile vectors (horizontal and vertical)
|
H A D | SMEInstrFormats.td | 437 // SME Add Vector to Tile
|
/freebsd/share/misc/ |
H A D | usb_hid_usages | 876 0x23A AC Tile Horizontally 877 0x23B AC Tile Vertically
|
H A D | pci_vendors | 26096 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 D | usb_vendors | 24979 23a AC Tile Horizontally 24980 23b AC Tile Vertically
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenACC.cpp | 414 case OpenACCClauseKind::Tile: in checkValidAfterDeviceType()
|
/freebsd/contrib/llvm-project/openmp/runtime/src/i18n/ |
H A D | en_US.txt | 105 Tile "tile"
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/ |
H A D | AArch64AsmParser.cpp | 77 enum class MatrixKind { Array, Tile, Row, Col }; enumerator 3560 .Default(MatrixKind::Tile); in tryParseMatrixRegister()
|
/freebsd/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/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 186 } 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 D | ASTWriter.cpp | 8101 case OpenACCClauseKind::Tile: in writeOpenACCClause()
|
H A D | ASTReader.cpp | 12059 case OpenACCClauseKind::Tile: in readOpenACCClause()
|