OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OptimizationLevel
(Results
1 - 23
of
23
) sorted by null
/frameworks/compile/libbcc/include/bcc/Renderscript/
RSScript.h
40
enum
OptimizationLevel
{
52
OptimizationLevel
mOptimizationLevel;
84
void setOptimizationLevel(
OptimizationLevel
pOptimizationLevel) {
88
OptimizationLevel
getOptimizationLevel() const {
/frameworks/compile/libbcc/include/bcinfo/
BitcodeWrapper.h
40
uint32_t
OptimizationLevel
;
123
* \param
optimizationLevel
- compiler optimization level for this bitcode.
129
uint32_t
optimizationLevel
) {
146
wrapper->
OptimizationLevel
=
optimizationLevel
;
/frameworks/compile/slang/
slang_backend.cpp
70
PMBuilder.OptLevel = mCodeGenOpts.
OptimizationLevel
;
82
PMBuilder.OptLevel = mCodeGenOpts.
OptimizationLevel
;
180
llvm::RegisterRegAlloc::setDefault((mCodeGenOpts.
OptimizationLevel
== 0) ?
185
if (mCodeGenOpts.
OptimizationLevel
== 0) {
187
} else if (mCodeGenOpts.
OptimizationLevel
== 3) {
244
SlangVersion::CURRENT, mCodeGenOpts.
OptimizationLevel
);
slang.cpp
162
CodeGenOpts.
OptimizationLevel
= 3;
471
void Slang::setOptimizationLevel(llvm::CodeGenOpt::Level
OptimizationLevel
) {
472
CodeGenOpts.
OptimizationLevel
=
OptimizationLevel
;
slang_rs.h
127
// @
OptimizationLevel
- code generation optimization level: None is recommended for
145
llvm::CodeGenOpt::Level
OptimizationLevel
,
slang.h
226
void setOptimizationLevel(llvm::CodeGenOpt::Level
OptimizationLevel
);
slang_rs.cpp
286
llvm::CodeGenOpt::Level
OptimizationLevel
,
312
setOptimizationLevel(
OptimizationLevel
);
slang_rs_backend.cpp
198
mLLVMContext, llvm::APInt(32, mCodeGenOpts.
OptimizationLevel
)));
/external/clang/lib/CodeGen/
BackendUtil.cpp
210
unsigned OptLevel = CodeGenOpts.
OptimizationLevel
;
402
switch (CodeGenOpts.
OptimizationLevel
) {
510
CodeGenOpts.
OptimizationLevel
> 0)
CodeGenTBAA.cpp
82
if (CodeGenOpts.
OptimizationLevel
== 0 || CodeGenOpts.RelaxedAliasing)
CGVTables.cpp
466
if (!CGM.getCodeGenOpts().
OptimizationLevel
)
740
if (!def && CodeGenOpts.
OptimizationLevel
)
[
all
...]
CGDeclCXX.cpp
116
if (!CGF.CGM.getCodeGenOpts().
OptimizationLevel
)
CGBlocks.cpp
[
all
...]
CGDecl.cpp
[
all
...]
CodeGenFunction.cpp
610
else if (CGM.getCodeGenOpts().
OptimizationLevel
== 0)
[
all
...]
CGObjC.cpp
[
all
...]
CGStmt.cpp
936
if ((CGM.getCodeGenOpts().
OptimizationLevel
> 0) &
[
all
...]
CGExpr.cpp
[
all
...]
CodeGenModule.cpp
121
(!CodeGenOpts.RelaxedAliasing && CodeGenOpts.
OptimizationLevel
> 0))
[
all
...]
CGCall.cpp
[
all
...]
CodeGenFunction.h
[
all
...]
/frameworks/compile/libbcc/lib/Renderscript/
RSCompilerDriver.cpp
416
script->setOptimizationLevel(static_cast<RSScript::
OptimizationLevel
>(
/external/clang/lib/Frontend/
CompilerInvocation.cpp
298
Opts.
OptimizationLevel
= OptLevel;
302
(Opts.
OptimizationLevel
> 1) ? CodeGenOptions::NormalInlining
304
// -fno-inline-functions overrides
OptimizationLevel
> 1.
335
(Opts.
OptimizationLevel
> 1 && !Opts.OptimizeSize);
[
all
...]
Completed in 3892 milliseconds