HomeSort by relevance Sort by last modified time
    Searched full:optlevel (Results 1 - 25 of 435) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
LoopUnrollPass.h 21 const int OptLevel;
23 explicit LoopUnrollPass(bool AllowPartialUnrolling, int OptLevel)
24 : AllowPartialUnrolling(AllowPartialUnrolling), OptLevel(OptLevel) {}
32 static LoopUnrollPass create(int OptLevel = 2) {
33 return LoopUnrollPass(/*AllowPartialUnrolling*/ true, OptLevel);
40 static LoopUnrollPass createFull(int OptLevel = 2) {
41 return LoopUnrollPass(/*AllowPartialUnrolling*/ false, OptLevel);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Transforms/Scalar/
LoopUnrollPass.h 21 const int OptLevel;
23 explicit LoopUnrollPass(bool AllowPartialUnrolling, int OptLevel)
24 : AllowPartialUnrolling(AllowPartialUnrolling), OptLevel(OptLevel) {}
32 static LoopUnrollPass create(int OptLevel = 2) {
33 return LoopUnrollPass(/*AllowPartialUnrolling*/ true, OptLevel);
40 static LoopUnrollPass createFull(int OptLevel = 2) {
41 return LoopUnrollPass(/*AllowPartialUnrolling*/ false, OptLevel);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Transforms/Scalar/
LoopUnrollPass.h 21 const int OptLevel;
23 explicit LoopUnrollPass(bool AllowPartialUnrolling, int OptLevel)
24 : AllowPartialUnrolling(AllowPartialUnrolling), OptLevel(OptLevel) {}
32 static LoopUnrollPass create(int OptLevel = 2) {
33 return LoopUnrollPass(/*AllowPartialUnrolling*/ true, OptLevel);
40 static LoopUnrollPass createFull(int OptLevel = 2) {
41 return LoopUnrollPass(/*AllowPartialUnrolling*/ false, OptLevel);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Transforms/Scalar/
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) {}
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Transforms/Scalar/
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) {}
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Transforms/Scalar/
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) {}
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Transforms/Scalar/
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) {}
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
LoopUnrollPass.h 21 const int OptLevel;
23 explicit LoopUnrollPass(bool AllowPartialUnrolling, int OptLevel)
24 : AllowPartialUnrolling(AllowPartialUnrolling), OptLevel(OptLevel) {}
32 static LoopUnrollPass create(int OptLevel = 2) {
33 return LoopUnrollPass(/*AllowPartialUnrolling*/ true, OptLevel);
40 static LoopUnrollPass createFull(int OptLevel = 2) {
41 return LoopUnrollPass(/*AllowPartialUnrolling*/ false, OptLevel);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Transforms/Scalar/
LoopUnrollPass.h 21 const int OptLevel;
23 explicit LoopUnrollPass(bool AllowPartialUnrolling, int OptLevel)
24 : AllowPartialUnrolling(AllowPartialUnrolling), OptLevel(OptLevel) {}
32 static LoopUnrollPass create(int OptLevel = 2) {
33 return LoopUnrollPass(/*AllowPartialUnrolling*/ true, OptLevel);
40 static LoopUnrollPass createFull(int OptLevel = 2) {
41 return LoopUnrollPass(/*AllowPartialUnrolling*/ false, OptLevel);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Transforms/Scalar/
LoopUnrollPass.h 21 const int OptLevel;
23 explicit LoopUnrollPass(bool AllowPartialUnrolling, int OptLevel)
24 : AllowPartialUnrolling(AllowPartialUnrolling), OptLevel(OptLevel) {}
32 static LoopUnrollPass create(int OptLevel = 2) {
33 return LoopUnrollPass(/*AllowPartialUnrolling*/ true, OptLevel);
40 static LoopUnrollPass createFull(int OptLevel = 2) {
41 return LoopUnrollPass(/*AllowPartialUnrolling*/ false, OptLevel);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Transforms/Scalar/
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) {}
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Transforms/Scalar/
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) {}
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Transforms/Scalar/
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) {}
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Transforms/Scalar/
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/swiftshader/third_party/LLVM/lib/Target/PTX/
PTXTargetMachine.cpp 114 CodeGenOpt::Level OptLevel) {
115 PM.add(createPTXISelDag(*this, OptLevel));
120 CodeGenOpt::Level OptLevel) {
122 //PM.add(createPTXMFInfoExtract(*this, OptLevel));
129 CodeGenOpt::Level OptLevel,
135 if (addCommonCodeGenPasses(PM, OptLevel, DisableVerify, Context))
194 CodeGenOpt::Level OptLevel,
216 if (OptLevel != CodeGenOpt::None) {
230 if (OptLevel != CodeGenOpt::None)
235 addPreISel(PM, OptLevel);
    [all...]
PTX.h 29 CodeGenOpt::Level OptLevel);
32 CodeGenOpt::Level OptLevel);
35 CodeGenOpt::Level OptLevel);
PTXMFInfoExtract.cpp 36 PTXMFInfoExtract(PTXTargetMachine &TM, CodeGenOpt::Level OptLevel)
66 CodeGenOpt::Level OptLevel) {
67 return new PTXMFInfoExtract(TM, OptLevel);
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMTargetMachine.cpp 98 CodeGenOpt::Level OptLevel) {
99 if (OptLevel != CodeGenOpt::None && EnableGlobalMerge)
106 CodeGenOpt::Level OptLevel) {
107 PM.add(createARMISelDag(*this, OptLevel));
112 CodeGenOpt::Level OptLevel) {
114 if (OptLevel != CodeGenOpt::None && !Subtarget.isThumb1Only())
116 if (OptLevel != CodeGenOpt::None && Subtarget.isCortexA9())
122 CodeGenOpt::Level OptLevel) {
124 if (OptLevel != CodeGenOpt::None) {
135 if (OptLevel != CodeGenOpt::None)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86TargetMachine.h 69 virtual bool addInstSelector(PassManagerBase &PM, CodeGenOpt::Level OptLevel);
70 virtual bool addPreRegAlloc(PassManagerBase &PM, CodeGenOpt::Level OptLevel);
71 virtual bool addPostRegAlloc(PassManagerBase &PM, CodeGenOpt::Level OptLevel);
72 virtual bool addPreEmitPass(PassManagerBase &PM, CodeGenOpt::Level OptLevel);
73 virtual bool addCodeEmitter(PassManagerBase &PM, CodeGenOpt::Level OptLevel,
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
LLVMTargetMachine.cpp 129 CodeGenOpt::Level OptLevel,
133 if (addCommonCodeGenPasses(PM, OptLevel, DisableVerify, Context))
217 CodeGenOpt::Level OptLevel,
221 if (addCommonCodeGenPasses(PM, OptLevel, DisableVerify, Ctx))
224 addCodeEmitter(PM, OptLevel, JCE);
238 CodeGenOpt::Level OptLevel,
241 if (addCommonCodeGenPasses(PM, OptLevel, DisableVerify, Ctx))
293 CodeGenOpt::Level OptLevel,
311 if (OptLevel != CodeGenOpt::None && !DisableLSR) {
347 if (OptLevel != CodeGenOpt::None && !DisableCGP
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/MSP430/
MSP430TargetMachine.cpp 41 CodeGenOpt::Level OptLevel) {
43 PM.add(createMSP430ISelDag(*this, OptLevel));
48 CodeGenOpt::Level OptLevel) {
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsTargetMachine.h 71 CodeGenOpt::Level OptLevel);
73 CodeGenOpt::Level OptLevel);
75 CodeGenOpt::Level OptLevel);
78 CodeGenOpt::Level OptLevel,
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
PassManagerBuilder.cpp 34 OptLevel = 2;
87 if (OptLevel == 0) return;
99 if (OptLevel == 0) {
131 if (OptLevel > 2)
150 MPM.add(createLoopUnswitchPass(SizeLevel || OptLevel < 3));
159 if (OptLevel > 1)
183 if (OptLevel > 2)
186 if (OptLevel > 1)
279 unsigned OptLevel) {
281 Builder->OptLevel = OptLevel
    [all...]
  /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/lib/Target/Blackfin/
BlackfinTargetMachine.cpp 40 CodeGenOpt::Level OptLevel) {
41 PM.add(createBlackfinISelDag(*this, OptLevel));

Completed in 680 milliseconds

1 2 3 4 5 6 7 8 91011>>