Home
last modified time | relevance | path

Searched defs:Level (Results 1 – 25 of 85) sorted by relevance

1234

/third_party/flutter/skia/src/core/
DSkMipMap.h49 struct alignas(8) Level { struct
54 bool extractLevel(const SkSize& scale, Level*) const; argument
/third_party/skia/src/core/
DSkMipmap.h59 struct alignas(8) Level { struct
64 bool extractLevel(SkSize scale, Level*) const; argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DCodeGen.h33 enum Level { NotPIC=0, SmallPIC=1, BigPIC=2 }; enum
37 enum Level { Default=0, Small=1, Large=2 }; enum
52 enum Level { enum
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DIntervalMap.cpp47 void Path::moveLeft(unsigned Level) { in moveLeft()
97 void Path::moveRight(unsigned Level) { in moveRight()
DCompression.cpp50 SmallVectorImpl<char> &CompressedBuffer, int Level) { in compress()
91 SmallVectorImpl<char> &CompressedBuffer, int Level) { in compress()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DDependenceAnalysis.h157 virtual unsigned getDirection(unsigned Level) const { return DVEntry::ALL; } in getDirection()
161 virtual const SCEV *getDistance(unsigned Level) const { return nullptr; } in getDistance()
165 virtual bool isPeelFirst(unsigned Level) const { return false; } in isPeelFirst()
169 virtual bool isPeelLast(unsigned Level) const { return false; } in isPeelLast()
173 virtual bool isSplitable(unsigned Level) const { return false; } in isSplitable()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DIntervalMap.h794 template <typename NodeT> NodeT &node(unsigned Level) const { in node()
797 unsigned size(unsigned Level) const { return path[Level].size; } in size()
798 unsigned offset(unsigned Level) const { return path[Level].offset; } in offset()
799 unsigned &offset(unsigned Level) { return path[Level].offset; } in offset()
821 NodeRef &subtree(unsigned Level) const { in subtree()
827 void reset(unsigned Level) { in reset()
847 void setSize(unsigned Level, unsigned Size) { in setSize()
907 bool atLastEntry(unsigned Level) const { in atLastEntry()
916 void legalizeForInsert(unsigned Level) { in legalizeForInsert()
1274 deleteNode(IntervalMapImpl::NodeRef Node, unsigned Level) { in deleteNode()
[all …]
DBreadthFirstIterator.h63 unsigned Level; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Passes/
DPassBuilder.cpp247 static bool isOptimizingForSize(PassBuilder::OptimizationLevel Level) { in isOptimizingForSize()
354 FunctionPassManager &FPM, PassBuilder::OptimizationLevel Level) { in invokePeepholeEPCallbacks()
396 PassBuilder::buildFunctionSimplificationPipeline(OptimizationLevel Level, in buildFunctionSimplificationPipeline()
571 PassBuilder::OptimizationLevel Level, in addPGOInstrPasses()
665 getInlineParamsFromOptLevel(PassBuilder::OptimizationLevel Level) { in getInlineParamsFromOptLevel()
673 PassBuilder::buildModuleSimplificationPipeline(OptimizationLevel Level, in buildModuleSimplificationPipeline()
858 OptimizationLevel Level, bool DebugLogging, bool LTOPreLink) { in buildModuleOptimizationPipeline()
1042 PassBuilder::buildPerModuleDefaultPipeline(OptimizationLevel Level, in buildPerModuleDefaultPipeline()
1069 PassBuilder::buildThinLTOPreLinkDefaultPipeline(OptimizationLevel Level, in buildThinLTOPreLinkDefaultPipeline()
1108 OptimizationLevel Level, bool DebugLogging, in buildThinLTODefaultPipeline()
[all …]
/third_party/typescript/tests/baselines/reference/
DexhaustiveSwitchStatements1.js366 var Level; variable
367 (function (Level) { argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiSubtarget.cpp43 CodeGenOpt::Level /*OptLevel*/) in LanaiSubtarget()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DDependenceAnalysis.cpp189 for (unsigned Level = 1; Level <= D->getLevels(); Level++) { in dumpExampleDependence() local
805 unsigned Level = LoopNest->getLoopDepth(); in collectCommonLoops() local
1145 unsigned Level, FullDependence &Result, in strongSIVtest()
1281 const Loop *CurLoop, unsigned Level, FullDependence &Result, in weakCrossingSIVtest()
1492 const Loop *CurLoop, unsigned Level, in exactSIVtest()
1702 const Loop *CurLoop, unsigned Level, in weakZeroSrcSIVtest()
1812 const Loop *CurLoop, unsigned Level, in weakZeroDstSIVtest()
2150 bool DependenceInfo::testSIV(const SCEV *Src, const SCEV *Dst, unsigned &Level, in testSIV()
2483 unsigned Level = mapSrcLoop(CurLoop); in gcdMIVtest() local
2609 unsigned DependenceInfo::exploreDirections(unsigned Level, CoefficientInfo *A, in exploreDirections()
[all …]
DCFLGraph.h77 bool addNodeToLevel(unsigned Level) { in addNodeToLevel()
85 NodeInfo &getNodeInfoAtLevel(unsigned Level) { in getNodeInfoAtLevel()
89 const NodeInfo &getNodeInfoAtLevel(unsigned Level) const { in getNodeInfoAtLevel()
/third_party/mingw-w64/mingw-w64-headers/include/
Dws2def.h32 ULONG Level : 4; member
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitcodeParser.cpp87 bool NaClBitcodeParser::ErrorAt(naclbitc::ErrorLevel Level, in ErrorAt()
/third_party/skia/third_party/externals/swiftshader/src/System/
DDebug.cpp47 enum class Level enum
/third_party/node/src/
Dnode_win32_etw_provider.cc149 UCHAR Level, in etw_events_enable_callback()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGVLIW.cpp274 llvm::createVLIWDAGScheduler(SelectionDAGISel *IS, CodeGenOpt::Level) { in createVLIWDAGScheduler()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DDebug.cpp99 enum class Level enum
/third_party/flutter/skia/modules/skottie/include/
DSkottie.h104 enum class Level { enum
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
DTargetMachine.cpp240 void TargetMachine::setOptLevel(CodeGenOpt::Level Level) { OptLevel = Level; } in setOptLevel()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DScheduleDFS.h94 unsigned Level; member
/third_party/skia/third_party/externals/spirv-tools/test/lint/
Ddivergence_analysis_test.cpp72 using Level = DivergenceAnalysis::DivergenceLevel; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/lint/
Ddivergence_analysis_test.cpp72 using Level = DivergenceAnalysis::DivergenceLevel; typedef
/third_party/skia/modules/skottie/include/
DSkottie.h48 enum class Level { enum

1234