Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/
DBitcodeMunge.cpp26 Ice::ClFlags::Flags.setOptLevel(Ice::Opt_m1); in resetMungeFlags()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/
DLoopUnrollPass.h112 LoopUnrollOptions &setOptLevel(int O) { in setOptLevel() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp141 .setOptLevel((CodeGenOpt::Level)OptLevel); in LLVMCreateJITCompilerForModule()
200 .setOptLevel((CodeGenOpt::Level)options.OptLevel) in LLVMCreateMCJITCompilerForModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/legacy/
DLTOCodeGenerator.h97 void setOptLevel(unsigned OptLevel);
DThinLTOCodeGenerator.h225 void setOptLevel(unsigned NewOptLevel) { in setOptLevel() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
DTargetMachine.cpp240 void TargetMachine::setOptLevel(CodeGenOpt::Level Level) { OptLevel = Level; } in setOptLevel() function in TargetMachine
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetMachine.h225 void setOptLevel(CodeGenOpt::Level Level);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h583 EngineBuilder &setOptLevel(CodeGenOpt::Level l) { in setOptLevel() function
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_misc.cpp363 .setOptLevel((CodeGenOpt::Level)OptLevel); in lp_build_create_jit_compiler_for_module()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTOCodeGenerator.cpp201 void LTOCodeGenerator::setOptLevel(unsigned Level) { in setOptLevel() function in LTOCodeGenerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp221 IS.TM.setOptLevel(NewOptLevel); in OptLevelChanger()
244 IS.TM.setOptLevel(SavedOptLevel); in ~OptLevelChanger()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Passes/
DPassBuilder.cpp1484 UnrollOpts.setOptLevel(OptLevel); in parseLoopUnrollOptions()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DSubzeroReactor.cpp898 Flags.setOptLevel(toIce(getDefaultConfig().getOptimization().getLevel())); in Nucleus()