Searched refs:setOptLevel (Results 1 - 13 of 13) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCCodeGenInfo.h47 void setOptLevel(CodeGenOpt::Level Level) { OptLevel = Level; } function in class:llvm::MCCodeGenInfo
/external/llvm/lib/Target/
H A DTargetMachine.cpp146 void TargetMachine::setOptLevel(CodeGenOpt::Level Level) const { function in class:TargetMachine
148 CodeGenInfo->setOptLevel(Level);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_misc.cpp256 .setOptLevel((CodeGenOpt::Level)OptLevel);
/external/llvm/include/llvm/Target/
H A DTargetMachine.h182 void setOptLevel(CodeGenOpt::Level Level) const;
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_misc.cpp256 .setOptLevel((CodeGenOpt::Level)OptLevel);
/external/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp147 .setOptLevel((CodeGenOpt::Level)OptLevel);
196 .setOptLevel((CodeGenOpt::Level)options.OptLevel)
H A DExecutionEngine.cpp420 .setOptLevel(OptLevel)
450 EB.setOptLevel(OL);
/external/llvm/unittests/ExecutionEngine/JIT/
H A DJITEventListenerTestCommon.h71 .setOptLevel(llvm::CodeGenOpt::None)
/external/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h638 /// setOptLevel - Set the optimization level for the JIT. This option
640 EngineBuilder &setOptLevel(CodeGenOpt::Level l) { function in class:llvm::EngineBuilder
/external/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITTestBase.h323 .setOptLevel(CodeGenOpt::None)
/external/lldb/source/Expression/
H A DIRExecutionUnit.cpp307 .setOptLevel(llvm::CodeGenOpt::Less)
/external/llvm/tools/lli/
H A Dlli.cpp481 builder.setOptLevel(OLvl);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp259 IS.TM.setOptLevel(NewOptLevel);
277 IS.TM.setOptLevel(SavedOptLevel);

Completed in 366 milliseconds