HomeSort by relevance Sort by last modified time
    Searched refs:getOptimizationLevel (Results 1 - 10 of 10) sorted by null

  /frameworks/compile/libbcc/include/bcc/Renderscript/
RSScript.h 86 OptimizationLevel getOptimizationLevel() const {
  /frameworks/compile/libbcc/include/bcinfo/
BitcodeWrapper.h 109 uint32_t getOptimizationLevel() const {
MetadataExtractor.h 189 uint32_t getOptimizationLevel() const {
  /frameworks/compile/libbcc/include/bcc/Support/
CompilerConfig.h 91 inline llvm::CodeGenOpt::Level getOptimizationLevel() const
  /frameworks/compile/libbcc/lib/Renderscript/
RSCompilerDriver.cpp 181 static_cast<llvm::CodeGenOpt::Level>(pScript.getOptimizationLevel());
190 if (mConfig->getOptimizationLevel() != script_opt_level) {
409 wrapper.getOptimizationLevel()));
  /frameworks/compile/libbcc/bcinfo/
BitcodeTranslator.cpp 155 BCWrapper.getCompilerVersion(), BCWrapper.getOptimizationLevel());
MetadataExtractor.cpp 73 mOptimizationLevel = wrapper.getOptimizationLevel();
  /frameworks/compile/libbcc/lib/Core/
Compiler.cpp 122 pConfig.getOptimizationLevel());
136 if ((pConfig.getOptimizationLevel() == llvm::CodeGenOpt::None)) {
  /frameworks/compile/libbcc/bcinfo/tools/
main.cpp 285 printf("optimizationLevel: %u\n\n", bcWrapper.getOptimizationLevel());
  /external/clang/lib/Frontend/
CompilerInvocation.cpp 73 static unsigned getOptimizationLevel(ArgList &Args, InputKind IK,
335 Opts.OptimizationLevel = getOptimizationLevel(Args, IK, Diags);
    [all...]

Completed in 117 milliseconds