Home
last modified time | relevance | path

Searched refs:subexpression (Results 1 – 25 of 42) sorted by relevance

12

/external/ImageMagick/MagickCore/
Dfx.c1237 *subexpression; in FxSubexpression() local
1243 subexpression=expression; in FxSubexpression()
1244 while ((*subexpression != '\0') && in FxSubexpression()
1245 ((level != 1) || (strchr(")",(int) *subexpression) == (char *) NULL))) in FxSubexpression()
1247 if (strchr("(",(int) *subexpression) != (char *) NULL) in FxSubexpression()
1250 if (strchr(")",(int) *subexpression) != (char *) NULL) in FxSubexpression()
1252 subexpression++; in FxSubexpression()
1254 if (*subexpression == '\0') in FxSubexpression()
1257 return(subexpression); in FxSubexpression()
1302 *subexpression; in FxGetSymbol() local
[all …]
/external/clang/test/Rewriter/
Drewrite-modern-throw.m88 …on: [NSString stringWithFormat: @"Can't evaluate set expression; left subexpression not a set (lhs…
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
Dppc64-gep-opt.ll14 ; elimilate the common subexpression for the second use.
/external/llvm/test/CodeGen/PowerPC/
Dppc64-gep-opt.ll15 ; elimilate the common subexpression for the second use.
/external/mesa3d/src/compiler/nir/
DREADME77 away by dead code elimination, common subexpression elimination, etc.
/external/llvm/test/CodeGen/AArch64/
Daarch64-gep-opt.ll18 ; elimilate the common subexpression for the second use.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Daarch64-gep-opt.ll18 ; elimilate the common subexpression for the second use.
/external/llvm/docs/
DLexicon.rst60 subexpression compuation. For example ``(a+b)*(a+b)`` has two subexpressions
/external/clang/include/clang/Basic/
DDiagnosticCommonKinds.td175 "subexpression not valid in a constant expression">;
DDiagnosticLexKinds.td419 "token is not a valid binary operator in a preprocessor subexpression">;
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DLexicon.rst67 subexpression compuation. For example ``(a+b)*(a+b)`` has two subexpressions
/external/clang/docs/
DInternalsManual.rst893 this predicate would fail if the subexpression had a typedef type.
904 operator is the pointee type of the subexpression. In order to determine the
908 typedefs to find the pointer type. For example, if the subexpression had type
909 "``foo*``", we could return that type as the result. If the subexpression had
1579 evaluatable subexpression to be accepted as an integer constant expression.
1965 * When type-checking a type or subexpression, make sure to first check
1967 subexpression is type-dependent (``Expr::isTypeDependent()``). If any of
1973 * For each subexpression, be sure to call ``Sema::CheckPlaceholderExpr()``
1977 (``Sema::UsualUnaryConversions``), for places where the subexpression is
2025 * Write tests that use your expression as a subexpression of other,
/external/tensorflow/tensorflow/core/protobuf/
Dconfig.proto179 // If true, optimize the graph using common subexpression elimination.
199 // 1. Common subexpression elimination
/external/mesa3d/src/compiler/glsl/
DREADME130 common subexpression elimination, and many other optimizations much
/external/llvm/test/Transforms/SeparateConstOffsetFromGEP/NVPTX/
Dsplit-gep.ll115 ; The subexpression (b + 5) is used in both "i = a + (b + 5)" and "*out = b +
/external/swiftshader/third_party/llvm-7.0/llvm/docs/tutorial/
DLangImpl05.rst52 first subexpression is evaluated and returned, if the condition is
53 false, the second subexpression is evaluated and returned. Since
DOCamlLangImpl5.rst52 first subexpression is evaluated and returned, if the condition is
53 false, the second subexpression is evaluated and returned. Since
/external/llvm/docs/tutorial/
DLangImpl05.rst52 first subexpression is evaluated and returned, if the condition is
53 false, the second subexpression is evaluated and returned. Since
DOCamlLangImpl5.rst52 first subexpression is evaluated and returned, if the condition is
53 false, the second subexpression is evaluated and returned. Since
/external/swiftshader/third_party/subzero/src/
DIceClFlags.def148 cl::desc("Local common subexpression elimination"), \
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SeparateConstOffsetFromGEP/NVPTX/
Dsplit-gep.ll111 ; The subexpression (b + 5) is used in both "i = a + (b + 5)" and "*out = b +
/external/swiftshader/third_party/subzero/docs/
DDESIGN.rst59 | Local common subexpression elimination | |
523 - Local common subexpression elimination
705 Local common subexpression elimination
/external/swiftshader/third_party/subzero/
DDESIGN.rst59 | Local common subexpression elimination | |
523 - Local common subexpression elimination
705 Local common subexpression elimination
/external/swiftshader/third_party/LLVM/lib/Support/
Dregengine.inc236 /* uh-oh... we couldn't find a subexpression-level match */
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
Dregengine.inc236 /* uh-oh... we couldn't find a subexpression-level match */

12