Home
last modified time | relevance | path

Searched refs:transforms (Results 1 – 25 of 36) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DARCMT.cpp247 std::vector<TransformFn> transforms = arcmt::getAllTransformations(OrigGCMode, in checkForManualIssues() local
249 assert(!transforms.empty()); in checkForManualIssues()
321 for (unsigned i=0, e = transforms.size(); i != e; ++i) in checkForManualIssues()
322 transforms[i](pass); in checkForManualIssues()
360 std::vector<TransformFn> transforms = arcmt::getAllTransformations(OrigGCMode, in applyTransforms() local
362 assert(!transforms.empty()); in applyTransforms()
364 for (unsigned i=0, e = transforms.size(); i != e; ++i) { in applyTransforms()
365 bool err = migration.applyTransform(transforms[i]); in applyTransforms()
H A DTransforms.cpp585 std::vector<TransformFn> transforms; in getAllTransformations() local
588 transforms.push_back(GCRewriteFinalize); in getAllTransformations()
589 transforms.push_back(independentTransforms); in getAllTransformations()
591 transforms.push_back(removeEmptyStatementsAndDeallocFinalize); in getAllTransformations()
593 return transforms; in getAllTransformations()
/freebsd/contrib/bmake/
H A Dsuff.c137 static GNodeList transforms = LST_INIT; variable
349 for (ln = transforms.first; ln != NULL; ln = ln->next) { in FindTransformByName()
580 Lst_Append(&transforms, gn); in Suff_AddTransform()
823 for (ln = transforms.first; ln != NULL; ln = ln->next) in Suff_AddSuffix()
2059 Lst_Done(&transforms); in Suff_End()
2126 for (ln = transforms.first; ln != NULL; ln = ln->next) in Suff_PrintAll()
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DAutomaton.td42 // symbol A to state B. The Transition object transforms state A to state B and
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DREADME.txt119 It may also be worthwhile to do transforms before register coloring,
/freebsd/contrib/libdivsufsort/include/
H A Ddivsufsort.h.cmake115 * Inverse BW-transforms a given BWTed string.
/freebsd/crypto/openssl/doc/man3/
H A DDES_random_key.pod143 (ECB) mode. It always transforms the input data, pointed to by
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16InstrInfo.td1467 // never called because compiler transforms a >= k to a > (k-1)
1770 // For constants, llvm transforms this to:
/freebsd/contrib/ntp/sntp/libevent/
H A Dwhatsnew-2.0.txt469 around another bufferevent and transforms data it is sending and
H A Dltmain.sh5816 /* wrapper name transforms */
5823 /* target_name transforms -- use actual target program name; might have lt- prefix */
/freebsd/contrib/libevent/
H A Dwhatsnew-2.0.txt469 around another bufferevent and transforms data it is sending and
/freebsd/crypto/heimdal/
H A Dltmain.sh4432 /* wrapper name transforms */
4439 /* target_name transforms -- use actual target program name; might have lt- prefix */
/freebsd/contrib/openbsm/config/
H A Dltmain.sh5816 /* wrapper name transforms */
5823 /* target_name transforms -- use actual target program name; might have lt- prefix */
/freebsd/contrib/openpam/
H A Dltmain.sh6073 /* wrapper name transforms */
6080 /* target_name transforms -- use actual target program name; might have lt- prefix */
/freebsd/contrib/ntp/sntp/libevent/build-aux/
H A Dltmain.sh5816 /* wrapper name transforms */
5823 /* target_name transforms -- use actual target program name; might have lt- prefix */
/freebsd/contrib/libevent/build-aux/
H A Dltmain.sh6031 /* wrapper name transforms */
6038 /* target_name transforms -- use actual target program name; might have lt- prefix */
/freebsd/contrib/sqlite3/
H A Dltmain.sh5908 /* wrapper name transforms */
5915 /* target_name transforms -- use actual target program name; might have lt- prefix */
/freebsd/contrib/ldns/
H A Dltmain.sh5908 /* wrapper name transforms */
5915 /* target_name transforms -- use actual target program name; might have lt- prefix */
/freebsd/contrib/unbound/
H A Dltmain.sh5816 /* wrapper name transforms */
5823 /* target_name transforms -- use actual target program name; might have lt- prefix */
/freebsd/contrib/file/
H A Dltmain.sh6076 /* wrapper name transforms */
6083 /* target_name transforms -- use actual target program name; might have lt- prefix */
/freebsd/crypto/heimdal/lib/wind/
H A Drfc3490.txt534 make up one label and transforms it into a sequence of code points in
H A Drfc3492.txt31 It uniquely and reversibly transforms a Unicode string into an ASCII
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td999 // (not an input pattern). These do not have predicates or transforms, but are
/freebsd/contrib/one-true-awk/testdir/
H A Dfunstack.in519 keywords = "Laplace transforms; subroutines",
6540 …sine; cosine transformation; fast Fourier transformation; fast Fourier transforms; FFT; implementa…
11012 … Gaussian quadrature formulas; integration; Laplace transform; Laplace transforms; numerical inver…
13541 keywords = "algorithm; Fourier integrals; Fourier transforms; integration",
14549 …classcodes = "B0230 (Integral transforms); C1130 (Integral transforms); C7310 (Mathematics compu…
14551 …keywords = "computers; inversion; Laplace transform; Laplace transforms; natural sciences appl…
15229 …on evaluation; lemniscate; lemniscate constants; mathematical techniques; mathematics; transforms",
24941transforms are the source to source program transformations which preserve the history of computat…
24947 …programming theory; semantic transforms; source to source; source transforms; structured programmi…
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltins.td1475 // non-suffixed version of these (which has a bogus type) and transforms them to

12