HomeSort by relevance Sort by last modified time
    Searched refs:Optimized (Results 1 - 21 of 21) sorted by null

  /external/compiler-rt/lib/builtins/armv6m/
Makefile.mk 17 Implementation := Optimized
  /external/compiler-rt/lib/builtins/i386/
Makefile.mk 17 Implementation := Optimized
  /external/compiler-rt/lib/builtins/ppc/
Makefile.mk 17 Implementation := Optimized
  /external/compiler-rt/lib/builtins/x86_64/
Makefile.mk 17 Implementation := Optimized
  /external/compiler-rt/lib/builtins/arm/
Makefile.mk 17 Implementation := Optimized
  /external/compiler-rt/make/
lib_util.mk 14 # Function: SelectFunctionDir config arch function-name optimized
31 $(if $(and $(call streq,Optimized,$($(key).Implementation)),\
36 $(if $(and $(call streq,Optimized,$($(key).Implementation)),\
40 $(if $(and $(call streq,Optimized,$($(key).Implementation)),\
53 # Helper function to select the right set of dirs in optimized priority order.
subdir.mk 10 # or Optimized)
  /external/llvm/utils/release/
test-release.sh 274 Optimized="yes"
278 Optimized="yes"
282 Optimized="no"
298 --enable-optimized=$Optimized \
302 --enable-optimized=$Optimized \
  /external/llvm/lib/CodeGen/
Passes.cpp 57 cl::desc("Enable optimized register allocation compilation path."));
640 /// the optimized or unoptimized allocation path. This will be added to the pass
642 /// in the optimized case.
644 /// A target that uses the standard regalloc pass order for fast or optimized
647 FunctionPass *TargetPassConfig::createTargetRegisterAllocator(bool Optimized) {
648 if (Optimized)
663 FunctionPass *TargetPassConfig::createRegAllocPass(bool Optimized) {
675 return createTargetRegisterAllocator(Optimized);
689 /// optimized register allocation, including coalescing, machine instruction
  /bionic/libc/arch-x86_64/
x86_64.mk 4 # Default implementations of functions that are commonly optimized.
48 # Optimized memory/string functions.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1521.js 30 // Optimized variable access inside through a catch context should work.
  /external/llvm/include/llvm/CodeGen/
Passes.h 178 /// Return true if the optimized regalloc pipeline is enabled.
267 virtual FunctionPass *createTargetRegisterAllocator(bool Optimized);
277 /// addPreRewrite - Add passes to the optimized register allocation pipeline
337 FunctionPass *createRegAllocPass(bool Optimized);
447 /// allocator for optimized builds.
  /external/chromium_org/v8/test/mjsunit/compiler/
manual-concurrent-recompile.js 60 assertUnoptimized(f, "no sync"); // Not yet optimized since recompilation
66 assertOptimized(f, "sync"); // Optimized once we sync with the
  /external/chromium_org/v8/test/mjsunit/
concurrent-initial-prototype-change.js 44 // Optimized code of f1 depends on initial object and array maps.
51 // Not yet optimized since concurrent recompilation is blocked.
unary-minus-deopt.js 36 // Optimized code will contain a LMulI with -1 as right operand.
  /external/chromium_org/v8/src/
promise.js 175 // Optimized case, avoid extra closure.
194 // Optimized case, avoid extra closure.
203 // Optimized case, avoid extra closure.
array.js 67 // Optimized for sparse arrays if separator is ''.
204 // This function implements the optimized splice implementation that can use
234 // This function implements the optimized splice implementation that can use
    [all...]
  /external/compiler-rt/
Makefile 178 $(call Set,Tmp.Optimized,$(strip \
179 $(call GetCNAVar,OPTIMIZED,$(Tmp.Key),$(Tmp.Config),$(Tmp.Arch))))
204 $(call SelectFunctionDir,$(Tmp.Config),$(Tmp.Arch),$(fn),$(Tmp.Optimized)))\
  /external/llvm/
Makefile 162 $(Echo) Building Optimized Version
224 $(Echo) '*****' optimized build. Use 'make ENABLE_OPTIMIZED=1' to
225 $(Echo) '*****' make an optimized build. Alternatively you can
226 $(Echo) '*****' configure with --enable-optimized.
  /external/llvm/tools/bugpoint/
Miscompilation.cpp 445 // optimized and loop extracted module.
733 Module *Optimized = BD.runPassesOn(Test, BD.getPassesToRun(),
740 Module *New = TestMergedProgram(BD, Optimized, Safe, true, Error, Broken);
759 errs() << "*** Optimized program matches reference output! No problem"
782 outs() << " Non-optimized portion: ";
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
gbemu.js     [all...]

Completed in 164 milliseconds