Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DLoopUnrollPass.h112 LoopUnrollOptions &setOptLevel(int O) { in setOptLevel() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp141 .setOptLevel((CodeGenOpt::Level)OptLevel); in LLVMCreateJITCompilerForModule()
200 .setOptLevel((CodeGenOpt::Level)options.OptLevel) in LLVMCreateMCJITCompilerForModule()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h101 void setOptLevel(unsigned OptLevel);
H A DThinLTOCodeGenerator.h225 void setOptLevel(unsigned NewOptLevel) { in setOptLevel() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachine.cpp200 void TargetMachine::setOptLevel(CodeGenOpt::Level Level) { OptLevel = Level; } in setOptLevel() function in TargetMachine
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetMachine.h238 void setOptLevel(CodeGenOpt::Level Level);
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h591 EngineBuilder &setOptLevel(CodeGenOpt::Level l) { in setOptLevel() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp187 void LTOCodeGenerator::setOptLevel(unsigned Level) { in setOptLevel() function in LTOCodeGenerator
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp1055 CodeGen.setOptLevel(OptLevel - '0'); in main()
/freebsd-13.1/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp512 builder.setOptLevel(getOptLevel()); in main()
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp283 .setOptLevel(llvm::CodeGenOpt::Less); in GetRunnableInfo()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp223 IS.TM.setOptLevel(NewOptLevel); in OptLevelChanger()
245 IS.TM.setOptLevel(SavedOptLevel); in ~OptLevelChanger()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilder.cpp2113 UnrollOpts.setOptLevel(OptLevel); in parseLoopUnrollOptions()