Home
last modified time | relevance | path

Searched refs:getOptimizationLevel (Results 1 – 12 of 12) sorted by relevance

/frameworks/compile/libbcc/lib/
DRSCompilerDriver.cpp69 const llvm::CodeGenOpt::Level script_opt_level = pScript.getOptimizationLevel(); in setupConfig()
78 if (mConfig->getOptimizationLevel() != script_opt_level) { in setupConfig()
262 script.setOptimizationLevel(getConfig()->getOptimizationLevel()); in build()
275 wrapper.getOptimizationLevel())); in build()
DSource.cpp62 *optimizationLevel = wrapper.getOptimizationLevel(); in helper_get_module_metadata_from_bitcode_wrapper()
94 *optimizationLevel = me.getOptimizationLevel(); in getWrapperInformation()
DCompiler.cpp191 pConfig.getOptimizationLevel()); in config()
205 if ((pConfig.getOptimizationLevel() == llvm::CodeGenOpt::None)) { in config()
/frameworks/compile/libbcc/include/bcc/
DScript.h78 llvm::CodeGenOpt::Level getOptimizationLevel() const { in getOptimizationLevel() function
DCompilerConfig.h92 inline llvm::CodeGenOpt::Level getOptimizationLevel() const in getOptimizationLevel() function
/frameworks/compile/libbcc/bcinfo/include/bcinfo/
DBitcodeWrapper.h109 uint32_t getOptimizationLevel() const { in getOptimizationLevel() function
DMetadataExtractor.h284 uint32_t getOptimizationLevel() const { in getOptimizationLevel() function
/frameworks/compile/libbcc/bcinfo/
DBitcodeTranslator.cpp167 BCWrapper.getCompilerVersion(), BCWrapper.getOptimizationLevel()); in translate()
DMetadataExtractor.cpp194 mOptimizationLevel = wrapper.getOptimizationLevel(); in MetadataExtractor()
/frameworks/compile/libbcc/bcinfo/tools/
Dmain.cpp321 printf("optimizationLevel: %u\n\n", bcWrapper.getOptimizationLevel()); in main()
/frameworks/rs/
DrsScriptC.cpp341 rsc->setOptLevel(bcWrapper.getOptimizationLevel()); in runCompiler()
/frameworks/compile/libbcc/tools/bcc/
DMain.cpp382 s->setOptimizationLevel(RSCD.getConfig()->getOptimizationLevel()); in main()