/external/compiler-rt/lib/builtins/arm64/ |
Makefile.mk | 17 Implementation := Optimized
|
/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/swiftshader/third_party/LLVM/utils/release/ |
test-release.sh | 191 Optimized="yes" 195 Optimized="yes" 199 Optimized="no" 215 --enable-optimized=$Optimized \ 219 --enable-optimized=$Optimized \
|
/device/linaro/bootloader/edk2/ArmPkg/Library/BaseMemoryLibStm/Arm/ |
CopyMem.asm | 70 // Check if we can use an optimized path ((length >= 32) && destination word-aligned && source word-aligned) for the memcopy (optimized path if r0 == 1)
87 // Are we in the optimized case ((length >= 32) && dest_end word-aligned && source_end word-aligned)
113 // Are we in the optimized case ?
117 // Optimized Overlapped - Read 32 bytes
128 // Optimized Overlapped - Write 32 bytes
151 // Optimized memcopy - Read 32 Bytes
161 // Optimized memcopy - Write 32 Bytes
|
/external/llvm/include/llvm/CodeGen/ |
TargetPassConfig.h | 185 /// Return true if the optimized regalloc pipeline is enabled. 303 virtual FunctionPass *createTargetRegisterAllocator(bool Optimized); 313 /// addPreRewrite - Add passes to the optimized register allocation pipeline 371 FunctionPass *createRegAllocPass(bool Optimized);
|
/external/llvm/bindings/go/llvm/ |
DIBuilderBindings.h | 38 const char *Producer, int Optimized,
|
DIBuilderBindings.cpp | 40 int Optimized, const char *Flags, 43 return wrap(D->createCompileUnit(Lang, File, Dir, Producer, Optimized, Flags,
|
dibuilder.go | 118 Optimized bool 138 boolToCInt(cu.Optimized), 191 Optimized bool 212 boolToCInt(f.Optimized),
|
/external/llvm/lib/CodeGen/ |
TargetPassConfig.cpp | 65 cl::desc("Enable optimized register allocation compilation path.")); 745 /// the optimized or unoptimized allocation path. This will be added to the pass 747 /// in the optimized case. 749 /// A target that uses the standard regalloc pass order for fast or optimized 752 FunctionPass *TargetPassConfig::createTargetRegisterAllocator(bool Optimized) { 753 if (Optimized) 768 FunctionPass *TargetPassConfig::createRegAllocPass(bool Optimized) { 778 return createTargetRegisterAllocator(Optimized); 798 /// optimized register allocation, including coalescing, machine instruction [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/swiftshader/third_party/LLVM/ |
Makefile | 151 $(Echo) Building Optimized Version
207 $(Echo) '*****' optimized build. Use 'make ENABLE_OPTIMIZED=1' to
208 $(Echo) '*****' make an optimized build. Alternatively you can
209 $(Echo) '*****' configure with --enable-optimized.
|
/external/llvm/tools/bugpoint/ |
Miscompilation.cpp | 424 // optimized and loop extracted module. 699 std::unique_ptr<Module> Optimized = 701 if (!Optimized) { 713 BD, std::move(Optimized), std::move(Safe), Error, Broken); 731 errs() << "*** Optimized program matches reference output! No problem" 754 outs() << " Non-optimized portion: "; [all...] |
/external/swiftshader/third_party/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/v8/src/js/ |
promise.js | 298 // Optimized case, avoid extra closure. 331 // Optimized case, avoid extra closure.
|
array.js | 78 // Optimized for sparse arrays if separator is ''. 196 // This function implements the optimized splice implementation that can use 224 // This function implements the optimized splice implementation that can use [all...] |
/external/syslinux/com32/lib/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/abi-compliance-checker/ |
abi-compliance-checker.pl | [all...] |