Home
last modified time | relevance | path

Searched refs:transformations (Results 1 – 25 of 160) sorted by relevance

1234567

/netbsd-src/usr.bin/make/unit-tests/
H A Dposix1.exp28 Target with suffix transformations
32 Implied source with suffix transformations
36 Suffixless target with suffix transformations
40 Out-of-date dependencies with suffix transformations
44 Member with suffix transformations
68 Target with suffix transformations
72 Implied source with suffix transformations
76 Suffixless target with suffix transformations
80 Out-of-date dependencies with suffix transformations
84 Member with suffix transformations
[all …]
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A DDESperate.txt20 PC1 transformations
64 PC2 transformations
101 SBOX transformations
104 The SBOX transformations are 6 bit to 4 bit transformations.
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DTransformMetadata.rst15 to determine whether or not to perform transformations, and when doing
16 so, other details of how the transformations are applied (e.g., which
18 Unless the optimizer is otherwise directed, transformations are applied
20 avoid unprofitable transformations, but in practice, this results in the
21 optimizer not applying transformations that would be highly profitable.
24 transformations they should apply. This can be additional knowledge that
35 Attributes can describe properties of the loop, disable transformations,
36 force specific transformations and set transformation options.
53 Some attributes describe code transformations (unrolling, vectorizing,
72 restructuring transformations.
[all …]
H A DBugpoint.rst170 transformations. If the process of using bugpoint has left you with still too
175 Turn on ``-debug-only=instcombine`` and see which transformations within
178 At this point, you have a decision to make. Is the number of transformations
181 If there are too many transformations, then a source modification approach may
183 disable just those transformations that are being performed on your test input
184 and perform a binary search over the set of transformations. One set of places
196 At this point, if the amount of transformations is still too large, then
218 point---a simple binary search may not be sufficient, as transformations that
222 Now that the number of transformations is down to a manageable number, try
223 examining the output to see if you can figure out which transformations are
H A DHowToUpdateDebugInfo.rst11 Certain kinds of code transformations can inadvertently result in a loss of
15 code transformations, and offers suggestions for how to create targeted debug
16 info tests for arbitrary transformations.
39 Examples of transformations that should follow this rule include:
57 Examples of transformations for which this rule *does not* apply include:
67 Examples of transformations that should follow this rule include:
92 Examples of transformations that should follow this rule include:
105 Examples of transformations for which this rule *does not* apply include:
225 Mutation testing for IR-level transformations
333 :ref:`Mutation testing for MIR-level transformations<MIRDebugify>`.
[all …]
H A DOptBisect.rst14 problems where incorrect transformations during optimization result in incorrect
33 transformations that is difficult to replicate with tools like opt and llc.
64 following syntax will set a bisect limit for LTO transformations:
84 value may be associated with as much as all transformations that would have
88 if an invocation of the pass is not skipped individual transformations within
H A DAliasAnalysis.rst29 which can provide it, allowing for powerful analyses and transformations to work
208 analyses and transformations, the answer should be fairly obvious from what type
304 Updating analysis results for transformations
308 program, but clients will use this information to make transformations to the
310 analysis results updated to reflect the changes made by these transformations.
322 The ``deleteValue`` method is called by transformations when they remove an
435 Many transformations need information about alias **sets** that are active in
459 duration of the loop nest. Both of these transformations only apply if the
588 Alias analysis driven transformations
591 LLVM includes several alias-analysis driven transformations which can be used
[all …]
H A DUserGuides.rst114 Information on how to write LLVM transformations and analyses.
117 Information on how to write LLVM transformations under the new pass
H A DNewPassManager.rst225 update it for specific transformations, or there may be helper updaters like
232 // We've made no transformations that can affect any analyses.
235 // We've made transformations and don't want to bother to update any analyses.
238 …// We've specifically updated the dominator tree alongside any transformations, but other analysis…
H A DPasses.rst581 desired loop transformations have been performed. Additionally, on targets
796 This pass performs several transformations to transform natural loops into a
797 simpler form, which makes subsequent analyses and transformations simpler and
803 analyses and transformations, such as :ref:`LICM <passes-licm>`.
808 header). This simplifies transformations such as store-sinking that are built
846 :ref:`Dependence Analysis <passes-da>` for proving the transformations are safe.
915 This pass performs various transformations related to eliminating ``memcpy``
1159 performing optimizing transformations.
1224 ``-transform-warning``: Report missed forced transformations
1227 Emits warnings about not yet applied forced transformations (e.g. from
H A DWritingAnLLVMNewPMPass.rst15 perform the transformations and optimizations that make up the compiler, they
16 build the analysis results that are used by these transformations, and they
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/datamorph/
H A Ddatamorph.c157 Avlnode *transformations; member
524 ov->transformations, &needle, transformation_info_cmp ); in datamorph_filter()
575 if ( ldap_avl_find( ov->transformations, &needle, in datamorph_op_add()
598 t = ldap_avl_find( ov->transformations, &needle, transformation_info_cmp ); in datamorph_op_add()
635 t = ldap_avl_find( ov->transformations, &needle, transformation_info_cmp ); in datamorph_op_compare()
670 t = ldap_avl_find( ov->transformations, &needle, transformation_info_cmp ); in datamorph_op_mod()
721 ov->transformations, &needle, transformation_info_cmp ) ) { in datamorph_op_modrdn()
759 t = ldap_avl_find( ov->transformations, &needle, transformation_info_cmp ); in datamorph_response()
876 ov->transformations, &needle, transformation_info_cmp ); in datamorph_entry_get_rw()
1365 info = ldap_avl_delete( &ov->transformations, info, in datamorph_set_attribute()
[all …]
/netbsd-src/external/bsd/openldap/dist/doc/devel/variadic_debug/
H A DREADME7 patches in this directory implement the transformations used to bring
19 transformations performed. One notable limitation at the time of writing
/netbsd-src/external/apache2/llvm/dist/llvm/docs/GlobalISel/
H A DKnownBits.rst5 available to other passes to enable transformations like those in the examples
52 Many transformations share this property. The main exception being when the
/netbsd-src/external/apache2/llvm/dist/libcxx/include/experimental/
H A Dtype_traits23 // 3.3.2, Other type transformations
84 // 3.3.2, Other type transformations
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Dsubst.md53 ; Does transformations to switch between patterns unsing risbg +
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/
H A Dsubst.md53 ; Does transformations to switch between patterns unsing risbg +
/netbsd-src/external/apache2/llvm/dist/llvm/docs/HistoricalNotes/
H A D2002-05-12-InstListChange.txt36 be changed to do nice local transformations. In the short term, I'll
H A D2003-06-26-Reoptimizer2.txt9 registers. It assumes that the transformations you are doing are safe.
/netbsd-src/sys/external/bsd/acpica/dist/generate/unix/
H A Dreadme.txt105 mainly of performing a series of string replacements and transformations
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Doptinfo.texi10 information about various compiler transformations and optimizations.
134 transformations, more detailed messages about decisions etc.
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Doptinfo.texi10 information about various compiler transformations and optimizations.
134 transformations, more detailed messages about decisions etc.
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dintegratorcp.dts300 * (after transformations) to the VGA DAC and also an
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddbgcnt.def86 Assuming that the dump file is logging the analysis/transformations
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddbgcnt.def86 Assuming that the dump file is logging the analysis/transformations

1234567