Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DLoopUnrollPass.h112 LoopUnrollOptions &setOptLevel(int O) { in setOptLevel() function
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp142 .setOptLevel((CodeGenOptLevel)OptLevel); in LLVMCreateJITCompilerForModule()
200 .setOptLevel((CodeGenOptLevel)options.OptLevel) in LLVMCreateMCJITCompilerForModule()
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h103 void setOptLevel(unsigned OptLevel);
H A DThinLTOCodeGenerator.h224 void setOptLevel(unsigned NewOptLevel) { in setOptLevel() function
/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachine.cpp268 void TargetMachine::setOptLevel(CodeGenOptLevel Level) { OptLevel = Level; } in setOptLevel() function in TargetMachine
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h588 /// setOptLevel - Set the optimization level for the JIT. This option
590 EngineBuilder &setOptLevel(CodeGenOptLevel l) { in setOptLevel() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetMachine.h260 void setOptLevel(CodeGenOptLevel Level);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp195 void setOptLevel(CodeGenOptLevel Level) { OptLevel = Level; } in setOptLevel() function in __anon97cd436d0111::TwoAddressInstructionImpl
214 Impl.setOptLevel(CodeGenOptLevel::None); in runOnMachineFunction()
240 Impl.setOptLevel(CodeGenOptLevel::None); in run()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp198 void LTOCodeGenerator::setOptLevel(unsigned Level) { in setOptLevel() function in LTOCodeGenerator
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp1090 CodeGen.setOptLevel(OptLevel - '0'); in main()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp287 .setOptLevel(llvm::CodeGenOptLevel::Less); in GetRunnableInfo()
/freebsd/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp514 builder.setOptLevel(getOptLevel()); in main()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp250 IS.TM.setOptLevel(NewOptLevel); in OptLevelChanger()
275 IS.TM.setOptLevel(SavedOptLevel); in ~OptLevelChanger()
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilder.cpp640 UnrollOpts.setOptLevel(OptLevel->getSpeedupLevel()); in parseLoopUnrollOptions()