/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetMachine.h | 48 enum Level { enum 335 virtual bool addPreISel(PassManagerBase &, CodeGenOpt::Level) { in addPreISel() 341 virtual bool addInstSelector(PassManagerBase &, CodeGenOpt::Level) { in addInstSelector() 348 virtual bool addPreRegAlloc(PassManagerBase &, CodeGenOpt::Level) { in addPreRegAlloc() 356 virtual bool addPostRegAlloc(PassManagerBase &, CodeGenOpt::Level) { in addPostRegAlloc() 364 virtual bool addPreSched2(PassManagerBase &, CodeGenOpt::Level) { in addPreSched2() 371 virtual bool addPreEmitPass(PassManagerBase &, CodeGenOpt::Level) { in addPreEmitPass() 379 virtual bool addCodeEmitter(PassManagerBase &, CodeGenOpt::Level, in addCodeEmitter()
|
/external/skia/src/core/ |
D | SkMipMap.h | 52 struct Level { struct 57 bool extractLevel(const SkSize& scale, Level*) const; argument
|
/external/llvm/lib/Support/ |
D | Compression.cpp | 27 static int encodeZlibCompressionLevel(zlib::CompressionLevel Level) { in encodeZlibCompressionLevel() 51 CompressionLevel Level) { in compress() 87 CompressionLevel Level) { in compress()
|
D | IntervalMap.cpp | 48 void Path::moveLeft(unsigned Level) { in moveLeft() 98 void Path::moveRight(unsigned Level) { in moveRight()
|
/external/llvm/include/llvm/Support/ |
D | CodeGen.h | 33 enum Level { NotPIC=0, SmallPIC=1, BigPIC=2 }; enum 37 enum Level { Default=0, Small=1, Large=2 }; enum 52 enum Level { enum
|
/external/clang/include/clang/Frontend/ |
D | DiagnosticRenderer.h | 103 DiagnosticsEngine::Level Level) {} in beginDiagnostic() 105 DiagnosticsEngine::Level Level) {} in endDiagnostic()
|
D | TextDiagnostic.h | 91 DiagnosticsEngine::Level Level, in emitCodeContext()
|
/external/clang/lib/Frontend/ |
D | TextDiagnosticPrinter.cpp | 55 DiagnosticsEngine::Level Level, in printDiagnosticOptions() 112 void TextDiagnosticPrinter::HandleDiagnostic(DiagnosticsEngine::Level Level, in HandleDiagnostic()
|
D | LogDiagnosticPrinter.cpp | 27 static StringRef getLevelName(DiagnosticsEngine::Level Level) { in getLevelName() 112 void LogDiagnosticPrinter::HandleDiagnostic(DiagnosticsEngine::Level Level, in HandleDiagnostic()
|
D | SerializedDiagnosticPrinter.cpp | 78 DiagnosticsEngine::Level Level, in emitDiagnosticLoc() 632 static serialized_diags::Level getStableLevel(DiagnosticsEngine::Level Level) { in getStableLevel() 649 DiagnosticsEngine::Level Level, in EmitDiagnosticMessage() 681 DiagnosticsEngine::Level Level, in emitDiagnosticMessage() 698 DiagnosticsEngine::Level Level) { in beginDiagnostic() 704 DiagnosticsEngine::Level Level) { in endDiagnostic() 740 DiagnosticsEngine::Level Level, in emitCodeContext()
|
D | DiagnosticRenderer.cpp | 82 DiagnosticsEngine::Level Level, in emitDiagnostic() 168 DiagnosticsEngine::Level Level, in emitIncludeStack() 410 DiagnosticsEngine::Level Level, in emitCaret() 423 DiagnosticsEngine::Level Level, in emitSingleMacroExpansion() 522 DiagnosticsEngine::Level Level, in emitMacroExpansions()
|
D | TextDiagnosticBuffer.cpp | 22 void TextDiagnosticBuffer::HandleDiagnostic(DiagnosticsEngine::Level Level, in HandleDiagnostic()
|
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/ |
D | Level.java | 40 public class Level extends Priority implements Serializable { class 104 protected Level(int level, String levelStr, int syslogEquivalent) { in Level() method in Level
|
/external/llvm/include/llvm/Analysis/ |
D | DependenceAnalysis.h | 163 virtual unsigned getDirection(unsigned Level) const { return DVEntry::ALL; } in getDirection() 167 virtual const SCEV *getDistance(unsigned Level) const { return nullptr; } in getDistance() 171 virtual bool isPeelFirst(unsigned Level) const { return false; } in isPeelFirst() 175 virtual bool isPeelLast(unsigned Level) const { return false; } in isPeelLast() 179 virtual bool isSplitable(unsigned Level) const { return false; } in isSplitable()
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | IntervalMap.h | 771 template <typename NodeT> NodeT &node(unsigned Level) const { in node() 774 unsigned size(unsigned Level) const { return path[Level].size; } in size() 775 unsigned offset(unsigned Level) const { return path[Level].offset; } in offset() 776 unsigned &offset(unsigned Level) { return path[Level].offset; } in offset() 798 NodeRef &subtree(unsigned Level) const { in subtree() 804 void reset(unsigned Level) { in reset() 824 void setSize(unsigned Level, unsigned Size) { in setSize() 884 bool atLastEntry(unsigned Level) const { in atLastEntry() 893 void legalizeForInsert(unsigned Level) { in legalizeForInsert() 1253 deleteNode(IntervalMapImpl::NodeRef Node, unsigned Level) { in deleteNode() [all …]
|
/external/llvm/include/llvm/ADT/ |
D | IntervalMap.h | 792 template <typename NodeT> NodeT &node(unsigned Level) const { in node() 795 unsigned size(unsigned Level) const { return path[Level].size; } in size() 796 unsigned offset(unsigned Level) const { return path[Level].offset; } in offset() 797 unsigned &offset(unsigned Level) { return path[Level].offset; } in offset() 819 NodeRef &subtree(unsigned Level) const { in subtree() 825 void reset(unsigned Level) { in reset() 845 void setSize(unsigned Level, unsigned Size) { in setSize() 905 bool atLastEntry(unsigned Level) const { in atLastEntry() 914 void legalizeForInsert(unsigned Level) { in legalizeForInsert() 1263 deleteNode(IntervalMapImpl::NodeRef Node, unsigned Level) { in deleteNode() [all …]
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | IntervalMap.cpp | 48 void Path::moveLeft(unsigned Level) { in moveLeft() 98 void Path::moveRight(unsigned Level) { in moveRight()
|
/external/clang/tools/diagtool/ |
D | ShowEnabledWarnings.cpp | 30 DiagnosticsEngine::Level Level; member 43 static char getCharForLevel(DiagnosticsEngine::Level Level) { in getCharForLevel()
|
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/ext/ |
D | XLogger.java | 75 public enum Level { enum in XLogger 90 private Level(String name, int level) { in Level() method in XLogger.Level
|
/external/parameter-framework/upstream/test/functional-tests/ |
D | Basic.cpp | 80 using Level = StoreLogger::Log::Level; typedef
|
/external/clang/tools/libclang/ |
D | CIndexDiagnostic.cpp | 98 DiagnosticsEngine::Level Level) override { in beginDiagnostic() 116 DiagnosticsEngine::Level Level, in emitDiagnosticMessage() 134 DiagnosticsEngine::Level Level, in emitDiagnosticLoc() 139 DiagnosticsEngine::Level Level, in emitCodeContext()
|
/external/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 176 for (unsigned Level = 1; Level <= D->getLevels(); Level++) { in dumpExampleDependence() local 770 unsigned Level = LoopNest->getLoopDepth(); in collectCommonLoops() local 1068 unsigned Level, FullDependence &Result, in strongSIVtest() 1204 const Loop *CurLoop, unsigned Level, FullDependence &Result, in weakCrossingSIVtest() 1415 const Loop *CurLoop, unsigned Level, in exactSIVtest() 1625 const Loop *CurLoop, unsigned Level, in weakZeroSrcSIVtest() 1735 const Loop *CurLoop, unsigned Level, in weakZeroDstSIVtest() 2073 bool DependenceInfo::testSIV(const SCEV *Src, const SCEV *Dst, unsigned &Level, in testSIV() 2406 unsigned Level = mapSrcLoop(CurLoop); in gcdMIVtest() local 2532 unsigned DependenceInfo::exploreDirections(unsigned Level, CoefficientInfo *A, in exploreDirections() [all …]
|
/external/llvm/unittests/Support/ |
D | CompressionTest.cpp | 26 void TestZlibCompression(StringRef Input, zlib::CompressionLevel Level) { in TestZlibCompression()
|
/external/webrtc/webrtc/voice_engine/ |
D | level_indicator.cc | 89 int8_t AudioLevel::Level() const in Level() function in webrtc::voe::AudioLevel
|
/external/clang/include/clang/Basic/ |
D | OperatorPrecedence.h | 27 enum Level { enum
|