Home
last modified time | relevance | path

Searched full:accelerator (Results 1 – 25 of 204) sorted by relevance

123456789

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAccelTable.h1 //==- include/llvm/CodeGen/AccelTable.h - Accelerator Tables -----*- C++ -*-==//
9 /// This file contains support for writing accelerator tables.
31 /// The DWARF and Apple accelerator tables are an indirect hash table optimized
32 /// for null lookup rather than access to known data. The Apple accelerator
33 /// tables are a precursor of the newer DWARF v5 accelerator tables. Both
36 /// The Apple accelerator table are output into an on-disk format that looks
66 /// The DWARF v5 accelerator table consists of zero or more name indices that
91 /// abstract view of an Accelerator table, without any notion of an on-disk
95 /// the base class for Apple Accelerator Table entries, which have a uniform
100 /// An Apple Accelerator Table can be serialized by calling emitAppleAccelTable
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h26 /// The accelerator tables are designed to allow efficient random access
29 /// DWARF 5 accelerator tables.
38 /// An abstract class representing a single entry in the accelerator tables.
55 /// Accelerator Entry or std::nullopt if the Compilation Unit offset is not
56 /// recorded in this Accelerator Entry.
60 /// Accelerator Entry or std::nullopt if the Type Unit offset is not
61 /// recorded in this Accelerator Entry.
63 // Default return for accelerator tables that don't support type units. in getLocalTUOffset()
68 /// Accelerator Entry or std::nullopt if the Type Unit offset is not
69 /// recorded in this Accelerator Entry.
[all …]
/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Dstericsson,db8500-prcmu.yaml123 description: Smart Video Accelerator (SVA) multimedia DSP (MMDSP)
124 voltage regulator. This is the voltage for the accelerator DSP
131 description: Smart Video Accelerator (SVA) multimedia DSP (MMDSP)
138 description: Smart Video Accelerator (SVA) multimedia DSP (MMDSP)
145 description: Smart Image Accelerator (SIA) multimedia DSP (MMDSP)
146 voltage regulator. This is the voltage for the accelerator DSP
153 description: Smart Image Accelerator (SIA) multimedia DSP (MMDSP)
160 description: Smart Image Accelerator (SIA) multimedia DSP (MMDSP)
167 description: Smart Graphics Accelerator (SGA) voltage regulator.
169 accelerator block.
/freebsd/sys/contrib/device-tree/Bindings/crypto/
H A Dimg-hash.txt1 Imagination Technologies hardware hash accelerator
3 The hash accelerator provides hardware hashing acceleration for
8 - compatible : "img,hash-accelerator"
15 "hash" Used to clock data through the accelerator
20 compatible = "img,hash-accelerator";
H A Dxlnx,zynqmp-aes.yaml7 title: Xilinx ZynqMP AES-GCM Hardware Accelerator
14 The ZynqMP AES-GCM hardened cryptographic accelerator is used to
H A Drockchip-crypto.txt1 Rockchip Electronics And Security Accelerator
11 "sclk" used to clock crypto accelerator
/freebsd/sys/contrib/device-tree/Bindings/dma/
H A Dste-dma40.txt110 48: Crypto Accelerator 1
111 49: Crypto Accelerator 1 TX or Hash Accelerator 1 TX
112 50: Hash Accelerator 1 TX
123 61: Crypto Accelerator 0
124 62: Crypto Accelerator 0 TX or Hash Accelerator 0 TX
125 63: Hash Accelerator 0 TX
H A Dstericsson,dma40.yaml70 48: Crypto Accelerator 1
71 49: Crypto Accelerator 1 TX or Hash Accelerator 1 TX
72 50: Hash Accelerator 1 TX
83 61: Crypto Accelerator 0
84 62: Crypto Accelerator 0 TX or Hash Accelerator 0 TX
85 63: Hash Accelerator 0 TX
/freebsd/sys/contrib/device-tree/Bindings/powerpc/4xx/
H A Dppc440spe-adma.txt1 PPC440SPe DMA/XOR (DMA Controller and XOR Accelerator)
60 iii) XOR Accelerator node
64 - compatible : "amcc,xor-accelerator";
71 compatible = "amcc,xor-accelerator";
/freebsd/sys/contrib/device-tree/Bindings/soc/ti/
H A Dk3-ringacc.txt1 * Texas Instruments K3 NavigatorSS Ring Accelerator
3 The Ring Accelerator (RA) is a machine which converts read/write accesses
13 The Ring Accelerator is a hardware module that is responsible for accelerating
28 - ti,sci-dev-id : TI-SCI device id of the ring accelerator
H A Dk3-ringacc.yaml8 title: Texas Instruments K3 NavigatorSS Ring Accelerator
15 The Ring Accelerator (RA) is a machine which converts read/write accesses
25 The Ring Accelerator is a hardware module that is responsible for accelerating
/freebsd/sys/dev/mps/mpi/
H A Dmpi2_ra.h38 * Title: MPI RAID Accelerator messages and structures
55 /* generic structure for RAID Accelerator Control Block */
67 * RAID Accelerator Messages
71 /* RAID Accelerator Request Message */
93 /* RAID Accelerator Error Reply Message */
/freebsd/sys/dev/mpr/mpi/
H A Dmpi2_ra.h36 * Title: MPI RAID Accelerator messages and structures
54 /* generic structure for RAID Accelerator Control Block */
66 * RAID Accelerator Messages
70 /* RAID Accelerator Request Message */
92 /* RAID Accelerator Error Reply Message */
/freebsd/contrib/llvm-project/llvm/lib/Transforms/HipStdPar/
H A DHipStdPar.cpp14 // reachable from it, constitute code that the user expects the accelerator
18 // an accelerator to contain constructs that cannot be handled by the target
32 // memory that is allocated by an accelerator-aware mechanism. For such cases
36 // accelerator-aware interfaces. We also support freeing system allocated
79 OS << "Accelerator does not support the thread_local variable " in checkIfSupported()
178 OS << "Accelerator does not support the ASM block:\n" in checkIfSupported()
181 OS << "Accelerator does not support the " << N << " function."; in checkIfSupported()
/freebsd/sys/contrib/device-tree/Bindings/media/
H A Dst,stm32-dma2d.yaml7 title: STMicroelectronics STM32 Chrom-Art Accelerator DMA2D
10 Chrom-ART Accelerator(DMA2D), graphical hardware accelerator
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerUnit.h114 /// \defgroup Methods and data members used for building accelerator tables:
120 /// This structure keeps fields which would be used for creating accelerator
140 /// Type of this accelerator record.
153 /// Enumerates accelerator data.
169 /// Emit single pubnames/pubtypes accelerator entry.
/freebsd/sys/dev/qat/qat_hw/qat_c4xxx/
H A Dadf_c4xxx_hw_data.h127 /* Return interrupt accelerator source mask */
130 /* Return address of SHINTMASKSSM register for a given accelerator */
134 /* Return address of SSMWDTL register for a given accelerator */
137 /* Return address of SSMWDTH register for a given accelerator */
140 /* Return address of SSMWDTPKEL register for a given accelerator */
144 /* Return address of SSMWDTPKEH register for a given accelerator */
148 /* Return address of SLICEHANGSTATUS register for a given accelerator */
152 /* Return address of IASLICEHANGSTATUS register for a given accelerator */
275 /* Accelerator Interrupt Mask (SSM)
/freebsd/sys/dev/qat/qat_api/common/compression/include/
H A Ddc_session.h104 * compression accelerator */
107 * accelerator
111 * accelerator
115 * accelerator
140 * accelerator
144 * compression accelerator */
147 * accelerator
151 * accelerator
/freebsd/share/man/man4/
H A Dccr.430 .Nd "Chelsio T6 crypto accelerator driver"
49 driver provides support for the crypto accelerator engine included on
77 driver supports the crypto accelerator engine included on adapters
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinkerCompileUnit.h180 /// reconstructed accelerator tables.
213 /// Add a name accelerator entry for \a Die with \a Name.
216 /// Add a name accelerator entry for \a Die with \a Name.
220 /// Add various accelerator entries for \p Die with \p Name which is stored
226 /// Add a type accelerator entry for \p Die with \p Name which is stored in
312 /// Accelerator entries for the unit, both for the pub*
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
H A DOptions.td8 def build_accelerator: Separate<["--", "-"], "build-accelerator">,
10 HelpText<"Build accelerator tables(default: none)\n"
14 def: Joined<["--", "-"], "build-accelerator=">, Alias<build_accelerator>;
/freebsd/sys/contrib/device-tree/Bindings/arm/omap/
H A Diva.txt1 * TI - IVA (Imaging and Video Accelerator) subsystem
3 The IVA contain various audio, video or imaging HW accelerator
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dkeystone-netcp.txt4 The network coprocessor (NetCP) is a hardware accelerator that processes
7 accelerator (PA) module to perform packet classification operations such as
9 generation. NetCP can also optionally include a Security Accelerator (SA)
31 | |-> Packet Accelerator
33 | |-> Security Accelerator
/freebsd/sys/dev/qat/qat_api/qat_direct/include/
H A Dicp_accel_devices.h45 * Accelerator capabilities
118 Cpa8U *pAccelName; /* Name given to accelerator */
123 Cpa32U accelCapabilitiesMask; /* Accelerator's capabilities

123456789