/external/llvm/lib/Target/BPF/ |
BPFTargetMachine.h | 29 CodeGenOpt::Level OL);
|
/external/llvm/lib/Target/Lanai/ |
LanaiTargetMachine.h | 37 CodeModel::Model CodeModel, CodeGenOpt::Level OptLevel);
|
/external/llvm/lib/Target/MSP430/ |
MSP430TargetMachine.h | 34 CodeGenOpt::Level OL);
|
/external/llvm/lib/Target/X86/ |
X86.h | 1 //===-- X86.h - Top-level interface for X86 representation ------*- C++ -*-===// 30 CodeGenOpt::Level OptLevel);
|
/external/llvm/lib/Target/XCore/ |
XCoreTargetMachine.h | 29 CodeGenOpt::Level OL);
|
/external/nanohttpd/markdown-plugin/src/main/java/fi/iki/elonen/ |
MarkdownWebServerPlugin.java | 45 import java.util.logging.Level; 93 MarkdownWebServerPlugin.LOG.log(Level.SEVERE, "could not read source", e); 104 MarkdownWebServerPlugin.LOG.log(Level.FINEST, "close failed", ignored); 116 MarkdownWebServerPlugin.LOG.log(Level.SEVERE, "encoding problem, responding nothing", e);
|
/external/okhttp/okhttp-logging-interceptor/src/main/java/com/squareup/okhttp/logging/ |
HttpLoggingInterceptor.java | 47 public enum Level { 124 private volatile Level level = Level.NONE; field in class:HttpLoggingInterceptor 126 /** Change the level at which this interceptor logs. */ 127 public HttpLoggingInterceptor setLevel(Level level) { 128 if (level == null) throw new NullPointerException("level == null. Use Level.NONE instead.") 138 Level level = this.level; local [all...] |
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
Passes.cpp | 50 FunctionPass *llvm::createRegisterAllocator(CodeGenOpt::Level OptLevel) {
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
ARM.h | 1 //===-- ARM.h - Top-level interface for ARM representation---- --*- C++ -*-===// 35 CodeGenOpt::Level OptLevel);
|
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/ |
BlackfinTargetMachine.cpp | 40 CodeGenOpt::Level OptLevel) {
|
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/ |
SPUSubtarget.h | 91 bool enablePostRAScheduler(CodeGenOpt::Level OptLevel,
|
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/ |
SystemZTargetMachine.cpp | 36 CodeGenOpt::Level OptLevel) {
|
/external/swiftshader/third_party/LLVM/lib/Target/XCore/ |
XCoreTargetMachine.cpp | 36 CodeGenOpt::Level OptLevel) {
|
/frameworks/compile/slang/ |
slang_diagnostic_buffer.h | 47 virtual void HandleDiagnostic(clang::DiagnosticsEngine::Level DiagLevel,
|
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/ |
BreadthFirstIterator.h | 14 // * Normal breadth-first iteration - visit a graph level-by-level. 64 // Current level. 65 unsigned Level; 70 Level = 0; 101 Level += 1; 145 unsigned getLevel() const { return Level; }
|
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Passes/ |
PassBuilder.h | 49 /// \brief LLVM-provided high-level optimization levels. 51 /// This enumerates the LLVM-provided high-level optimization levels. Each 52 /// level has a specific goal and rationale. 61 /// FIXME: The current and historical behavior of this level does *not* 65 /// This level is tuned to produce a result from the optimizer as quickly 82 /// The key idea is that optimizations at this level should "pay for 93 /// This is expected to be a good default optimization level for the vast 130 /// execution time impact. You should expect this level to produce rather 187 /// Note that \p Level cannot be `O0` here. The pipelines produced are 192 buildFunctionSimplificationPipeline(OptimizationLevel Level, [all...] |
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/ |
Compression.h | 36 CompressionLevel Level = DefaultCompression);
|
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/ |
BreadthFirstIterator.h | 14 // * Normal breadth-first iteration - visit a graph level-by-level. 64 // Current level. 65 unsigned Level; 70 Level = 0; 101 Level += 1; 145 unsigned getLevel() const { return Level; }
|
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Passes/ |
PassBuilder.h | 49 /// \brief LLVM-provided high-level optimization levels. 51 /// This enumerates the LLVM-provided high-level optimization levels. Each 52 /// level has a specific goal and rationale. 61 /// FIXME: The current and historical behavior of this level does *not* 65 /// This level is tuned to produce a result from the optimizer as quickly 82 /// The key idea is that optimizations at this level should "pay for 93 /// This is expected to be a good default optimization level for the vast 130 /// execution time impact. You should expect this level to produce rather 187 /// Note that \p Level cannot be `O0` here. The pipelines produced are 192 buildFunctionSimplificationPipeline(OptimizationLevel Level, [all...] |
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/ |
Compression.h | 36 CompressionLevel Level = DefaultCompression);
|
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/ |
BreadthFirstIterator.h | 14 // * Normal breadth-first iteration - visit a graph level-by-level. 64 // Current level. 65 unsigned Level; 70 Level = 0; 101 Level += 1; 145 unsigned getLevel() const { return Level; }
|
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Passes/ |
PassBuilder.h | 49 /// \brief LLVM-provided high-level optimization levels. 51 /// This enumerates the LLVM-provided high-level optimization levels. Each 52 /// level has a specific goal and rationale. 61 /// FIXME: The current and historical behavior of this level does *not* 65 /// This level is tuned to produce a result from the optimizer as quickly 82 /// The key idea is that optimizations at this level should "pay for 93 /// This is expected to be a good default optimization level for the vast 130 /// execution time impact. You should expect this level to produce rather 187 /// Note that \p Level cannot be `O0` here. The pipelines produced are 192 buildFunctionSimplificationPipeline(OptimizationLevel Level, [all...] |
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/ |
Compression.h | 36 CompressionLevel Level = DefaultCompression);
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/ |
BreadthFirstIterator.h | 14 // * Normal breadth-first iteration - visit a graph level-by-level. 64 // Current level. 65 unsigned Level; 70 Level = 0; 101 Level += 1; 145 unsigned getLevel() const { return Level; }
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Passes/ |
PassBuilder.h | 49 /// \brief LLVM-provided high-level optimization levels. 51 /// This enumerates the LLVM-provided high-level optimization levels. Each 52 /// level has a specific goal and rationale. 61 /// FIXME: The current and historical behavior of this level does *not* 65 /// This level is tuned to produce a result from the optimizer as quickly 82 /// The key idea is that optimizations at this level should "pay for 93 /// This is expected to be a good default optimization level for the vast 130 /// execution time impact. You should expect this level to produce rather 187 /// Note that \p Level cannot be `O0` here. The pipelines produced are 192 buildFunctionSimplificationPipeline(OptimizationLevel Level, [all...] |