Home
last modified time | relevance | path

Searched full:transformations (Results 1 – 25 of 301) sorted by relevance

12345678910>>...13

/freebsd/contrib/bmake/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 …]
H A Dsuff-transform-endless.mk30 # XXX: .c.d is not listed as "Transformations".
31 # XXX: .d.c is not listed as "Transformations".
32 # XXX: .d is not listed as "Transformations".
33 # XXX: .d.e is not listed as "Transformations".
34 # XXX: .e.d is not listed as "Transformations".
H A Dsuff-clear-regular.mk24 # XXX: .a is listed in "Transformations".
25 # XXX: .a.b is listed in "Transformations".
26 # XXX: .b.a is listed in "Transformations".
H A Dposix1.mk92 "Target with suffix transformations\n\
96 Implied source with suffix transformations\n\
100 Suffixless target with suffix transformations\n\
104 Out-of-date dependencies with suffix transformations\n\
108 Member with suffix transformations\n\
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLoopSimplify.h9 // This pass performs several transformations to transform natural loops into a
10 // simpler form, which makes subsequent analyses and transformations simpler and
15 // number of analyses and transformations, such as LICM.
20 // by the loop header). This simplifies transformations such as store-sinking
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/ELF/
H A DELFObjcopy.h26 /// Apply the transformations described by \p Config and \p ELFConfig to
34 /// Apply the transformations described by \p Config and \p ELFConfig to
42 /// Apply the transformations described by \p Config and \p ELFConfig to
/freebsd/sys/contrib/openzfs/include/sys/
H A Dzio_impl.h71 * data transformations. The transformations performed are based on the
73 * behavior of the pipeline. Examples of supported transformations are
74 * compression, dedup, and nop writes. Transformations will either modify
76 * the supported transformations:
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGLoopInfo.h137 /// Create a LoopID without any transformations.
141 /// Create a LoopID for transformations.
143 /// The methods call each other in case multiple transformations are applied
147 /// @param Attrs The loop's transformations.
150 /// transformations. These are added to the returned
187 /// @param Attrs This loop's attributes and transformations.
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Transformer/
H A DTransformer.h163 auto Transformations = Rule.Cases[I].Edits(Result);
164 if (!Transformations) {
165 Consumer(Transformations.takeError());
170 if (!Transformations->empty()) {
171 auto C = convertToAtomicChanges(*Transformations, Result);
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DASTUtils.h23 /// This function de-facto defines a set of transformations that we consider
29 /// webkit.UncountedCallArgsChecker checker. Allowed list of transformations:
41 /// Certain subexpression nodes represent transformations that don't affect
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DWarnMissedTransforms.cpp9 // Emit warnings if forced code transformations have not been performed.
22 /// Emit warnings for forced (i.e. user-defined) loop transformations which have
94 // Do not warn about not applied transformations if optimizations are in run()
/freebsd/share/man/man4/
H A Dgeom.474 can perform transformations on disk I/O requests on their path from
77 Transformations in a
108 Being extensible means that new transformations are treated no differently
109 than existing transformations.
377 Even simple transformations like MBR and BSD will clone the
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransEmptyStatementsAndDealloc.cpp1 //===-- TransEmptyStatementsAndDealloc.cpp - Transformations to ARC mode --===//
11 // Removes empty statements that are leftovers from previous transformations.
75 /// transformations.
89 return false; // was already empty, not because of transformations. in VisitCompoundStmt()
H A DTransUnusedInitDelegate.cpp1 //===--- TransUnusedInitDelegate.cpp - Transformations to ARC mode --------===//
8 // Transformations:
H A DTransforms.h1 //===-- Transforms.h - Transformations to ARC mode --------------*- C++ -*-===//
32 // Transformations.
142 // GC transformations
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/
H A DVectorize.h
H A DObjCARC.h1 //===-- ObjCARC.h - ObjCARC Scalar Transformations --------------*- C++ -*-===//
10 // in the ObjCARC Scalar Transformations library.
H A DIPO.h1 //===- llvm/Transforms/IPO.h - Interprocedural Transformations --*- C++ -*-===//
10 // in the IPO transformations library.
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/Utils/
H A DLocal.h1 //===- Local.h - Functions to perform local transformations -----*- C++ -*-===//
9 // This family of functions perform various local transformations to the
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/MachO/
H A DMachOObjcopy.h27 /// Apply the transformations described by \p Config and \p MachOConfig to
34 /// Apply the transformations described by \p Config and \p MachOConfig to
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/
H A DObjCopy.h25 /// Applies the transformations described by \p Config to
32 /// Applies the transformations described by \p Config to \p In and writes
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLocal.cpp1 //===- Local.cpp - Functions to perform local transformations -------------===//
9 // This family of functions perform various local transformations to the
/freebsd/sys/contrib/openzfs/module/icp/algs/edonr/
H A Dedonr.c152 /* First row of quasigroup e-transformations */ in Q512()
161 /* Second row of quasigroup e-transformations */ in Q512()
170 /* Third row of quasigroup e-transformations */ in Q512()
179 /* Fourth row of quasigroup e-transformations */ in Q512()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dtype_traits59 // Const-volatile properties and transformations:
69 // Reference transformations:
74 // Pointer transformations:
88 // Array properties and transformations:
158 // Alignment properties and transformations:
218 // other transformations:
/freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DRewriteRule.cpp283 auto Transformations = Rule.Cases[I].Edits(Result); in run() local
284 if (!Transformations) { in run()
285 Edits = Transformations.takeError(); in run()
288 Edits->append(Transformations->begin(), Transformations->end()); in run()

12345678910>>...13