Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/Renderscript/
DRSCompilerDriver.cpp74 static_cast<llvm::CodeGenOpt::Level>(pScript.getOptimizationLevel()); in setupConfig()
83 if (mConfig->getOptimizationLevel() != script_opt_level) { in setupConfig()
281 wrapper.getOptimizationLevel())); in build()
DRSScript.cpp60 switch (pCompilerConfig->getOptimizationLevel()) { in RSScript()
/frameworks/compile/libbcc/include/bcc/Renderscript/
DRSScript.h92 OptimizationLevel getOptimizationLevel() const { in getOptimizationLevel() function
/frameworks/compile/libbcc/include/bcinfo/
DBitcodeWrapper.h109 uint32_t getOptimizationLevel() const { in getOptimizationLevel() function
DMetadataExtractor.h284 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.cpp158 BCWrapper.getCompilerVersion(), BCWrapper.getOptimizationLevel()); in translate()
DMetadataExtractor.cpp190 mOptimizationLevel = wrapper.getOptimizationLevel(); in MetadataExtractor()
/frameworks/compile/libbcc/lib/Core/
DCompiler.cpp122 pConfig.getOptimizationLevel()); in config()
136 if ((pConfig.getOptimizationLevel() == llvm::CodeGenOpt::None)) { in config()
/frameworks/compile/libbcc/bcinfo/tools/
Dmain.cpp321 printf("optimizationLevel: %u\n\n", bcWrapper.getOptimizationLevel()); in main()
/frameworks/rs/
DrsScriptC.cpp366 rsc->setOptLevel(bcWrapper.getOptimizationLevel()); in runCompiler()