OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setOptimizationLevel
(Results
1 - 8
of
8
) sorted by null
/frameworks/compile/libbcc/include/bcc/Renderscript/
RSScript.h
86
void
setOptimizationLevel
(OptimizationLevel pOptimizationLevel) {
/frameworks/compile/libbcc/tools/bcc/
Main.cpp
137
case '0': config->
setOptimizationLevel
(llvm::CodeGenOpt::None); break;
138
case '1': config->
setOptimizationLevel
(llvm::CodeGenOpt::Less); break;
139
case '2': config->
setOptimizationLevel
(llvm::CodeGenOpt::Default); break;
142
config->
setOptimizationLevel
(llvm::CodeGenOpt::Aggressive);
/frameworks/compile/libbcc/tools/bcc_compat/
Main.cpp
197
case '0': config->
setOptimizationLevel
(llvm::CodeGenOpt::None); break;
198
case '1': config->
setOptimizationLevel
(llvm::CodeGenOpt::Less); break;
199
case '3': config->
setOptimizationLevel
(llvm::CodeGenOpt::Aggressive); break;
202
config->
setOptimizationLevel
(llvm::CodeGenOpt::Default);
/frameworks/compile/libbcc/include/bcc/Support/
CompilerConfig.h
91
inline void
setOptimizationLevel
(llvm::CodeGenOpt::Level pOptLvl)
/frameworks/compile/libbcc/lib/Renderscript/
RSCompilerDriver.cpp
167
mConfig->
setOptimizationLevel
(script_opt_level);
177
mConfig->
setOptimizationLevel
(script_opt_level);
398
script->
setOptimizationLevel
(static_cast<RSScript::OptimizationLevel>(
/frameworks/compile/slang/
slang.h
227
void
setOptimizationLevel
(llvm::CodeGenOpt::Level OptimizationLevel);
slang.cpp
473
void Slang::
setOptimizationLevel
(llvm::CodeGenOpt::Level OptimizationLevel) {
slang_rs.cpp
308
setOptimizationLevel
(OptimizationLevel);
Completed in 67 milliseconds