Home
last modified time | relevance | path

Searched full:pipelines (Results 1 – 25 of 118) sorted by relevance

12345

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCScheduleP10.td42 def P10_BF : ProcResource<4>; // Four Binary Floating Point pipelines.
43 def P10_BR : ProcResource<2>; // Two Branch pipelines.
44 def P10_CY : ProcResource<4>; // Four Crypto pipelines.
45 def P10_DF : ProcResource<1>; // One Decimal Floating Point pipelines.
46 def P10_DV : ProcResource<2>; // Two Fixed-point divide (DIV) pipelines.
47 def P10_DX : ProcResource<2>; // Two 128-bit fixed-point and BCD pipelines.
48 def P10_FX : ProcResource<4>; // Four ALU pipelines.
49 def P10_LD : ProcResource<2>; // Two Load pipelines.
50 def P10_MM : ProcResource<2>; // Two 512-bit SIMD matrix multiply engine pipelines.
51 def P10_PM : ProcResource<4>; // Four 128-bit permute (PM) pipelines
[all...]
H A DP9InstrResources.td34 // Uses both ALU units (the even ALUE and odd ALUO units), two pipelines
206 // Uses both ALU units (the even ALUE and odd ALUO units), two pipelines
291 // Uses both DP units (the even DPE and odd DPO units), two pipelines (EXECE,
525 // superslice. That includes both exec pipelines (EXECO, EXECE) and one
635 // superslice. That includes both exec pipelines (EXECO, EXECE) and one
659 // superslice. That includes both exec pipelines (EXECO, EXECE) and one
667 // superslice. That includes both exec pipelines (EXECO, EXECE) and one
684 // superslice. That includes both exec pipelines (EXECO, EXECE) and one
692 // superslice. That includes both exec pipelines (EXECO, EXECE) and one
701 // superslice. That includes both exec pipelines (EXECO, EXECE) and all three
[all …]
H A DPPCSchedPredicates.td13 // Identify instructions that write BF pipelines with 7 cycles.
206 // Identify instructions that write CY pipelines with 7 cycles.
230 // Identify instructions that write MM pipelines with 10 cycles.
H A DPPCScheduleP9.td91 //Even ALU pipelines
95 //Odd ALU pipelines
105 //Even DP pipelines
109 //Odd DP pipelines
/freebsd/lib/libpmc/pmu-events/arch/x86/amdzen1/
H A Dfloating-point.json6 … uOps dispatched to each of the 4 FPU execution pipelines. This event reflects how busy the FPU pi…
13 … uOps dispatched to each of the 4 FPU execution pipelines. This event reflects how busy the FPU pi…
20 … uOps dispatched to each of the 4 FPU execution pipelines. This event reflects how busy the FPU pi…
27 … uOps dispatched to each of the 4 FPU execution pipelines. This event reflects how busy the FPU pi…
34 … uOps dispatched to each of the 4 FPU execution pipelines. This event reflects how busy the FPU pi…
41 … uOps dispatched to each of the 4 FPU execution pipelines. This event reflects how busy the FPU pi…
48 …uOps) dispatched to each of the 4 FPU execution pipelines. This event reflects how busy the FPU pi…
55 …uOps) dispatched to each of the 4 FPU execution pipelines. This event reflects how busy the FPU pi…
62 …uOps) dispatched to each of the 4 FPU execution pipelines. This event reflects how busy the FPU pi…
69 …uOps) dispatched to each of the 4 FPU execution pipelines. This event reflects how busy the FPU pi…
/freebsd/lib/libpmc/pmu-events/arch/x86/amdzen2/
H A Dfloating-point.json6 …uOps) dispatched to each of the 4 FPU execution pipelines. This event reflects how busy the FPU pi…
13 …uOps) dispatched to each of the 4 FPU execution pipelines. This event reflects how busy the FPU pi…
20 …uOps) dispatched to each of the 4 FPU execution pipelines. This event reflects how busy the FPU pi…
27 …uOps) dispatched to each of the 4 FPU execution pipelines. This event reflects how busy the FPU pi…
34 …uOps) dispatched to each of the 4 FPU execution pipelines. This event reflects how busy the FPU pi…
/freebsd/lib/libpmc/pmu-events/arch/x86/amdzen3/
H A Dfloating-point.json6 …uOps) dispatched to each of the 4 FPU execution pipelines. This event reflects how busy the FPU pi…
13 …uOps) dispatched to each of the 4 FPU execution pipelines. This event reflects how busy the FPU pi…
20 …uOps) dispatched to each of the 4 FPU execution pipelines. This event reflects how busy the FPU pi…
27 …uOps) dispatched to each of the 4 FPU execution pipelines. This event reflects how busy the FPU pi…
34 …uOps) dispatched to each of the 4 FPU execution pipelines. This event reflects how busy the FPU pi…
/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_set_split_send_fragment.pod54 of pipelines that will be used at any one time. This value applies to both
56 used (i.e. normal non-parallel operation). The number of pipelines set must be
65 SSL_set_split_send_fragment() define how data is split up into pipelines when
66 writing encrypted data. The number of pipelines used will be determined by the
75 SSL_write/SSL_write_ex called with 2001-4000 bytes == 2 pipelines used
77 SSL_write/SSL_write_ex called with 4001-6000 bytes == 3 pipelines used
79 SSL_write/SSL_write_ex called with 6001+ bytes == 4 pipelines used
86 between the pipelines.
100 read buffer is multiplied by the number of pipelines available to ensure that we
/freebsd/secure/lib/libcrypto/man/man3/
H A DSSL_CTX_set_split_send_fragment.3189 of pipelines that will be used at any one time. This value applies to both
191 used (i.e. normal non-parallel operation). The number of pipelines set must be
200 \&\fBSSL_set_split_send_fragment()\fR define how data is split up into pipelines when
201 writing encrypted data. The number of pipelines used will be determined by the
210 SSL_write/SSL_write_ex called with 2001\-4000 bytes == 2 pipelines used
212 SSL_write/SSL_write_ex called with 4001\-6000 bytes == 3 pipelines used
214 SSL_write/SSL_write_ex called with 6001+ bytes == 4 pipelines used
221 between the pipelines.
235 read buffer is multiplied by the number of pipelines available to ensure that we
/freebsd/sys/contrib/device-tree/Bindings/display/
H A Dallwinner,sun4i-a10-display-engine.yaml69 allwinner,pipelines:
81 - allwinner,pipelines
102 allwinner,pipelines:
107 allwinner,pipelines:
114 allwinner,pipelines = <&fe0>, <&fe1>;
H A Darm,komeda.yaml53 The stream IDs for each of the used pipelines, each four IDs for the
/freebsd/contrib/llvm-project/llvm/tools/opt/
H A DNewPMDriver.cpp93 /// inserted into default pipelines at the respective extension points
97 "the Peephole extension points into default pipelines"),
103 "the LateLoopOptimizations extension point into default pipelines"),
108 "the LoopOptimizerEnd extension point into default pipelines"),
113 "the ScalarOptimizerLate extension point into default pipelines"),
118 "the CGSCCOptimizerLate extension point into default pipelines"),
123 "the VectorizerStart extension point into default pipelines"),
128 "the PipelineStart extension point into default pipelines"),
133 "the EarlySimplification extension point into default pipelines"),
138 "the OptimizerEarly extension point into default pipelines"),
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/
H A DPassBuilder.h1 //===- Parsing, selection, and construction of pass pipelines --*- C++ -*--===//
11 /// configurations, and parsing of pass pipelines.
43 /// Tunable parameters for passes in the default pipelines.
96 // default pipelines.
119 /// cannot contain inner pipelines. See parsePassPipeline() for a more
188 /// Note that \p Level cannot be `O0` here. The pipelines produced are
207 /// Note that \p Level cannot be `O0` here. The pipelines produced are
235 /// Note that \p Level cannot be `O0` here. The pipelines produced are
299 /// This should only be used for non-LTO and LTO pre-link pipelines.
471 /// link-time pipelines).
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrVFP.td164 // pipelines.
199 // pipelines.
267 // VFP pipelines.
280 // VFP pipelines.
293 // VFP pipelines.
439 // VFP pipelines on A8.
464 // VFP pipelines on A8.
510 // VFP pipelines on A8.
535 // VFP pipelines on A8.
620 // VFP pipelines on A8.
[all …]
H A DARMScheduleM55.td23 // The EPU pipelines now include both MVE and FP instructions. It has four
24 // pipelines across 4 stages (E1-E4). These pipelines are "control",
32 // 128bit vector operation. So long as the beats are to different pipelines,
47 // For this schedule, we currently model latencies and pipelines well for each
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DScheduler.h35 /// instruction to issue to the underlying pipelines.
94 // instructions that have already been issued to the underlying pipelines. In
192 /// pipelines. Note that this operation cannot fail; it assumes that a
255 /// instructions that could not be issued to the underlying pipelines because
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/Stages/
H A DExecuteStage.h40 // instructions to the underlying pipelines.
56 // execute a retire stage. We don't need to check if pipelines and/or
/freebsd/lib/msun/src/
H A Dk_sincosl.h57 * with more complex pipelines. in __kernel_sincosl()
115 * with more complex pipelines. in __kernel_sincosl()
/freebsd/lib/libpmc/pmu-events/arch/arm64/fujitsu/a64fx/
H A Dpipeline.json123 …"PublicDescription": "This event counts aborted requests in L1D pipelines that due to store-load i…
126 …"BriefDescription": "This event counts aborted requests in L1D pipelines that due to store-load in…
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonScheduleV60.td10 // There are four SLOTS (four parallel pipelines) in Hexagon V60 machine.
26 // In addition to using the above SLOTS, there are also six vector pipelines
/freebsd/sys/contrib/openzfs/include/sys/
H A Dzio_impl.h55 * above, there are some helper pipelines (one could consider them
56 * sub-pipelines) which are used internally by the ZIO module and are
/freebsd/crypto/openssl/ssl/record/
H A Drecord.h139 /* How many pipelines can be used to read data */
141 /* How many pipelines can be used to write data */
/freebsd/sys/contrib/device-tree/Bindings/arm/mediatek/
H A Dmediatek,mmsys.yaml45 - description: vdosys0 and vdosys1 are 2 display HW pipelines,
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilder.cpp1 //===- Parsing and selection of pass pipelines ----------------------------===//
13 /// pipelines.
1447 // First handle complex passes like the pass managers which carry pipelines. in parseModulePass()
1487 // Normal passes can't have pipelines. in parseModulePass()
1625 // First handle complex passes like the pass managers which carry pipelines. in parseCGSCCPass()
1657 // Normal passes can't have pipelines. in parseCGSCCPass()
1740 // First handle complex passes like the pass managers which carry pipelines. in parseFunctionPass()
1778 // Normal passes can't have pipelines. in parseFunctionPass()
1848 // First handle complex passes like the pass managers which carry pipelines. in parseLoopPass()
1863 // Normal passes can't have pipelines. in parseLoopPass()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsScheduleP5600.td29 // ALQ Pipelines
44 // AGQ Pipelines
208 // Either ALU or AL2 Pipelines
228 // FPU Pipelines
530 // These instructions are split across multiple uops (in different pipelines)

12345