HomeSort by relevance Sort by last modified time
    Searched refs:rewrite (Results 201 - 225 of 340) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/go/darwin-x86/test/chan/
select5.go 12 // in various ways that the compiler may or may not rewrite
  /prebuilts/go/linux-x86/misc/cgo/gmp/
gmp.go 72 then cgo would rewrite a reference to C.zero by introducing
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
select.go 173 // this rewrite is used by both the general code and the next optimization.
order.go 11 // Rewrite tree to use separate statements to enforce
15 // Rewrite x op= y into x = x op y.
392 // If n is the multiple assignment form ..., m[k], ... = ..., the rewrite is
504 // Special: rewrite l op= r into l = l op r.
932 // Note that because walkswitch will rewrite some of the
    [all...]
walk.go 1070 // rewrite complex div into function call.
1088 // rewrite 64-bit div and mod into function calls
1113 // If it was a ODIV/OMOD walk might rewrite it.
1257 // Rewrite comparisons to short constant strings as length+byte-wise comparisons.
1310 // prepare for rewrite below
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
decompose.go 9 // (The remaining compound ops are decomposed with rewrite rules.)
compile.go 403 // nilcheckelim relies on opt to rewrite user nil checks
  /prebuilts/go/linux-x86/src/cmd/internal/obj/
line.go 77 // Remove leading TrimPathPrefix, or else rewrite $GOROOT to literal $GOROOT.
  /prebuilts/go/linux-x86/src/debug/pe/
file.go 289 // Needs test before rewrite.
  /prebuilts/go/linux-x86/test/chan/
select5.go 12 // in various ways that the compiler may or may not rewrite
  /external/boringssl/src/util/fipstools/
delocate.go 409 linker will rewrite that nop to load r2 from the stack.
970 return nil, fmt.Errorf("Cannot rewrite PLT reference for non-jump instruction %q", instructionName)
1018 return nil, fmt.Errorf("Cannot rewrite GOTPCREL reference for instruction %q", instructionName)
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
order.go 11 // Rewrite tree to use separate statements to enforce
15 // Rewrite x op= y into x = x op y.
392 // If n is the multiple assignment form ..., m[k], ... = ..., the rewrite is
504 // Special: rewrite l op= r into l = l op r.
932 // Note that because walkswitch will rewrite some of the
    [all...]
walk.go 1070 // rewrite complex div into function call.
1088 // rewrite 64-bit div and mod into function calls
1113 // If it was a ODIV/OMOD walk might rewrite it.
1257 // Rewrite comparisons to short constant strings as length+byte-wise comparisons.
1310 // prepare for rewrite below
    [all...]
  /external/autotest/site_utils/rpm_control_system/
BeautifulSoup.py 1604 def rewrite(match): function in function:BeautifulSoup.start_meta
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
compile.go 403 // nilcheckelim relies on opt to rewrite user nil checks
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringRefactoring.java 63 import org.eclipse.jdt.core.dom.rewrite.ASTRewrite;
64 import org.eclipse.jdt.core.dom.rewrite.ImportRewrite;
132 * new computed R.string.foo. Also need to rewrite imports to import R as needed.
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/logging/log4j/log4j-core/2.5/
log4j-core-2.5.jar 
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas 213 /// rewrite rule as IMAG[$tokenLabel].
221 /// rewrite rule as IMAG[$tokenLabel, "IMAG"].
230 /// rewrite rule as IMAG["IMAG"].
407 /// rule text attribute or output=template and rewrite=true options.
606 /// After 3.0 release while building tree rewrite stuff, it became clear
792 /// a -> rewrite rule. We need to subclass to fill in the next() method,
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
CodeGenTreeWalker.g 265 /** Convert rewrite AST lists to target labels list */
568 ( alt=alternative rew=rewrite
574 // add the rewrite code as just another element in the alt :)
575 // (unless it's a " -> ..." rewrite
577 GrammarAST firstRewriteAST = (GrammarAST)$rew.start.findFirstType(REWRITE);
    [all...]
  /external/clang/lib/Driver/
Tools.h 94 RewriteKind rewrite) const;
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/arm64/
obj7.go 236 // a R0. To prevent that, rewrite $0 as ZR.
246 // Rewrite BR/BL to symbol as TYPE_BRANCH.
259 // Rewrite float constants to values stored in memory.
301 // Rewrite negative immediates as positive immediates with
317 // rewrite the high 32-bit to be a repetition of
335 // Rewrite p, if necessary, to access global data via the global offset table.
  /prebuilts/go/linux-x86/src/cmd/internal/obj/arm64/
obj7.go 236 // a R0. To prevent that, rewrite $0 as ZR.
246 // Rewrite BR/BL to symbol as TYPE_BRANCH.
259 // Rewrite float constants to values stored in memory.
301 // Rewrite negative immediates as positive immediates with
317 // rewrite the high 32-bit to be a repetition of
335 // Rewrite p, if necessary, to access global data via the global offset table.
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 29 // rewrite rules to simplify the expressions.
874 Remainder = SCEVParameterRewriter::rewrite(Numerator, SE, RewriteMap, true);
881 SCEVParameterRewriter::rewrite(Numerator, SE, RewriteMap, true);
    [all...]
  /external/blktrace/
blktrace.c 7 * Rewrite to have a single thread per CPU (managing all devices on that CPU)
778 rewrite:
783 goto rewrite;
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/
PPC64Ops.go 365 // These ops are for temporary use by rewrite rules. They

Completed in 1355 milliseconds

1 2 3 4 5 6 7 891011>>