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
  /frameworks/compile/libbcc/runtime/lib/arm/
Makefile.mk 16 Implementation := Optimized
  /frameworks/compile/libbcc/runtime/lib/i386/
Makefile.mk 16 Implementation := Optimized
  /frameworks/compile/libbcc/runtime/lib/ppc/
Makefile.mk 16 Implementation := Optimized
  /frameworks/compile/libbcc/runtime/lib/x86_64/
Makefile.mk 16 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 # Optimized)
  /frameworks/compile/libbcc/runtime/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 # Optimized)
  /external/llvm/include/llvm/CodeGen/
Passes.h 114 /// Return true if the optimized regalloc pipeline is enabled.
165 virtual FunctionPass *createTargetRegisterAllocator(bool Optimized);
224 FunctionPass *createRegAllocPass(bool Optimized);
318 /// allocator for optimized builds.
  /external/llvm/utils/release/
test-release.sh 231 Optimized="yes"
235 Optimized="yes"
239 Optimized="no"
255 --enable-optimized=$Optimized \
259 --enable-optimized=$Optimized \
  /external/llvm/lib/CodeGen/
Passes.cpp 57 cl::desc("Enable optimized register allocation compilation path."));
481 /// the optimized or unoptimized allocation path. This will be added to the pass
483 /// in the optimized case.
485 /// A target that uses the standard regalloc pass order for fast or optimized
488 FunctionPass *TargetPassConfig::createTargetRegisterAllocator(bool Optimized) {
489 if (Optimized)
504 FunctionPass *TargetPassConfig::createRegAllocPass(bool Optimized) {
516 return createTargetRegisterAllocator(Optimized);
530 /// optimized register allocation, including coalescing, machine instruction
  /external/v8/test/mjsunit/regress/
regress-1521.js 30 // Optimized variable access inside through a catch context should work.
  /external/compiler-rt/
Makefile 169 $(call Set,Tmp.Optimized,$(strip \
170 $(call GetCNAVar,OPTIMIZED,$(Tmp.Key),$(Tmp.Config),$(Tmp.Arch))))
184 $(call SelectFunctionDir,$(Tmp.Config),$(Tmp.Arch),$(fn),$(Tmp.Optimized)))\
  /frameworks/compile/libbcc/runtime/
Makefile 168 $(call Set,Tmp.Optimized,$(strip \
169 $(call GetCNAVar,OPTIMIZED,$(Tmp.Key),$(Tmp.Config),$(Tmp.Arch))))
183 $(call SelectFunctionDir,$(Tmp.Config),$(Tmp.Arch),$(fn),$(Tmp.Optimized)))\
  /external/llvm/
Makefile 148 $(Echo) Building Optimized Version
210 $(Echo) '*****' optimized build. Use 'make ENABLE_OPTIMIZED=1' to
211 $(Echo) '*****' make an optimized build. Alternatively you can
212 $(Echo) '*****' configure with --enable-optimized.
  /external/llvm/tools/bugpoint/
Miscompilation.cpp 409 // optimized and loop extracted module.
697 Module *Optimized = BD.runPassesOn(Test, BD.getPassesToRun(),
704 Module *New = TestMergedProgram(BD, Optimized, Safe, true, Error, Broken);
723 errs() << "*** Optimized program matches reference output! No problem"
746 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...]

Completed in 2294 milliseconds