HomeSort by relevance Sort by last modified time
    Searched refs:Level (Results 151 - 175 of 1355) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
IntervalMap.h 793 template <typename NodeT> NodeT &node(unsigned Level) const {
794 return *reinterpret_cast<NodeT*>(path[Level].node);
796 unsigned size(unsigned Level) const { return path[Level].size; }
797 unsigned offset(unsigned Level) const { return path[Level].offset; }
798 unsigned &offset(unsigned Level) { return path[Level].offset; }
817 /// subtree - Get the subtree referenced from Level. When the path is
818 /// consistent, node(Level + 1) == subtree(Level)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
IntervalMap.h 793 template <typename NodeT> NodeT &node(unsigned Level) const {
794 return *reinterpret_cast<NodeT*>(path[Level].node);
796 unsigned size(unsigned Level) const { return path[Level].size; }
797 unsigned offset(unsigned Level) const { return path[Level].offset; }
798 unsigned &offset(unsigned Level) { return path[Level].offset; }
817 /// subtree - Get the subtree referenced from Level. When the path is
818 /// consistent, node(Level + 1) == subtree(Level)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
IntervalMap.h 793 template <typename NodeT> NodeT &node(unsigned Level) const {
794 return *reinterpret_cast<NodeT*>(path[Level].node);
796 unsigned size(unsigned Level) const { return path[Level].size; }
797 unsigned offset(unsigned Level) const { return path[Level].offset; }
798 unsigned &offset(unsigned Level) { return path[Level].offset; }
817 /// subtree - Get the subtree referenced from Level. When the path is
818 /// consistent, node(Level + 1) == subtree(Level)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
IntervalMap.h 793 template <typename NodeT> NodeT &node(unsigned Level) const {
794 return *reinterpret_cast<NodeT*>(path[Level].node);
796 unsigned size(unsigned Level) const { return path[Level].size; }
797 unsigned offset(unsigned Level) const { return path[Level].offset; }
798 unsigned &offset(unsigned Level) { return path[Level].offset; }
817 /// subtree - Get the subtree referenced from Level. When the path is
818 /// consistent, node(Level + 1) == subtree(Level)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
IntervalMap.h 793 template <typename NodeT> NodeT &node(unsigned Level) const {
794 return *reinterpret_cast<NodeT*>(path[Level].node);
796 unsigned size(unsigned Level) const { return path[Level].size; }
797 unsigned offset(unsigned Level) const { return path[Level].offset; }
798 unsigned &offset(unsigned Level) { return path[Level].offset; }
817 /// subtree - Get the subtree referenced from Level. When the path is
818 /// consistent, node(Level + 1) == subtree(Level)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
IntervalMap.h 793 template <typename NodeT> NodeT &node(unsigned Level) const {
794 return *reinterpret_cast<NodeT*>(path[Level].node);
796 unsigned size(unsigned Level) const { return path[Level].size; }
797 unsigned offset(unsigned Level) const { return path[Level].offset; }
798 unsigned &offset(unsigned Level) { return path[Level].offset; }
817 /// subtree - Get the subtree referenced from Level. When the path is
818 /// consistent, node(Level + 1) == subtree(Level)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
IntervalMap.h 793 template <typename NodeT> NodeT &node(unsigned Level) const {
794 return *reinterpret_cast<NodeT*>(path[Level].node);
796 unsigned size(unsigned Level) const { return path[Level].size; }
797 unsigned offset(unsigned Level) const { return path[Level].offset; }
798 unsigned &offset(unsigned Level) { return path[Level].offset; }
817 /// subtree - Get the subtree referenced from Level. When the path is
818 /// consistent, node(Level + 1) == subtree(Level)
    [all...]
  /art/tools/checker/
run_unit_tests.py 30 Logger.Verbosity = Logger.Level.NoOutput
  /external/dagger2/producers/src/main/java/dagger/producers/monitoring/internal/
MonitorCache.java 20 import java.util.logging.Level;
54 logger.log(Level.SEVERE, "RuntimeException while constructing monitor factories.", e);
  /external/guice/core/src/com/google/inject/internal/
MessageProcessor.java 22 import java.util.logging.Level;
42 logger.log(Level.INFO,
  /external/jmdns/src/javax/jmdns/impl/tasks/
RecordReaper.java 8 import java.util.logging.Level;
52 if (logger.isLoggable(Level.FINEST)) {
  /external/llvm/lib/Target/Mips/
Mips16ISelDAGToDAG.h 23 explicit Mips16DAGToDAGISel(MipsTargetMachine &TM, CodeGenOpt::Level OL)
52 CodeGenOpt::Level OptLevel);
  /external/nanohttpd/core/src/main/java/fi/iki/elonen/util/
ServerRunner.java 37 import java.util.logging.Level;
72 ServerRunner.LOG.log(Level.SEVERE, "Cound nor create server", e);
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/MCJIT/
MCJIT.h 27 RTDyldMemoryManager *MemMgr, CodeGenOpt::Level OptLevel,
82 CodeGenOpt::Level OptLevel,
  /external/swiftshader/third_party/LLVM/lib/Target/Alpha/
AlphaTargetMachine.cpp 41 CodeGenOpt::Level OptLevel) {
46 CodeGenOpt::Level OptLevel) {
AlphaTargetMachine.h 60 virtual bool addInstSelector(PassManagerBase &PM, CodeGenOpt::Level OptLevel);
61 virtual bool addPreEmitPass(PassManagerBase &PM, CodeGenOpt::Level OptLevel);
  /external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
SPUTargetMachine.h 85 CodeGenOpt::Level OptLevel);
86 virtual bool addPreEmitPass(PassManagerBase &, CodeGenOpt::Level);
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeTargetMachine.cpp 50 CodeGenOpt::Level OptLevel) {
59 CodeGenOpt::Level OptLevel) {
  /external/swiftshader/third_party/LLVM/lib/Target/MSP430/
MSP430TargetMachine.cpp 10 // Top-level implementation for the MSP430 target.
41 CodeGenOpt::Level OptLevel) {
48 CodeGenOpt::Level OptLevel) {
MSP430TargetMachine.h 64 virtual bool addInstSelector(PassManagerBase &PM, CodeGenOpt::Level OptLevel);
65 virtual bool addPreEmitPass(PassManagerBase &PM, CodeGenOpt::Level OptLevel);
  /external/swiftshader/third_party/LLVM/lib/Target/PTX/
PTXMFInfoExtract.cpp 36 PTXMFInfoExtract(PTXTargetMachine &TM, CodeGenOpt::Level OptLevel)
66 CodeGenOpt::Level OptLevel) {
  /external/llvm/include/llvm/Analysis/
DependenceAnalysis.h 90 /// Dependence::DVEntry - Each level in the distance/direction vector
162 /// level.
163 virtual unsigned getDirection(unsigned Level) const { return DVEntry::ALL; }
166 /// particular level.
167 virtual const SCEV *getDistance(unsigned Level) const { return nullptr; }
171 virtual bool isPeelFirst(unsigned Level) const { return false; }
175 virtual bool isPeelLast(unsigned Level) const { return false; }
179 virtual bool isSplitable(unsigned Level) const { return false; }
181 /// isScalar - Returns true if a particular level is scalar; that is,
183 /// variable associated with the loop at this level
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 85 /// Dependence::DVEntry - Each level in the distance/direction vector
157 /// level.
158 virtual unsigned getDirection(unsigned Level) const { return DVEntry::ALL; }
161 /// particular level.
162 virtual const SCEV *getDistance(unsigned Level) const { return nullptr; }
166 virtual bool isPeelFirst(unsigned Level) const { return false; }
170 virtual bool isPeelLast(unsigned Level) const { return false; }
174 virtual bool isSplitable(unsigned Level) const { return false; }
176 /// isScalar - Returns true if a particular level is scalar; that is,
178 /// variable associated with the loop at this level
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 85 /// Dependence::DVEntry - Each level in the distance/direction vector
157 /// level.
158 virtual unsigned getDirection(unsigned Level) const { return DVEntry::ALL; }
161 /// particular level.
162 virtual const SCEV *getDistance(unsigned Level) const { return nullptr; }
166 virtual bool isPeelFirst(unsigned Level) const { return false; }
170 virtual bool isPeelLast(unsigned Level) const { return false; }
174 virtual bool isSplitable(unsigned Level) const { return false; }
176 /// isScalar - Returns true if a particular level is scalar; that is,
178 /// variable associated with the loop at this level
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 85 /// Dependence::DVEntry - Each level in the distance/direction vector
157 /// level.
158 virtual unsigned getDirection(unsigned Level) const { return DVEntry::ALL; }
161 /// particular level.
162 virtual const SCEV *getDistance(unsigned Level) const { return nullptr; }
166 virtual bool isPeelFirst(unsigned Level) const { return false; }
170 virtual bool isPeelLast(unsigned Level) const { return false; }
174 virtual bool isSplitable(unsigned Level) const { return false; }
176 /// isScalar - Returns true if a particular level is scalar; that is,
178 /// variable associated with the loop at this level
    [all...]

Completed in 1332 milliseconds

1 2 3 4 5 67 8 91011>>