Searched refs:subexpression (Results 1 – 25 of 42) sorted by relevance
12
/external/ImageMagick/MagickCore/ |
D | fx.c | 1237 *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/ |
D | rewrite-modern-throw.m | 88 …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/ |
D | ppc64-gep-opt.ll | 14 ; elimilate the common subexpression for the second use.
|
/external/llvm/test/CodeGen/PowerPC/ |
D | ppc64-gep-opt.ll | 15 ; elimilate the common subexpression for the second use.
|
/external/mesa3d/src/compiler/nir/ |
D | README | 77 away by dead code elimination, common subexpression elimination, etc.
|
/external/llvm/test/CodeGen/AArch64/ |
D | aarch64-gep-opt.ll | 18 ; elimilate the common subexpression for the second use.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | aarch64-gep-opt.ll | 18 ; elimilate the common subexpression for the second use.
|
/external/llvm/docs/ |
D | Lexicon.rst | 60 subexpression compuation. For example ``(a+b)*(a+b)`` has two subexpressions
|
/external/clang/include/clang/Basic/ |
D | DiagnosticCommonKinds.td | 175 "subexpression not valid in a constant expression">;
|
D | DiagnosticLexKinds.td | 419 "token is not a valid binary operator in a preprocessor subexpression">;
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | Lexicon.rst | 67 subexpression compuation. For example ``(a+b)*(a+b)`` has two subexpressions
|
/external/clang/docs/ |
D | InternalsManual.rst | 893 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/ |
D | config.proto | 179 // If true, optimize the graph using common subexpression elimination. 199 // 1. Common subexpression elimination
|
/external/mesa3d/src/compiler/glsl/ |
D | README | 130 common subexpression elimination, and many other optimizations much
|
/external/llvm/test/Transforms/SeparateConstOffsetFromGEP/NVPTX/ |
D | split-gep.ll | 115 ; 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/ |
D | LangImpl05.rst | 52 first subexpression is evaluated and returned, if the condition is 53 false, the second subexpression is evaluated and returned. Since
|
D | OCamlLangImpl5.rst | 52 first subexpression is evaluated and returned, if the condition is 53 false, the second subexpression is evaluated and returned. Since
|
/external/llvm/docs/tutorial/ |
D | LangImpl05.rst | 52 first subexpression is evaluated and returned, if the condition is 53 false, the second subexpression is evaluated and returned. Since
|
D | OCamlLangImpl5.rst | 52 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/ |
D | IceClFlags.def | 148 cl::desc("Local common subexpression elimination"), \
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SeparateConstOffsetFromGEP/NVPTX/ |
D | split-gep.ll | 111 ; The subexpression (b + 5) is used in both "i = a + (b + 5)" and "*out = b +
|
/external/swiftshader/third_party/subzero/docs/ |
D | DESIGN.rst | 59 | Local common subexpression elimination | | 523 - Local common subexpression elimination 705 Local common subexpression elimination
|
/external/swiftshader/third_party/subzero/ |
D | DESIGN.rst | 59 | Local common subexpression elimination | | 523 - Local common subexpression elimination 705 Local common subexpression elimination
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | regengine.inc | 236 /* uh-oh... we couldn't find a subexpression-level match */
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | regengine.inc | 236 /* uh-oh... we couldn't find a subexpression-level match */
|
12