Home
last modified time | relevance | path

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

12

/external/v8/src/crankshaft/
Dhydrogen-dehoist.cc19 HValue* subexpression; in DehoistArrayIndex() local
22 subexpression = binary_operation->right(); in DehoistArrayIndex()
25 subexpression = binary_operation->left(); in DehoistArrayIndex()
49 array_operation->SetKey(subexpression); in DehoistArrayIndex()
/external/ImageMagick/MagickCore/
Dfx.c1241 *subexpression; in FxSubexpression() local
1247 subexpression=expression; in FxSubexpression()
1248 while ((*subexpression != '\0') && in FxSubexpression()
1249 ((level != 1) || (strchr(")",(int) *subexpression) == (char *) NULL))) in FxSubexpression()
1251 if (strchr("(",(int) *subexpression) != (char *) NULL) in FxSubexpression()
1254 if (strchr(")",(int) *subexpression) != (char *) NULL) in FxSubexpression()
1256 subexpression++; in FxSubexpression()
1258 if (*subexpression == '\0') in FxSubexpression()
1261 return(subexpression); in FxSubexpression()
1270 subexpression[MagickPathExtent], 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/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/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/llvm/test/CodeGen/AArch64/
Daarch64-gep-opt.ll18 ; elimilate the common subexpression for the second use.
/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,
DPCHInternals.rst330 that statement or expression. Each substatement or subexpression within an
/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/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
DLangImpl02.rst246 subexpression, it is possible that there is no ')' waiting. For example,
DOCamlLangImpl2.rst169 parsing the subexpression, it is possible that there is no ')' waiting.
/external/swiftshader/third_party/subzero/src/
DIceClFlags.def148 cl::desc("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/subzero/docs/
DDESIGN.rst59 | Local common subexpression elimination | |
523 - Local common subexpression elimination
705 Local common subexpression elimination
/external/swiftshader/third_party/llvm-subzero/lib/Support/
Dregengine.inc236 /* uh-oh... we couldn't find a subexpression-level match */
/external/llvm/lib/Support/
Dregengine.inc236 /* uh-oh... we couldn't find a subexpression-level match */
/external/swiftshader/third_party/LLVM/lib/Support/
Dregengine.inc236 /* uh-oh... we couldn't find a subexpression-level match */
/external/pcre/dist2/
DHACKING561 Recursion either matches the current pattern, or some subexpression. The opcode
/external/clang/test/
Dcxx-sections.data1384 28.2.7 [defns.regex.subexpression]

12