/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 # or 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 | 134 /// Return true if the optimized regalloc pipeline is enabled. 188 virtual FunctionPass *createTargetRegisterAllocator(bool Optimized); 198 /// addPreRewrite - Add passes to the optimized register allocation pipeline 263 FunctionPass *createRegAllocPass(bool Optimized); 365 /// 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 | 60 cl::desc("Enable optimized register allocation compilation path.")); 590 /// the optimized or unoptimized allocation path. This will be added to the pass 592 /// in the optimized case. 594 /// A target that uses the standard regalloc pass order for fast or optimized 597 FunctionPass *TargetPassConfig::createTargetRegisterAllocator(bool Optimized) { 598 if (Optimized) 613 FunctionPass *TargetPassConfig::createRegAllocPass(bool Optimized) { 625 return createTargetRegisterAllocator(Optimized); 639 /// 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.
|
/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/compiler-rt/ |
Makefile | 176 $(call Set,Tmp.Optimized,$(strip \ 177 $(call GetCNAVar,OPTIMIZED,$(Tmp.Key),$(Tmp.Config),$(Tmp.Arch)))) 202 $(call SelectFunctionDir,$(Tmp.Config),$(Tmp.Arch),$(fn),$(Tmp.Optimized)))\
|
/external/llvm/ |
Makefile | 149 $(Echo) Building Optimized Version 211 $(Echo) '*****' optimized build. Use 'make ENABLE_OPTIMIZED=1' to 212 $(Echo) '*****' make an optimized build. Alternatively you can 213 $(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...] |
/cts/suite/pts/hostTests/browser/browserlauncher/assets/octane/ |
gbemu.js | [all...] |