Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Scalar/
H A DLoopUnrollPass.h112 LoopUnrollOptions &setOptLevel(int O) { in setOptLevel() function
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp141 .setOptLevel((CodeGenOpt::Level)OptLevel); in LLVMCreateJITCompilerForModule()
199 .setOptLevel((CodeGenOpt::Level)options.OptLevel) in LLVMCreateMCJITCompilerForModule()
/llvm-project-15.0.7/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h101 void setOptLevel(unsigned OptLevel);
H A DThinLTOCodeGenerator.h224 void setOptLevel(unsigned NewOptLevel) { in setOptLevel() function
/llvm-project-15.0.7/llvm/lib/Target/
H A DTargetMachine.cpp184 void TargetMachine::setOptLevel(CodeGenOpt::Level Level) { OptLevel = Level; } in setOptLevel() function in TargetMachine
/llvm-project-15.0.7/clang/tools/clang-fuzzer/handle-llvm/
H A Dhandle_llvm.cpp175 builder.setOptLevel(OLvl); in CreateAndRunJITFunc()
/llvm-project-15.0.7/llvm/tools/lto/
H A Dlto.cpp155 CG->setOptLevel(OptLevel - '0'); in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
528 CodeGen->setOptLevel(OptLevel - '0'); in thinlto_create_codegen()
/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DTargetMachine.h244 void setOptLevel(CodeGenOpt::Level Level);
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h590 EngineBuilder &setOptLevel(CodeGenOpt::Level l) { in setOptLevel() function
/llvm-project-15.0.7/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITTestBase.h312 .setOptLevel(CodeGenOpt::None) in createJIT()
/llvm-project-15.0.7/mlir/lib/Dialect/GPU/Transforms/
H A DSerializeToHsaco.cpp330 targetMachine.setOptLevel(static_cast<llvm::CodeGenOpt::Level>(optLevel)); in optimizeLlvm()
/llvm-project-15.0.7/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp182 void LTOCodeGenerator::setOptLevel(unsigned Level) { in setOptLevel() function in LTOCodeGenerator
/llvm-project-15.0.7/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp1069 CodeGen.setOptLevel(OptLevel - '0'); in main()
/llvm-project-15.0.7/llvm/tools/lli/
H A Dlli.cpp569 builder.setOptLevel(getOptLevel()); in main()
/llvm-project-15.0.7/lldb/source/Expression/
H A DIRExecutionUnit.cpp287 .setOptLevel(llvm::CodeGenOpt::Less); in GetRunnableInfo()
/llvm-project-15.0.7/llvm/lib/Passes/
H A DPassBuilder.cpp547 UnrollOpts.setOptLevel(OptLevel); in parseLoopUnrollOptions()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp220 IS.TM.setOptLevel(NewOptLevel); in OptLevelChanger()
242 IS.TM.setOptLevel(SavedOptLevel); in ~OptLevelChanger()