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

  /frameworks/compile/libbcc/include/bcc/Renderscript/
RSScript.h 40 enum OptimizationLevel {
50 OptimizationLevel mOptimizationLevel;
83 void setOptimizationLevel(OptimizationLevel pOptimizationLevel) {
87 OptimizationLevel getOptimizationLevel() const {
  /frameworks/compile/libbcc/include/bcinfo/
BitcodeWrapper.h 40 uint32_t OptimizationLevel;
123 * \param optimizationLevel - compiler optimization level for this bitcode.
129 uint32_t optimizationLevel) {
146 wrapper->OptimizationLevel = optimizationLevel;
  /frameworks/compile/slang/
slang.cpp 251 CodeGenOpts.OptimizationLevel = 3;
428 void Slang::setOptimizationLevel(llvm::CodeGenOpt::Level OptimizationLevel) {
429 CodeGenOpts.OptimizationLevel = OptimizationLevel;
slang_backend.cpp 86 PMBuilder.OptLevel = mCodeGenOpts.OptimizationLevel;
96 PMBuilder.OptLevel = mCodeGenOpts.OptimizationLevel;
192 llvm::RegisterRegAlloc::setDefault((mCodeGenOpts.OptimizationLevel == 0) ?
197 if (mCodeGenOpts.OptimizationLevel == 0) {
199 } else if (mCodeGenOpts.OptimizationLevel == 3) {
249 SlangVersion::CURRENT, mCodeGenOpts.OptimizationLevel);
slang.h 248 void setOptimizationLevel(llvm::CodeGenOpt::Level OptimizationLevel);
  /external/clang/lib/CodeGen/
BackendUtil.cpp 262 unsigned OptLevel = CodeGenOpts.OptimizationLevel;
465 switch (CodeGenOpts.OptimizationLevel) {
574 CodeGenOpts.OptimizationLevel > 0)
CGCXX.cpp 39 if (getCodeGenOpts().OptimizationLevel == 0)
CodeGenTBAA.cpp 90 if (CodeGenOpts.OptimizationLevel == 0 || CodeGenOpts.RelaxedAliasing)
CGDecl.cpp 847 if (CGF.CGM.getCodeGenOpts().OptimizationLevel == 0)
    [all...]
CGDeclCXX.cpp 120 if (!CGF.CGM.getCodeGenOpts().OptimizationLevel)
CGBlocks.cpp     [all...]
CGObjC.cpp 115 CGM.getCodeGenOpts().OptimizationLevel != 0);
    [all...]
CGVTables.cpp 473 !CGM.getCodeGenOpts().OptimizationLevel)
    [all...]
CodeGenFunction.cpp     [all...]
CGCall.cpp     [all...]
CGExpr.cpp     [all...]
CodeGenModule.cpp 126 (!CodeGenOpts.RelaxedAliasing && CodeGenOpts.OptimizationLevel > 0))
    [all...]
CGStmt.cpp     [all...]
CodeGenFunction.h     [all...]
CGBuiltin.cpp 420 if (CGM.getCodeGenOpts().OptimizationLevel == 0)
    [all...]
  /frameworks/compile/libbcc/lib/Renderscript/
RSCompilerDriver.cpp 265 script.setOptimizationLevel(static_cast<RSScript::OptimizationLevel>(
  /external/clang/lib/Frontend/
CompilerInvocation.cpp 349 unsigned OptimizationLevel = getOptimizationLevel(Args, IK, Diags);
352 if (OptimizationLevel > MaxOptLevel) {
357 OptimizationLevel = MaxOptLevel;
359 Opts.OptimizationLevel = OptimizationLevel;
363 (Opts.OptimizationLevel > 1) ? CodeGenOptions::NormalInlining
365 // -fno-inline-functions overrides OptimizationLevel > 1.
428 (Opts.OptimizationLevel > 1 && !Opts.OptimizeSize));
    [all...]

Completed in 912 milliseconds