/openbsd-src/gnu/llvm/llvm/lib/Passes/ |
H A D | PassBuilderPipelines.cpp | 302 OptimizationLevel Level) { in invokePeepholeEPCallbacks() 320 PassBuilder::buildO1FunctionSimplificationPipeline(OptimizationLevel Level, in buildO1FunctionSimplificationPipeline() 464 PassBuilder::buildFunctionSimplificationPipeline(OptimizationLevel Level, in buildFunctionSimplificationPipeline() 692 OptimizationLevel Level, bool RunProfileGen, in addPGOInstrPasses() 788 static InlineParams getInlineParamsFromOptLevel(OptimizationLevel Level) { in getInlineParamsFromOptLevel() 793 PassBuilder::buildInlinerPipeline(OptimizationLevel Level, in buildInlinerPipeline() 875 PassBuilder::buildModuleInlinerPipeline(OptimizationLevel Level, in buildModuleInlinerPipeline() 914 PassBuilder::buildModuleSimplificationPipeline(OptimizationLevel Level, in buildModuleSimplificationPipeline() 1086 void PassBuilder::addVectorPasses(OptimizationLevel Level, in addVectorPasses() 1226 PassBuilder::buildModuleOptimizationPipeline(OptimizationLevel Level, in buildModuleOptimizationPipeline() [all …]
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | BackendUtil.cpp | 648 [&](ModulePassManager &MPM, OptimizationLevel Level) { in addKCFIPass() 657 [&](FunctionPassManager &FPM, OptimizationLevel Level) { in addKCFIPass() 668 OptimizationLevel Level) { in addSanitizers() 748 [SanitizersCallback](ModulePassManager &MPM, OptimizationLevel Level) { in addSanitizers() 854 [&](ModulePassManager &MPM, OptimizationLevel Level) { in RunOptimizationPipeline() 903 OptimizationLevel Level = mapToLevel(CodeGenOpts); in RunOptimizationPipeline() local 910 [](ModulePassManager &MPM, OptimizationLevel Level) { in RunOptimizationPipeline() 916 [](ModulePassManager &MPM, OptimizationLevel Level) { in RunOptimizationPipeline() 921 [](FunctionPassManager &FPM, OptimizationLevel Level) { in RunOptimizationPipeline() 935 [](ModulePassManager &MPM, OptimizationLevel Level) { in RunOptimizationPipeline() [all …]
|
/openbsd-src/gnu/llvm/llvm/tools/opt/ |
H A D | NewPMDriver.cpp | 239 [&PB](FunctionPassManager &PM, OptimizationLevel Level) { in registerEPCallbacks() 246 [&PB](LoopPassManager &PM, OptimizationLevel Level) { in registerEPCallbacks() 252 [&PB](LoopPassManager &PM, OptimizationLevel Level) { in registerEPCallbacks() 259 [&PB](FunctionPassManager &PM, OptimizationLevel Level) { in registerEPCallbacks() 265 [&PB](CGSCCPassManager &PM, OptimizationLevel Level) { in registerEPCallbacks() 271 [&PB](FunctionPassManager &PM, OptimizationLevel Level) { in registerEPCallbacks()
|
/openbsd-src/gnu/usr.bin/perl/pod/ |
H A D | perlunicode.pod | 1332 =head3 Level 1 - Basic Unicode Support argument 1414 =head3 Level 2 - Extended Unicode Support argument 1459 =head3 Level 3 - Tailored Support argument
|
/openbsd-src/gnu/llvm/llvm/lib/Support/ |
H A D | Compression.cpp | 108 SmallVectorImpl<uint8_t> &CompressedBuffer, int Level) { in compress() 148 SmallVectorImpl<uint8_t> &CompressedBuffer, int Level) { in compress() 167 SmallVectorImpl<uint8_t> &CompressedBuffer, int Level) { in compress() 208 SmallVectorImpl<uint8_t> &CompressedBuffer, int Level) { in compress()
|
H A D | IntervalMap.cpp | 48 void Path::moveLeft(unsigned Level) { in moveLeft() 98 void Path::moveRight(unsigned Level) { in moveRight()
|
/openbsd-src/gnu/llvm/clang/include/clang/Frontend/ |
H A D | DiagnosticRenderer.h | 98 DiagnosticsEngine::Level Level) {} in beginDiagnostic() 100 DiagnosticsEngine::Level Level) {} in endDiagnostic()
|
H A D | TextDiagnostic.h | 85 void emitCodeContext(FullSourceLoc Loc, DiagnosticsEngine::Level Level, in emitCodeContext()
|
H A D | SARIFDiagnostic.h | 45 void emitCodeContext(FullSourceLoc Loc, DiagnosticsEngine::Level Level, in emitCodeContext()
|
/openbsd-src/gnu/llvm/clang/lib/Frontend/ |
H A D | TextDiagnosticPrinter.cpp | 52 DiagnosticsEngine::Level Level, in printDiagnosticOptions() 109 void TextDiagnosticPrinter::HandleDiagnostic(DiagnosticsEngine::Level Level, in HandleDiagnostic()
|
H A D | LogDiagnosticPrinter.cpp | 26 static StringRef getLevelName(DiagnosticsEngine::Level Level) { in getLevelName() 111 void LogDiagnosticPrinter::HandleDiagnostic(DiagnosticsEngine::Level Level, in HandleDiagnostic()
|
H A D | SARIFDiagnostic.cpp | 40 FullSourceLoc Loc, PresumedLoc PLoc, DiagnosticsEngine::Level Level, in emitDiagnosticMessage() 138 DiagnosticsEngine::Level Level) { in addDiagnosticLevelToRule() 206 DiagnosticsEngine::Level Level, in emitDiagnosticLoc()
|
H A D | SerializedDiagnosticPrinter.cpp | 74 DiagnosticsEngine::Level Level, in emitDiagnosticLoc() 626 static serialized_diags::Level getStableLevel(DiagnosticsEngine::Level Level) { in getStableLevel() 642 DiagnosticsEngine::Level Level, in EmitDiagnosticMessage() 671 FullSourceLoc Loc, PresumedLoc PLoc, DiagnosticsEngine::Level Level, in emitDiagnosticMessage() 686 DiagnosticsEngine::Level Level) { in beginDiagnostic() 692 DiagnosticsEngine::Level Level) { in endDiagnostic() 728 DiagnosticsEngine::Level Level, in emitCodeContext()
|
H A D | DiagnosticRenderer.cpp | 87 DiagnosticsEngine::Level Level, in emitDiagnostic() 165 DiagnosticsEngine::Level Level) { in emitIncludeStack() 424 DiagnosticsEngine::Level Level, in emitCaret() 435 FullSourceLoc Loc, DiagnosticsEngine::Level Level, in emitSingleMacroExpansion() 532 DiagnosticsEngine::Level Level, in emitMacroExpansions()
|
H A D | TextDiagnosticBuffer.cpp | 23 void TextDiagnosticBuffer::HandleDiagnostic(DiagnosticsEngine::Level Level, in HandleDiagnostic()
|
H A D | SARIFDiagnosticPrinter.cpp | 51 void SARIFDiagnosticPrinter::HandleDiagnostic(DiagnosticsEngine::Level Level, in HandleDiagnostic()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
H A D | IntervalMap.h | 797 template <typename NodeT> NodeT &node(unsigned Level) const { in node() 800 unsigned size(unsigned Level) const { return path[Level].size; } in size() 801 unsigned offset(unsigned Level) const { return path[Level].offset; } in offset() 802 unsigned &offset(unsigned Level) { return path[Level].offset; } in offset() 824 NodeRef &subtree(unsigned Level) const { in subtree() 830 void reset(unsigned Level) { in reset() 850 void setSize(unsigned Level, unsigned Size) { in setSize() 910 bool atLastEntry(unsigned Level) const { in atLastEntry() 919 void legalizeForInsert(unsigned Level) { in legalizeForInsert() 1321 deleteNode(IntervalMapImpl::NodeRef Node, unsigned Level) { in deleteNode() [all …]
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
H A D | CodeGen.h | 36 enum Level { NotPIC=0, SmallPIC=1, BigPIC=2 }; enum 40 enum Level { Default=0, Small=1, Large=2 }; enum 57 enum Level : IDType { enum
|
/openbsd-src/sys/scsi/ |
H A D | scsi_debug.h | 55 #define SC_DEBUG(link,Level,Printstuff) do { \ argument 61 #define SC_DEBUGN(link,Level,Printstuff) do { \ argument
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | DependenceAnalysis.h | 157 virtual unsigned getDirection(unsigned Level) const { return DVEntry::ALL; } in getDirection() 161 virtual const SCEV *getDistance(unsigned Level) const { return nullptr; } in getDistance() 175 virtual bool isPeelFirst(unsigned Level) const { return false; } in isPeelFirst() 179 virtual bool isPeelLast(unsigned Level) const { return false; } in isPeelLast() 183 virtual bool isSplitable(unsigned Level) const { return false; } in isSplitable()
|
/openbsd-src/gnu/llvm/clang/tools/diagtool/ |
H A D | ShowEnabledWarnings.cpp | 29 DiagnosticsEngine::Level Level; member 42 static char getCharForLevel(DiagnosticsEngine::Level Level) { in getCharForLevel()
|
/openbsd-src/gnu/llvm/clang/lib/Format/ |
H A D | MacroCallReconstructor.cpp | 44 unsigned Level, in MacroCallReconstructor() 505 int Level) { in createUnwrappedLine() 526 void MacroCallReconstructor::debug(const ReconstructedLine &Line, int Level) { in debug()
|
/openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
H A D | DependenceAnalysis.cpp | 195 for (unsigned Level = 1; Level <= D->getLevels(); Level++) { in dumpExampleDependence() local 291 for (unsigned Level = 1; Level <= Levels; ++Level) { in isDirectionNegative() local 310 for (unsigned Level = 1; Level <= Levels; ++Level) { in normalize() local 880 unsigned Level = LoopNest->getLoopDepth(); in collectCommonLoops() local 1232 unsigned Level, FullDependence &Result, in strongSIVtest() 1368 const Loop *CurLoop, unsigned Level, FullDependence &Result, in weakCrossingSIVtest() 1568 const Loop *CurLoop, unsigned Level, in exactSIVtest() 1762 const Loop *CurLoop, unsigned Level, in weakZeroSrcSIVtest() 1872 const Loop *CurLoop, unsigned Level, in weakZeroDstSIVtest() 2226 bool DependenceInfo::testSIV(const SCEV *Src, const SCEV *Dst, unsigned &Level, in testSIV() [all …]
|
/openbsd-src/gnu/llvm/clang/tools/libclang/ |
H A D | CIndexDiagnostic.cpp | 93 DiagnosticsEngine::Level Level) override { in beginDiagnostic() 111 DiagnosticsEngine::Level Level, StringRef Message, in emitDiagnosticMessage() 127 DiagnosticsEngine::Level Level, in emitDiagnosticLoc() 130 void emitCodeContext(FullSourceLoc Loc, DiagnosticsEngine::Level Level, in emitCodeContext()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonTargetMachine.cpp | 280 [=](LoopPassManager &LPM, OptimizationLevel Level) { in registerPassBuilderCallbacks() 284 [=](LoopPassManager &LPM, OptimizationLevel Level) { in registerPassBuilderCallbacks()
|