OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Optimized
(Results
1 - 15
of
15
) 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
135
/// Return true if the
optimized
regalloc pipeline is enabled.
203
virtual FunctionPass *createTargetRegisterAllocator(bool
Optimized
);
213
/// addPreRewrite - Add passes to the
optimized
register allocation pipeline
283
FunctionPass *createRegAllocPass(bool
Optimized
);
389
/// 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."));
598
/// the
optimized
or unoptimized allocation path. This will be added to the pass
600
/// in the
optimized
case.
602
/// A target that uses the standard regalloc pass order for fast or
optimized
605
FunctionPass *TargetPassConfig::createTargetRegisterAllocator(bool
Optimized
) {
606
if (
Optimized
)
621
FunctionPass *TargetPassConfig::createRegAllocPass(bool
Optimized
) {
633
return createTargetRegisterAllocator(
Optimized
);
647
///
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
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
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 1409 milliseconds