HomeSort by relevance Sort by last modified time
    Searched refs:Level (Results 476 - 500 of 987) sorted by null

<<11121314151617181920>>

  /external/llvm/include/llvm/IR/
Module.h 60 /// LLVM module. Modules are the top level container of all other LLVM
203 /// @name Module Level Accessors
255 /// @name Module Level Mutators
440 /// Returns the NamedMDNode in the module that represents module-level flags.
441 /// This method returns null if there are no module-level flags.
444 /// Returns the NamedMDNode in the module that represents module-level flags.
445 /// If module-level flags aren't found, it creates the named metadata that
449 /// Add a module-level flag to the module-level flags metadata. It will create
450 /// the module-level flags named metadata if it doesn't already exist
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGVLIW.cpp 277 llvm::createVLIWDAGScheduler(SelectionDAGISel *IS, CodeGenOpt::Level) {
  /external/llvm/lib/Passes/
PassBuilder.cpp 235 OptimizationLevel Level,
248 OptimizationLevel Level,
251 addPerModuleDefaultPipeline(MPM, Level, DebugLogging);
255 OptimizationLevel Level,
  /external/llvm/lib/Target/Mips/
MipsSubtarget.cpp 142 CodeGenOpt::Level MipsSubtarget::getOptLevelToEnablePostRAScheduler() const {
MipsSubtarget.h 168 CodeGenOpt::Level getOptLevelToEnablePostRAScheduler() const override;
  /external/llvm/lib/Target/SystemZ/
SystemZ.h 1 //==- SystemZ.h - Top-Level Interface for SystemZ representation -*- C++ -*-==//
176 CodeGenOpt::Level OptLevel);
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyTargetMachine.cpp 53 CodeModel::Model CM, CodeGenOpt::Level OL)
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_misc.cpp 256 .setOptLevel((CodeGenOpt::Level)OptLevel);
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_tex_copy.c 102 intelImage->base.Base.Level,
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_tex_copy.c 50 const GLuint level = timg->base.Base.Level; local
85 intptr_t dst_offset = radeon_miptree_image_offset(timg->mt, face, level);
88 fprintf(stderr, "%s: copying to face %d, level %d\n",
89 __FUNCTION__, face, level);
131 timg->mt->levels[level].rowstride / dst_bpp,
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/
DefaultMp4Builder.java 61 import java.util.logging.Level;
338 if (LOG.isLoggable(Level.FINE)) {
347 if (LOG.isLoggable(Level.FINER)) {
351 if (LOG.isLoggable(Level.FINEST)) {
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
ScheduleDAGList.cpp 263 llvm::createTDListDAGScheduler(SelectionDAGISel *IS, CodeGenOpt::Level) {
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMSubtarget.cpp 212 CodeGenOpt::Level OptLevel,
  /external/v8/tools/clang/blink_gc_plugin/
DiagnosticsReporter.h 26 clang::DiagnosticsEngine::Level getErrorLevel() const;
  /external/webrtc/webrtc/modules/audio_processing/test/
audioproc_float.cc 66 DEFINE_int32(ns_level, -1, "Noise suppression level [0 - 3].");
126 static_cast<NoiseSuppression::Level>(FLAGS_ns_level)));
  /external/webrtc/webrtc/voice_engine/
voice_engine_defines.h 61 const NoiseSuppression::Level kDefaultNsMode = NoiseSuppression::kModerate;
  /frameworks/compile/mclinker/lib/Script/
Assignment.cpp 30 Assignment::Assignment(Level pLevel,
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/
MemoryTest.c 196 Perform the memory test base on the memory test intensive level,
199 @param Level The memory test intensive level.
208 IN EXTENDMEM_COVERAGE_LEVEL Level
271 Level,
  /external/curl/lib/
mk-ca-bundle.pl 263 my @included_mozilla_trust_levels = parse_csv_param( "trust level", $included_mozilla_trust_levels_string, @valid_mozilla_trust_levels );
270 foreach my $level (@included_mozilla_trust_levels) {
271 # for each level we want to output, see if any of our desired purposes are included
272 return 1 if ( defined( List::Util::first { is_in_list( $_, @included_mozilla_trust_purposes ) } @{$trust_purposes_by_level{$level}} ) );
421 report "Warning: Unrecognized trust purpose for cert: $caname. Trust purpose: $1. Trust Level: $2";
423 report "Warning: Unrecognized trust level for cert: $caname. Trust purpose: $1. Trust Level: $2";
  /external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/
CacheBuilder.java 35 import java.util.logging.Level;
136 * "http://code.google.com/p/guava-libraries/wiki/CachesExplained">caching</a> for a higher-level
255 * is {@code 60}, and the concurrency level is {@code 8}, then eight segments are created, each
290 * <p>The current implementation uses the concurrency level to create a fixed number of hashtable
303 * @throws IllegalStateException if a concurrency level was already set
306 checkState(this.concurrencyLevel == UNSET_INT, "concurrency level was already set to %s",
577 logger.log(Level.WARNING, "ignoring weigher specified without maximumWeight");
  /external/guava/guava-testlib/src/com/google/common/testing/
AbstractPackageSanityTests.java 47 import java.util.logging.Level;
51 * Automatically runs sanity checks against top level classes in the same package of the test that
57 * <p>Note that only top-level classes with either a non-private constructor or a non-private static
141 * Tests all top-level {@link Serializable} classes in the package. For a serializable Class
188 * Performs {@link NullPointerTester} checks for all top-level classes in the package. For a class
221 * Tests {@code equals()} and {@code hashCode()} implementations for every top-level class in the
341 logger.log(Level.SEVERE, "Cannot load class " + classInfo + ", skipping...", e);
  /external/guice/core/src/com/google/inject/internal/
ProxyFactory.java 42 import java.util.logging.Level;
105 logger.log(Level.WARNING,
  /external/jmdns/src/javax/jmdns/impl/
DNSQuestion.java 9 import java.util.logging.Level;
284 if (logger.isLoggable(Level.FINER)) {
  /external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
ShortNumberInfo.java 32 import java.util.logging.Level;
311 logger.log(Level.SEVERE, "Unrecognised cost for region: " + costForRegion);
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 261 /// It is the user-level function for completing the process of making the
517 CodeGenOpt::Level OptLevel;
567 /// setOptLevel - Set the optimization level for the JIT. This option
569 EngineBuilder &setOptLevel(CodeGenOpt::Level l) {

Completed in 900 milliseconds

<<11121314151617181920>>