Searched defs:OptimizationLevel (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/libbcc/include/bcc/Renderscript/
H A DRSScript.h33 enum OptimizationLevel { enum in class:bcc::RSScript
45 OptimizationLevel mOptimizationLevel;
69 void setOptimizationLevel(OptimizationLevel pOptimizationLevel)
72 OptimizationLevel getOptimizationLevel() const
/frameworks/compile/libbcc/include/bcinfo/
H A DBitcodeWrapper.h40 uint32_t OptimizationLevel; member in struct:bcinfo::AndroidBitcodeWrapper
146 wrapper->OptimizationLevel = optimizationLevel;
/frameworks/compile/slang/
H A Dslang.cpp160 CodeGenOpts.OptimizationLevel = 3;
462 void Slang::setOptimizationLevel(llvm::CodeGenOpt::Level OptimizationLevel) { argument
463 CodeGenOpts.OptimizationLevel = OptimizationLevel;
H A Dslang_rs.cpp286 llvm::CodeGenOpt::Level OptimizationLevel,
312 setOptimizationLevel(OptimizationLevel);
278 compile( const std::list<std::pair<const char*, const char*> > &IOFiles, const std::list<std::pair<const char*, const char*> > &DepFiles, const std::vector<std::string> &IncludePaths, const std::vector<std::string> &AdditionalDepTargets, Slang::OutputType OutputType, BitCodeStorageType BitcodeStorage, bool AllowRSPrefix, bool OutputDep, unsigned int TargetAPI, bool EmitDebug, llvm::CodeGenOpt::Level OptimizationLevel, const std::string &JavaReflectionPathBase, const std::string &JavaReflectionPackageName, const std::string &RSPackageName) argument

Completed in 83 milliseconds