HomeSort by relevance Sort by last modified time
    Searched defs:OptLevel (Results 1 - 25 of 42) sorted by null

1 2

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Scalar/
LoopUnrollAndJamPass.h 25 const int OptLevel;
28 explicit LoopUnrollAndJamPass(int OptLevel = 2) : OptLevel(OptLevel) {}
LoopUnrollPass.h 24 const int OptLevel;
27 explicit LoopFullUnrollPass(int OptLevel = 2) : OptLevel(OptLevel) {}
37 const int OptLevel;
42 explicit LoopUnrollPass(int OptLevel = 2) : OptLevel(OptLevel) {}
  /external/llvm/include/llvm-c/
ExecutionEngine.h 45 unsigned OptLevel;
85 unsigned OptLevel,
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineFunctionAnalysis.h 29 CodeGenOpt::Level OptLevel;
39 CodeGenOpt::Level getOptLevel() const { return OptLevel; }
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
ExecutionEngine.h 45 unsigned OptLevel;
85 unsigned OptLevel,
  /external/swiftshader/third_party/LLVM/include/llvm/Transforms/IPO/
PassManagerBuilder.h 31 /// Builder.OptLevel = 2;
75 unsigned OptLevel;
  /external/llvm/include/llvm/LTO/legacy/
LTOCodeGenerator.h 90 void setOptLevel(unsigned OptLevel);
227 unsigned OptLevel = 2;
  /external/llvm/include/llvm/Transforms/IPO/
PassManagerBuilder.h 40 /// Builder.OptLevel = 2;
107 unsigned OptLevel;
  /external/llvm/include/llvm/Target/
TargetMachine.h 93 CodeGenOpt::Level OptLevel = CodeGenOpt::Default;
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITTestBase.h 284 , OptLevel(CodeGenOpt::None)
332 CodeGenOpt::Level OptLevel;
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
PostRASchedulerList.cpp 85 CodeGenOpt::Level OptLevel;
90 MachineFunctionPass(ID), OptLevel(ol) {}
224 if (!ST.enablePostRAScheduler(OptLevel, AntiDepMode, CriticalPathRCs))
710 FunctionPass *llvm::createPostRAScheduler(CodeGenOpt::Level OptLevel) {
711 return new PostRAScheduler(OptLevel);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
ExecutionUtils.h 78 CodeGenOpt::Level OptLevel = CodeGenOpt::Default;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/LTO/
Config.h 46 unsigned OptLevel = 2;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/LTO/legacy/
LTOCodeGenerator.h 93 void setOptLevel(unsigned OptLevel);
233 unsigned OptLevel = 2;
ThinLTOCodeGenerator.h 243 OptLevel = (NewOptLevel > 3) ? 3 : NewOptLevel;
353 unsigned OptLevel = 3;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/
TargetMachine.h 84 CodeGenOpt::Level OptLevel = CodeGenOpt::Default;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/IPO/
PassManagerBuilder.h 40 /// Builder.OptLevel = 2;
120 unsigned OptLevel;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonSubtarget.h 63 CodeGenOpt::Level OptLevel;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
LoopUnrollAndJamPass.cpp 257 OptimizationRemarkEmitter &ORE, int OptLevel) {
274 L, SE, TTI, OptLevel, None, None, None, None, None, None);
364 unsigned OptLevel;
366 LoopUnrollAndJam(int OptLevel = 2) : LoopPass(ID), OptLevel(OptLevel) {
389 tryToUnrollAndJamLoop(L, DT, LI, SE, TTI, AC, DI, ORE, OptLevel);
420 Pass *llvm::createLoopUnrollAndJamPass(int OptLevel) {
421 return new LoopUnrollAndJam(OptLevel);
441 &L, AR.DT, &AR.LI, AR.SE, AR.TTI, AR.AC, DI, *ORE, OptLevel);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/MCJIT/
MCJITTestBase.h 282 : TrivialModuleBuilder(HostTriple), OptLevel(CodeGenOpt::None),
326 CodeGenOpt::Level OptLevel;
  /external/swiftshader/third_party/subzero/src/
IceTypes.h 77 enum OptLevel { Opt_m1, Opt_0, Opt_1, Opt_2 };
  /external/clang/lib/CodeGen/
BackendUtil.cpp 162 if (Builder.OptLevel > 0)
167 if (Builder.OptLevel > 0)
172 if (Builder.OptLevel > 0)
244 if (Builder.OptLevel > 0) {
318 unsigned OptLevel = CodeGenOpts.OptimizationLevel;
324 OptLevel = 0;
340 createFunctionInliningPass(OptLevel, CodeGenOpts.OptimizeSize);
345 if (OptLevel == 0)
353 PMBuilder.OptLevel = OptLevel;
    [all...]
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 517 CodeGenOpt::Level OptLevel;
570 OptLevel = l;
  /external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
ExecutionEngine.h 135 CodeGenOpt::Level OptLevel,
142 CodeGenOpt::Level OptLevel,
186 CodeGenOpt::Level OptLevel =
199 CodeGenOpt::Level OptLevel =
462 CodeGenOpt::Level OptLevel;
476 OptLevel = CodeGenOpt::Default;
517 OptLevel = l;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 531 CodeGenOpt::Level OptLevel;
584 OptLevel = l;

Completed in 2966 milliseconds

1 2