Searched refs:OptimizationLevel (Results 1 - 8 of 8) sorted by relevance

/frameworks/compile/libbcc/include/bcc/Renderscript/
H A DRSScript.h41 enum OptimizationLevel { enum in class:bcc::RSScript
51 OptimizationLevel mOptimizationLevel;
88 void setOptimizationLevel(OptimizationLevel pOptimizationLevel) {
92 OptimizationLevel getOptimizationLevel() const {
/frameworks/compile/slang/
H A Dslang_bitcode_gen.h34 uint32_t OptimizationLevel,
H A Dslang_bitcode_gen.cpp35 uint32_t OptimizationLevel,
94 CompilerVersion, OptimizationLevel);
32 writeBitcode(llvm::raw_ostream &Out, const llvm::Module &M, uint32_t TargetAPI, uint32_t OptimizationLevel, bool GenerateDebugInfo) argument
H A Dslang.cpp260 CodeGenOpts.OptimizationLevel = 3;
447 void Slang::setOptimizationLevel(llvm::CodeGenOpt::Level OptimizationLevel) { argument
448 CodeGenOpts.OptimizationLevel = OptimizationLevel;
H A Dslang_backend.cpp86 PMBuilder.OptLevel = mCodeGenOpts.OptimizationLevel;
96 PMBuilder.OptLevel = mCodeGenOpts.OptimizationLevel;
182 llvm::RegisterRegAlloc::setDefault((mCodeGenOpts.OptimizationLevel == 0) ?
187 if (mCodeGenOpts.OptimizationLevel == 0) {
189 } else if (mCodeGenOpts.OptimizationLevel == 3) {
334 mCodeGenOpts.OptimizationLevel, mCodeGenOpts.getDebugInfo());
H A Dslang.h264 void setOptimizationLevel(llvm::CodeGenOpt::Level OptimizationLevel);
/frameworks/compile/libbcc/include/bcinfo/
H A DBitcodeWrapper.h40 uint32_t OptimizationLevel; member in struct:bcinfo::AndroidBitcodeWrapper
146 wrapper->OptimizationLevel = optimizationLevel;
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSCompilerDriver.cpp280 script.setOptimizationLevel(static_cast<RSScript::OptimizationLevel>(

Completed in 3534 milliseconds