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

  /external/compiler-rt/lib/arm/
Makefile.mk 17 Implementation := Optimized
  /external/compiler-rt/lib/i386/
Makefile.mk 17 Implementation := Optimized
  /external/compiler-rt/lib/ppc/
Makefile.mk 17 Implementation := Optimized
  /external/compiler-rt/lib/x86_64/
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 7 # or Optimized)
  /external/llvm/include/llvm/CodeGen/
Passes.h 179 /// Return true if the optimized regalloc pipeline is enabled.
247 virtual FunctionPass *createTargetRegisterAllocator(bool Optimized);
257 /// addPreRewrite - Add passes to the optimized register allocation pipeline
317 FunctionPass *createRegAllocPass(bool Optimized);
423 /// allocator for optimized builds.
  /external/llvm/utils/release/
test-release.sh 238 Optimized="yes"
242 Optimized="yes"
246 Optimized="no"
262 --enable-optimized=$Optimized \
266 --enable-optimized=$Optimized \
  /external/llvm/lib/CodeGen/
Passes.cpp 57 cl::desc("Enable optimized register allocation compilation path."));
616 /// the optimized or unoptimized allocation path. This will be added to the pass
618 /// in the optimized case.
620 /// A target that uses the standard regalloc pass order for fast or optimized
623 FunctionPass *TargetPassConfig::createTargetRegisterAllocator(bool Optimized) {
624 if (Optimized)
639 FunctionPass *TargetPassConfig::createRegAllocPass(bool Optimized) {
651 return createTargetRegisterAllocator(Optimized);
665 /// optimized register allocation, including coalescing, machine instruction
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1521.js 30 // Optimized variable access inside through a catch context should work.
  /external/v8/test/mjsunit/regress/
regress-1521.js 30 // Optimized variable access inside through a catch context should work.
  /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 103 // Optimized case, avoid extra closure.
122 // Optimized case, avoid extra closure.
131 // Optimized case, avoid extra closure.
array.js 88 // Optimized for sparse arrays if separator is ''.
215 // This function implements the optimized splice implementation that can use
245 // 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 152 $(Echo) Building Optimized Version
214 $(Echo) '*****' optimized build. Use 'make ENABLE_OPTIMIZED=1' to
215 $(Echo) '*****' make an optimized build. Alternatively you can
216 $(Echo) '*****' configure with --enable-optimized.
  /external/llvm/tools/bugpoint/
Miscompilation.cpp 444 // optimized and loop extracted module.
732 Module *Optimized = BD.runPassesOn(Test, BD.getPassesToRun(),
739 Module *New = TestMergedProgram(BD, Optimized, Safe, true, Error, Broken);
758 errs() << "*** Optimized program matches reference output! No problem"
781 outs() << " Non-optimized portion: ";
    [all...]
  /external/libpng/
CHANGES 60 optimized filter selection code
107 optimized filter selection code
316 Optimized Paeth calculations by replacing abs() function calls with intrinsics
    [all...]
  /external/v8/src/
array.js 89 // Optimized for sparse arrays if separator is ''.
216 // This function implements the optimized splice implementation that can use
259 // This function implements the optimized splice implementation that can use
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
gbemu.js     [all...]

Completed in 533 milliseconds