| /llvm-project-15.0.7/llvm/include/llvm/Transforms/Scalar/ |
| H A D | LoopUnrollPass.h | 112 LoopUnrollOptions &setOptLevel(int O) { in setOptLevel() function
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/ |
| H A D | ExecutionEngineBindings.cpp | 141 .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 D | LTOCodeGenerator.h | 101 void setOptLevel(unsigned OptLevel);
|
| H A D | ThinLTOCodeGenerator.h | 224 void setOptLevel(unsigned NewOptLevel) { in setOptLevel() function
|
| /llvm-project-15.0.7/llvm/lib/Target/ |
| H A D | TargetMachine.cpp | 184 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 D | handle_llvm.cpp | 175 builder.setOptLevel(OLvl); in CreateAndRunJITFunc()
|
| /llvm-project-15.0.7/llvm/tools/lto/ |
| H A D | lto.cpp | 155 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 D | TargetMachine.h | 244 void setOptLevel(CodeGenOpt::Level Level);
|
| /llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/ |
| H A D | ExecutionEngine.h | 590 EngineBuilder &setOptLevel(CodeGenOpt::Level l) { in setOptLevel() function
|
| /llvm-project-15.0.7/llvm/unittests/ExecutionEngine/MCJIT/ |
| H A D | MCJITTestBase.h | 312 .setOptLevel(CodeGenOpt::None) in createJIT()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/GPU/Transforms/ |
| H A D | SerializeToHsaco.cpp | 330 targetMachine.setOptLevel(static_cast<llvm::CodeGenOpt::Level>(optLevel)); in optimizeLlvm()
|
| /llvm-project-15.0.7/llvm/lib/LTO/ |
| H A D | LTOCodeGenerator.cpp | 182 void LTOCodeGenerator::setOptLevel(unsigned Level) { in setOptLevel() function in LTOCodeGenerator
|
| /llvm-project-15.0.7/llvm/tools/llvm-lto/ |
| H A D | llvm-lto.cpp | 1069 CodeGen.setOptLevel(OptLevel - '0'); in main()
|
| /llvm-project-15.0.7/llvm/tools/lli/ |
| H A D | lli.cpp | 569 builder.setOptLevel(getOptLevel()); in main()
|
| /llvm-project-15.0.7/lldb/source/Expression/ |
| H A D | IRExecutionUnit.cpp | 287 .setOptLevel(llvm::CodeGenOpt::Less); in GetRunnableInfo()
|
| /llvm-project-15.0.7/llvm/lib/Passes/ |
| H A D | PassBuilder.cpp | 547 UnrollOpts.setOptLevel(OptLevel); in parseLoopUnrollOptions()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGISel.cpp | 220 IS.TM.setOptLevel(NewOptLevel); in OptLevelChanger() 242 IS.TM.setOptLevel(SavedOptLevel); in ~OptLevelChanger()
|