Home
last modified time | relevance | path

Searched refs:setOptLevel (Results 1 – 14 of 14) sorted by relevance

/external/llvm/lib/Target/
DTargetMachine.cpp147 void TargetMachine::setOptLevel(CodeGenOpt::Level Level) const { in setOptLevel() function in TargetMachine
149 CodeGenInfo->setOptLevel(Level); in setOptLevel()
/external/llvm/include/llvm/MC/
DMCCodeGenInfo.h47 void setOptLevel(CodeGenOpt::Level Level) { OptLevel = Level; } in setOptLevel() function
/external/llvm/include/llvm/LTO/
DLTOCodeGenerator.h84 void setOptLevel(unsigned OptLevel);
/external/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp140 .setOptLevel((CodeGenOpt::Level)OptLevel); in LLVMCreateJITCompilerForModule()
199 .setOptLevel((CodeGenOpt::Level)options.OptLevel) in LLVMCreateMCJITCompilerForModule()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_misc.cpp256 .setOptLevel((CodeGenOpt::Level)OptLevel); in lp_build_create_mcjit_compiler_for_module()
/external/llvm/tools/lli/
DOrcLazyJIT.cpp143 EB.setOptLevel(getOptLevel()); in runOrcLazyJIT()
Dlli.cpp466 builder.setOptLevel(getOptLevel()); in main()
/external/llvm/include/llvm/Target/
DTargetMachine.h191 void setOptLevel(CodeGenOpt::Level Level) const;
/external/llvm/tools/llvm-lto/
Dllvm-lto.cpp329 CodeGen.setOptLevel(OptLevel - '0'); in main()
/external/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h569 EngineBuilder &setOptLevel(CodeGenOpt::Level l) { in setOptLevel() function
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITTestBase.h323 .setOptLevel(CodeGenOpt::None) in createJIT()
/external/llvm/tools/lto/
Dlto.cpp156 CG->setOptLevel(OptLevel - '0'); in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
/external/llvm/lib/LTO/
DLTOCodeGenerator.cpp149 void LTOCodeGenerator::setOptLevel(unsigned Level) { in setOptLevel() function in LTOCodeGenerator
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp266 IS.TM.setOptLevel(NewOptLevel); in OptLevelChanger()
288 IS.TM.setOptLevel(SavedOptLevel); in ~OptLevelChanger()