Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/Renderscript/
DRSCompilerDriver.cpp181 static_cast<llvm::CodeGenOpt::Level>(pScript.getOptimizationLevel()); in setupConfig()
190 if (mConfig->getOptimizationLevel() != script_opt_level) { in setupConfig()
409 wrapper.getOptimizationLevel())); in build()
/frameworks/compile/libbcc/lib/Core/
DCompiler.cpp122 pConfig.getOptimizationLevel()); in config()
136 if ((pConfig.getOptimizationLevel() == llvm::CodeGenOpt::None)) { in config()
/frameworks/compile/libbcc/include/bcc/Renderscript/
DRSScript.h86 OptimizationLevel getOptimizationLevel() const { in getOptimizationLevel() function
/frameworks/compile/libbcc/include/bcinfo/
DBitcodeWrapper.h109 uint32_t getOptimizationLevel() const { in getOptimizationLevel() function
DMetadataExtractor.h189 uint32_t getOptimizationLevel() const { in getOptimizationLevel() function
/frameworks/compile/libbcc/include/bcc/Support/
DCompilerConfig.h91 inline llvm::CodeGenOpt::Level getOptimizationLevel() const in getOptimizationLevel() function
/frameworks/compile/libbcc/bcinfo/
DBitcodeTranslator.cpp155 BCWrapper.getCompilerVersion(), BCWrapper.getOptimizationLevel()); in translate()
DMetadataExtractor.cpp73 mOptimizationLevel = wrapper.getOptimizationLevel(); in MetadataExtractor()
/frameworks/compile/libbcc/bcinfo/tools/
Dmain.cpp285 printf("optimizationLevel: %u\n\n", bcWrapper.getOptimizationLevel()); in main()