| /netbsd-src/external/bsd/openldap/dist/doc/rfc/ |
| H A D | rfc2926.txt | 16 Conversion of LDAP Schemas to and from SLP Templates 31 Location Protocol (SLP) service advertisements and lightweight 34 between SLP service type templates and LDAP directory schema. 35 Because the SLP service type template grammar is relatively simple, 42 recommended representation simplifies interoperability with SLP by 43 allowing SLP directory agents to backend into LDAP directory servers. 45 easily between SLP and LDAP. 66 2.0 Mapping SLP Templates to LDAP Schema ........................ 3 67 2.1 Mapping from SLP Attribute Types to LDAP Attribute Types .. 8 84 4.1 Mapping LDAP Attribute Types to SLP Attribute Types ....... 16 [all …]
|
| H A D | rfc3712.txt | 136 stable IANA-registered 'service:printer:' v2.0 template [SLP-PRT], 293 slpServicePrinter - auxiliary class for SLP registered printers 307 entries containing common printer information for SLP registered 324 [RFC2926] and [SLP-PRT]. 330 DESC 'Service Location Protocol (SLP) information.' 346 existing directory entries with SLP 'service:printer' abstract 347 service type information as defined in [SLP-PRT]. This object class 348 is derived from 'slpService', the parent class for all SLP services, 511 LDAP & SLP Printer Schema IPP Model [RFC2911] 589 Note: For SLP registered printers, the LDAP printer-uri attribute [all …]
|
| H A D | INDEX | 17 rfc2926.txt LDAP: Conversion of LDAP Schemas to and from SLP Templates (I)
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | Vectorizers.rst | 9 which operates on Loops, and the :ref:`SLP Vectorizer 12 The SLP vectorizer merges multiple scalars that are found in the code into 16 Both the Loop Vectorizer and the SLP Vectorizer are enabled by default. 422 The SLP Vectorizer 428 The goal of SLP vectorization (a.k.a. superword-level parallelism) is 446 The SLP-vectorizer processes the code bottom-up, across basic blocks, in search of scalars to combi… 451 The SLP Vectorizer is enabled by default, but it can be disabled
|
| H A D | Lexicon.rst | 284 **SLP**
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/Proposals/ |
| H A D | VectorizationPlan.rst | 64 b. SLP vectorization. 67 VF and UF), mixed vectorization: vectorizing a loop with SLP patterns 211 1. SLP Vectorizer: one can compare the VPlan model with LLVM's existing SLP
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 2305 tryScheduleBundle(ArrayRef<Value *> VL, BoUpSLP *SLP, 2327 BoUpSLP *SLP); 5668 BoUpSLP::BlockScheduling::tryScheduleBundle(ArrayRef<Value *> VL, BoUpSLP *SLP, in tryScheduleBundle() argument 5680 auto &&TryScheduleBundle = [this, OldScheduleEnd, SLP](bool ReSchedule, in tryScheduleBundle() 5699 calculateDependencies(Bundle, /*InsertInReadyList=*/true, SLP); in tryScheduleBundle() 5915 BoUpSLP *SLP) { in calculateDependencies() argument 5974 MemoryLocation SrcLoc = getLocation(SrcInst, SLP->AA); in calculateDependencies() 5992 SLP->isAliased(SrcLoc, SrcInst, DepDest->Inst)))) { in calculateDependencies()
|
| /netbsd-src/share/man/tools/ |
| H A D | sp.ignore | 1842 SLP
|
| H A D | newsp.errs | 4138 SLP
|
| /netbsd-src/external/apache2/llvm/dist/llvm/ |
| H A D | CREDITS.TXT | 445 D: X86 code generation improvements, Loop Vectorizer, SLP Vectorizer
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| H A D | CodeGenOptions.def | 275 CODEGENOPT(VectorizeSLP , 1, 0) ///< Run SLP vectorizer.
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
| H A D | passes.texi | 711 and general loop utilities), @file{tree-vect-slp} (loop-aware SLP 713 @file{tree-vect-slp-patterns.cc} containing the SLP pattern matcher. 716 SLP Vectorization. This pass performs vectorization of straight-line code. The
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ChangeLog-2020 | 1360 (vect_analyze_slp): Base the SLP discovery limit on 2401 (_slp_tree::_slp_tree): Link node into the SLP tree list. 2402 (_slp_tree::~_slp_tree): Delink node from the SLP tree list. 4328 vector types to invariants for SLP. 4686 SLP loads here. 6275 SLP graph entry kind. 6591 previously removed CSE of SLP IVs. 6823 * tree-vect-loop.c (vectorizable_induction): SLP vectorize 6839 PHI node initial values again for SLP and not nested 6997 (vectorizable_induction): ... here. Rewrite SLP [all …]
|
| H A D | ChangeLog-2015 | 689 SLP def type to stmt operands one stmt at a time. 1351 * tree-vect-slp.c (vect_analyze_slp_instance): Drop SLP instances 1375 (vect_slp_analyze_bb_1): Do not mark stmts not in SLP instances 1885 reduction chains and ignore SLP reductions. 2990 restriction to reduction contexts but allow SLP reductions as well. 3541 * tree-vect-loop.c (vect_analyze_loop_2): Reset SLP type also 3665 * tree-vect-stmts.c (vectorizable_load): ... here and relax for SLP. 3667 LOOP_VINFO_PEELING_FOR_GAPS before re-trying without SLP. 3863 iteration cost earlier. Re-do analysis without SLP when 3864 vectorization using SLP fails and without has a chance to succeed. [all …]
|
| H A D | ChangeLog-2019 | 3152 def types for two-operation SLP. 3458 for non-SLP stmts. 3594 SLP instances being the entries. 4209 singedness of SLP reduction epilouge operations. Also reduce 4210 the vector width for SLP reductions before doing elementwise 5891 (get_group_load_store_type): Use it for reversed SLP accesses. 7778 (vect_analyze_slp_instance): Likewise. Build a SLP 7921 (vect_is_simple_reduction): SLP reduction chains cannot have 9073 SLP discovery fails try to handle the reduction as part 9074 of SLP reduction discovery. [all …]
|
| H A D | ChangeLog-2021 | 484 SLP gather loads. 1826 * tree-vect-slp.c (vect_analyze_slp): Only add a SLP reduction 2395 the last SLP child node rather than the first. 2425 Handle SLP nodes. 11166 vector type of an SLP node to the representative stmt-info. 11891 from the SLP node. 12604 stmt_info for SLP. 15878 (vect_slp_region): Pass down all SLP instances to costing 18642 at CTOR SLP graph entries. 20437 value in reduc_info for non-SLP reductions too. [all …]
|
| H A D | ChangeLog-2018 | 1908 and fix initialization vector for SAD and DOT_PROD SLP reductions. 4296 group building until we have successfully detected the SLP 6773 (vect_detect_hybrid_slp_stmts): Properly union SLP type over 6784 SLP tree build. 6996 already created SLP nodes. 6997 (vect_print_slp_tree): Handle a SLP graph, print SLP node 6999 (vect_slp_rearrange_stmts): Handle a SLP graph. 7000 (vect_analyze_slp_instance): Adjust and free SLP nodes from 7229 fail the SLP build because of size constraints. 14244 (vect_transform_loop): Update calls accordingly. Schedule SLP [all …]
|
| H A D | ChangeLog | 523 processing a BB SLP root. 1528 Properly handle grouped stores from other SLP instances. 3779 properly update their SLP nodes. 3845 SLP group members from group numbers in excess of the 5246 set STMT_VINFO_REDUC_DEF for all live lanes in a SLP 5248 (vectorizable_live_operation): Do not pun to the SLP 10098 (vector_costs::add_stmt_cost): Add SLP node parameter. 10103 * tree-vectorizer.cc (dump_stmt_cost): Dump the SLP node. 10108 the SLP node for costing. 16606 reductions wrapped in conversions from SLP handling.
|
| H A D | ChangeLog-2007 | 2066 * tree-vect-transform.c (vectorizable_operation): In case of SLP, 2069 operand for every vector statement to be created for the SLP node. 6754 (vectorizable_operation): Use scalar operand in SLP in case of 7433 (destroy_loop_vec_info): Free memory allocated for SLP structures. 7437 functions. For not pure SLP stmts with strided access check that the 7439 SLP. Call vect_update_slp_costs_according_to_vf. 7450 SLP costs into account. 7452 (vect_model_simple_cost): Make extern, add SLP parameter and handle 7453 SLP. 7459 (vectorizable_reduction): Don't handle SLP for now. [all …]
|
| H A D | ChangeLog-2017 | 4716 (vect_analyze_slp_cost_1): Add visited set, do not account SLP 4721 (vect_schedule_slp_instance): Add a map recording the SLP node 16258 for gap in the non-permutation SLP case. 21067 bst_fail set to cache SLP tree build fails. Properly handle 23246 as SLP reduction chain, specifically not properly associated 23250 this is a reduction chain, pass in the SLP node for the PHIs. 23251 (vect_create_epilog_for_reduction): Get the SLP instance as 23253 (vectorizable_reduction): Get the SLP instance as arg. 23254 During analysis remember the SLP node with the PHIs in the 23257 through SLP instance. [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | README-SSE.txt | 43 Also, there are cases where some simple local SLP would improve codegen a bit.
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | Expr.cpp | 1242 StringLiteralParser SLP(TheTok, SM, Features, Target); in getLocationOfByte() local 1243 unsigned TokNumBytes = SLP.GetStringLength(); in getLocationOfByte() 1248 unsigned Offset = SLP.getOffsetOfStringByte(TheTok, ByteNo); in getLocationOfByte()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
| H A D | passes.texi | 718 and general loop utilities), @file{tree-vect-slp} (loop-aware SLP 722 SLP Vectorization. This pass performs vectorization of straight-line code. The
|
| /netbsd-src/external/mpl/dhcp/dist/doc/ |
| H A D | References.txt | 398 (SLP).
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | params.opt | 821 Maximum number of instructions in basic block to be considered for SLP vectorization.
|