Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DLoopUnrollPass.h112 LoopUnrollOptions &setOptLevel(int O) { in setOptLevel() function
/src/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp142 .setOptLevel((CodeGenOptLevel)OptLevel); in LLVMCreateJITCompilerForModule()
200 .setOptLevel((CodeGenOptLevel)options.OptLevel) in LLVMCreateMCJITCompilerForModule()
/src/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
/src/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachine.cpp268 void TargetMachine::setOptLevel(CodeGenOptLevel Level) { OptLevel = Level; } in setOptLevel() function in TargetMachine
/src/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetMachine.h260 void setOptLevel(CodeGenOptLevel Level);
/src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h590 EngineBuilder &setOptLevel(CodeGenOptLevel l) { in setOptLevel() function
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp195 void setOptLevel(CodeGenOptLevel Level) { OptLevel = Level; } in setOptLevel() function in __anon546bdea20111::TwoAddressInstructionImpl
214 Impl.setOptLevel(CodeGenOptLevel::None); in runOnMachineFunction()
240 Impl.setOptLevel(CodeGenOptLevel::None); in run()
/src/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp198 void LTOCodeGenerator::setOptLevel(unsigned Level) { in setOptLevel() function in LTOCodeGenerator
/src/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp1090 CodeGen.setOptLevel(OptLevel - '0'); in main()
/src/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp287 .setOptLevel(llvm::CodeGenOptLevel::Less); in GetRunnableInfo()
/src/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp514 builder.setOptLevel(getOptLevel()); in main()
/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp250 IS.TM.setOptLevel(NewOptLevel); in OptLevelChanger()
275 IS.TM.setOptLevel(SavedOptLevel); in ~OptLevelChanger()
/src/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilder.cpp640 UnrollOpts.setOptLevel(OptLevel->getSpeedupLevel()); in parseLoopUnrollOptions()