Home
last modified time | relevance | path

Searched full:transformation (Results 1 – 25 of 526) sorted by relevance

12345678910>>...22

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DWarnMissedTransforms.cpp27 LLVM_DEBUG(dbgs() << "Leftover unroll transformation\n"); in warnAboutLeftoverTransformations()
33 "requested transformation; the transformation might be disabled or " in warnAboutLeftoverTransformations()
34 "specified as part of an unsupported transformation ordering"); in warnAboutLeftoverTransformations()
38 LLVM_DEBUG(dbgs() << "Leftover unroll-and-jam transformation\n"); in warnAboutLeftoverTransformations()
44 "the requested transformation; the transformation might be disabled " in warnAboutLeftoverTransformations()
45 "or specified as part of an unsupported transformation ordering"); in warnAboutLeftoverTransformations()
49 LLVM_DEBUG(dbgs() << "Leftover vectorization transformation\n"); in warnAboutLeftoverTransformations()
61 "requested transformation; the transformation might be disabled " in warnAboutLeftoverTransformations()
62 "or specified as part of an unsupported transformation ordering"); in warnAboutLeftoverTransformations()
69 "requested transformation; the transformation might be disabled " in warnAboutLeftoverTransformations()
[all …]
/freebsd/contrib/bmake/unit-tests/
H A Dsuff-lookup.exp7 defining transformation from `.ccc' to `.cc'
10 transformation .ccc.cc complete
11 defining transformation from `.c' to `.ccc'
14 transformation .c.ccc complete
15 defining transformation from `.short' to `.c'
18 transformation .short.c complete
19 defining transformation from `.sho' to `.c'
22 transformation .sho.c complete
23 defining transformation from `.dead-end' to `.short'
26 transformation .dead-end.short complete
H A Dsuff-transform-endless.exp3 defining transformation from `.c' to `.d'
7 defining transformation from `.d' to `.e'
11 defining transformation from `.e' to `'
14 defining transformation from `.e' to `.f'
17 defining transformation from `.f' to `.e'
20 transformation .e complete
21 transformation .e.f complete
22 transformation .f.e complete
H A Dsuff-transform-select.exp3 defining transformation from `.c' to `.d'
7 defining transformation from `.d' to `.e'
12 defining transformation from `.e' to `'
15 defining transformation from `.e' to `.f'
18 defining transformation from `.f' to `.e'
21 transformation .e complete
22 transformation .e.f complete
23 transformation .f.e complete
H A Dsuff-incomplete.exp11 defining transformation from `.a' to `.b'
15 deleting incomplete transformation from `.a' to `.b'
17 defining transformation from `.a' to `.c'
24 transformation .a.c complete
27 transformation .DEFAULT complete
H A Dsuff-rebuild.exp15 defining transformation from `.a' to `.b'
20 transformation .a.b complete
22 defining transformation from `.b' to `.c'
27 transformation .b.c complete
29 defining transformation from `.c' to `'
34 transformation .c complete
H A Dsuff-incomplete.mk3 # Tests incomplete transformation rules, which are ignored.
14 # and not added to the transformation rules.
19 # This rule has a dependency, therefore it is a complete transformation.
26 # The debug log says "transformation .DEFAULT complete", which seems wrong
H A Dsuff-add-later.mk25 # XXX: .d.c is not a transformation rule but a regular target.
26 # XXX: .d is not a transformation rule but a regular target.
27 # XXX: .e.d is not a transformation but a regular target.
31 # XXX: don't know how to make issue5a.d (even though .c.d is a transformation
H A Dsuff-rebuild.mk3 # Demonstrates what happens to transformation rules (called inference rules
26 # the suffixes from before, and have the transformation rules preserved.
32 # transformation rule is defined, it is not added to the global list of
38 # transformation rules.
H A Dsuff-transform-endless.mk4 # Transformation search can end up in an infinite loop.
24 # XXX: .d.c is not a transformation rule.
25 # XXX: .d is not a transformation rule.
26 # XXX: .e.d is not a transformation rule.
H A Dsuff-phony.exp2 defining transformation from `.c' to `'
5 transformation .c complete
H A Dsuff-add-later.exp3 defining transformation from `.c' to `.d'
7 defining transformation from `.d' to `.e'
H A Dsuff-lookup.mk14 # Register '.short' before '.sho'. When searching for the transformation
38 # transformation rules.
H A Dsuff-clear-regular.mk11 # targets are interpreted as transformation rules.
20 # XXX: .a.b is still a transformation rule.
H A Dsuff-main-several.exp13 defining transformation from `.1' to `.2'
19 defining transformation from `.1' to `.3'
25 defining transformation from `.1' to `.4'
/freebsd/usr.bin/m4/TEST/
H A Dtest.m4120 I am a wizard in the magical Kingdom of Transformation and I
131 "Kingdom of Transformation" where travelers wander and are magically
136 to the Kingdom of Transformation:
139 Transformation. A king rules over this land and employs a Council of
144 transformed along the way. The income of the Kingdom of Transformation
147 The Kingdom of Transformation was created when several kingdoms got
149 citizens. They employed CTK, Inc. (Creators of Transformation, Inc.) to
151 and its laws of transformation, and created the major highway system.
176 first duty of the wizards is to tailor the transformation laws so as to be
198 transformation laws to help devise a way to locate the dragon. CTK also
[all …]
/freebsd/contrib/bmake/
H A Dsuff.c73 * transformation rules such as ".c.o".
88 * See if the passed string is a transformation rule.
100 * Add another transformation to the suffix graph.
134 * The transformation rules, such as '.c.o' to transform '.c' into '.o',
146 * A suffix such as ".c" or ".o" that may be used in suffix transformation
182 /* Suffixes we have a transformation to */
184 /* Suffixes we have a transformation from */
192 * via the transformation rule ".c.o". If that doesn't exist, maybe there is
193 * another transformation rule ".pas.c" that would make "src.pas" an indirect
241 /* The empty suffix required for POSIX single-suffix transformation rules */
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h9 // This file defines some loop transformation utilities.
241 /// Create a new loop identifier for a loop created from a loop transformation.
243 /// @param OrigLoopID The loop ID of the loop before the transformation.
254 /// applied transformation.
258 /// @return The loop ID for the after-transformation loop. The following values
261 /// transformation to choose attributes that make sense.
270 /// Look for the loop attribute that disables all transformation heuristic.
273 /// Look for the loop attribute that disables the LICM transformation heuristics.
276 /// The mode sets how eager a transformation should be applied.
278 /// The pass can use heuristics to determine whether a transformation should
[all …]
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGLoopInfo.h144 /// to a loop. The transformation first to be applied will use LoopID of the
145 /// next transformation in its followup attribute.
148 /// @param LoopProperties Non-transformation properties such as debug
153 /// at least one transformation.
184 /// Create a LoopID for this loop, including transformation-unspecific
188 /// @param LoopProperties Additional non-transformation properties to add
189 /// to the LoopID, such as transformation-specific
192 /// at least one transformation.
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAnalysis.h34 /// For example, a transformation can indicate that it preserves the CFG of a
44 /// This lets a transformation say e.g. "I preserved all function analyses".
80 /// A set of analyses that are preserved following a run of a transformation
83 /// Transformation passes build and return these objects to communicate which
84 /// analyses are still valid after the transformation. For most passes this is
89 /// This class also lets transformation passes mark abstract *sets* of analyses
90 /// as preserved. A transformation that (say) does not alter the CFG can
279 /// This is used primarily to optimize for the common case of a transformation
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSymbolRewriter.cpp29 // + Target (explicit transformation)
30 // + Transform (pattern transformation)
34 // + Target (explicit transformation)
35 // + Transform (pattern transformation)
38 // + Target (explicit transformation)
39 // + Transform (pattern transformation)
206 /// source function name and target function name of the transformation are
226 /// A pattern for the function name is provided and a transformation for that
234 /// described in the transformation pattern for the target. Applies only to
242 /// aliases which match a given pattern. The provided transformation will be
/freebsd/sys/geom/raid/
H A Dg_raid_tr_if.m38 # The G_RAID transformation class interface.
80 # iorequest() - manage forward transformation and generates requests to disks.
86 # iodone() - manages backward transformation and reports completion status.
/freebsd/crypto/heimdal/doc/doxyout/hcrypto/man/man3/
H A Dpage_des.333 … Data Encryption Standard' by Dag Arne Osvik. I never got to the PC1 transformation was working, i…
35 The core DES function (SBOX + P transformation) is from Richard Outerbridge public domain DES imple…
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DCalledValuePropagation.h9 // This file implements a transformation that attaches !callees metadata to
14 // analysis driving the transformation is similar to constant propagation and
H A DStripSymbols.h9 // The StripSymbols transformation implements code stripping. Specifically, it
16 // Note that this transformation makes code much less readable, so it should

12345678910>>...22