/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCScheduleP10.td | 42 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 D | P9InstrResources.td | 34 // 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 D | PPCSchedPredicates.td | 13 // 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 D | PPCScheduleP9.td | 91 //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 D | floating-point.json | 6 … 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 D | floating-point.json | 6 …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 D | floating-point.json | 6 …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 D | SSL_CTX_set_split_send_fragment.pod | 54 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 D | SSL_CTX_set_split_send_fragment.3 | 189 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 D | allwinner,sun4i-a10-display-engine.yaml | 69 allwinner,pipelines: 81 - allwinner,pipelines 102 allwinner,pipelines: 107 allwinner,pipelines: 114 allwinner,pipelines = <&fe0>, <&fe1>;
|
H A D | arm,komeda.yaml | 53 The stream IDs for each of the used pipelines, each four IDs for the
|
/freebsd/contrib/llvm-project/llvm/tools/opt/ |
H A D | NewPMDriver.cpp | 93 /// 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 D | PassBuilder.h | 1 //===- 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 D | ARMInstrVFP.td | 164 // 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 D | ARMScheduleM55.td | 23 // 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 D | Scheduler.h | 35 /// 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 D | ExecuteStage.h | 40 // 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 D | k_sincosl.h | 57 * 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 D | pipeline.json | 123 …"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 D | HexagonScheduleV60.td | 10 // 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 D | zio_impl.h | 55 * 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 D | record.h | 139 /* 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 D | mediatek,mmsys.yaml | 45 - description: vdosys0 and vdosys1 are 2 display HW pipelines,
|
/freebsd/contrib/llvm-project/llvm/lib/Passes/ |
H A D | PassBuilder.cpp | 1 //===- 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 D | MipsScheduleP5600.td | 29 // 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)
|