| /llvm-project-15.0.7/mlir/include/mlir/Pass/ |
| H A D | PassManager.h | 55 enum class Nesting { enum 68 OpPassManager(Nesting nesting = Nesting::Explicit); 72 OpPassManager(StringRef name, Nesting nesting = Nesting::Explicit); 73 OpPassManager(OperationName name, Nesting nesting = Nesting::Explicit); 167 void setNesting(Nesting nesting); 170 Nesting getNesting(); 217 PassManager(MLIRContext *ctx, Nesting nesting = Nesting::Explicit, 220 : PassManager(ctx, Nesting::Explicit, operationName) {} in PassManager()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/ |
| H A D | FunctionCognitiveComplexityCheck.cpp | 92 const unsigned short Nesting; // How deeply nested is Loc located? member 96 : Loc(SLoc), Nesting(CurrentNesting), C(Crit) {} in Detail() 109 Increment = 1 + Nesting; in process() 148 void account(SourceLocation Loc, unsigned short Nesting, Criteria C); 197 void CognitiveComplexity::account(SourceLocation Loc, unsigned short Nesting, in account() argument 202 Details.emplace_back(Loc, Nesting, C); in account() 564 << (unsigned)Increase << (unsigned)Detail.Nesting << 1 + Detail.Nesting; in check()
|
| H A D | NamespaceCommentCheck.cpp | 57 int Nesting = 0; in getNamespaceNameAsWritten() local 65 ++Nesting; in getNamespaceNameAsWritten() 67 --Nesting; in getNamespaceNameAsWritten() 68 } else if (Nesting == 0) { in getNamespaceNameAsWritten()
|
| /llvm-project-15.0.7/mlir/lib/Pass/ |
| H A D | Pass.cpp | 86 OpPassManagerImpl(OperationName opName, OpPassManager::Nesting nesting) in OpPassManagerImpl() 89 OpPassManagerImpl(StringRef name, OpPassManager::Nesting nesting) in OpPassManagerImpl() 92 OpPassManagerImpl(OpPassManager::Nesting nesting) in OpPassManagerImpl() 171 OpPassManager::Nesting nesting; 195 if (nesting == OpPassManager::Nesting::Implicit) in addPass() 292 OpPassManager::OpPassManager(Nesting nesting) in OpPassManager() 294 OpPassManager::OpPassManager(StringRef name, Nesting nesting) in OpPassManager() 296 OpPassManager::OpPassManager(OperationName name, Nesting nesting) in OpPassManager() 392 void OpPassManager::setNesting(Nesting nesting) { impl->nesting = nesting; } in setNesting() 394 OpPassManager::Nesting OpPassManager::getNesting() { return impl->nesting; } in getNesting() [all …]
|
| H A D | PassRegistry.cpp | 44 if ((pm.getNesting() == OpPassManager::Nesting::Explicit) && pmOpName && in buildDefaultRegistryFn() 928 OpPassManager::Nesting nesting = pm.getNesting(); in addToPipeline() 929 pm.setNesting(OpPassManager::Nesting::Explicit); in addToPipeline()
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/readability/ |
| H A D | function-cognitive-complexity.rst | 67 Nesting level 98 Nesting increment 101 This is where the previous basic building block, `Nesting level`_, matters. 103 the current `Nesting level`_:
|
| /llvm-project-15.0.7/mlir/test/lib/Pass/ |
| H A D | TestDynamicPipeline.cpp | 33 OpPassManager::Nesting::Implicit); in getDependentDialects() 63 OpPassManager::Nesting::Implicit); in runOnOperation()
|
| /llvm-project-15.0.7/flang/tools/tco/ |
| H A D | tco.cpp | 101 mlir::PassManager pm(&context, mlir::OpPassManager::Nesting::Implicit); in compileFIR()
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-ar/ |
| H A D | windows-path.test | 35 # Nesting a thin archive with a name conflict.
|
| H A D | full-path-option.test | 59 # Nesting a thin archive with a name conflict.
|
| /llvm-project-15.0.7/mlir/lib/Tools/mlir-opt/ |
| H A D | MlirOptMain.cpp | 61 PassManager pm(context, OpPassManager::Nesting::Implicit); in performActions()
|
| /llvm-project-15.0.7/flang/lib/Frontend/ |
| H A D | FrontendActions.cpp | 159 mlir::PassManager pm(mlirCtx.get(), mlir::OpPassManager::Nesting::Implicit); in beginSourceFileAction() 510 mlir::PassManager pm(mlirCtx.get(), mlir::OpPassManager::Nesting::Implicit); in generateLLVMIR()
|
| /llvm-project-15.0.7/flang/tools/bbc/ |
| H A D | bbc.cpp | 236 mlir::PassManager pm(&ctx, mlir::OpPassManager::Nesting::Implicit); in convertFortranSourceToMLIR()
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | CycleTerminology.rst | 71 .. [HavlakCycles] Paul Havlak, "Nesting of reducible and irreducible
|
| /llvm-project-15.0.7/mlir/docs/Tutorials/ |
| H A D | UnderstandingTheIRStructure.md | 23 ## Traversing the IR Nesting
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
| H A D | loop-convert-extra.cpp | 507 namespace Nesting { namespace
|
| /llvm-project-15.0.7/clang/lib/Parse/ |
| H A D | ParseOpenMP.cpp | 2244 unsigned Nesting = 1; in ParseOpenMPDeclarativeDirectiveWithExtDecl() local 2251 --Nesting; in ParseOpenMPDeclarativeDirectiveWithExtDecl() 2253 ++Nesting; in ParseOpenMPDeclarativeDirectiveWithExtDecl() 2254 if (!Nesting || isEofOrEom()) in ParseOpenMPDeclarativeDirectiveWithExtDecl()
|
| /llvm-project-15.0.7/libcxx/docs/Status/ |
| H A D | Cxx2bIssues.csv | 47 "`3474 <https://wg21.link/LWG3474>`__","Nesting ``join_views`` is broken because of CTAD","November…
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | Block-ABI-Apple.rst | 573 Nesting subsection
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZScheduleZEC12.td | 694 // Extract Transaction Nesting Depth
|
| H A D | SystemZScheduleZ13.td | 724 // Extract Transaction Nesting Depth
|
| H A D | SystemZScheduleZ16.td | 759 // Extract Transaction Nesting Depth
|
| H A D | SystemZScheduleZ15.td | 759 // Extract Transaction Nesting Depth
|
| H A D | SystemZScheduleZ14.td | 744 // Extract Transaction Nesting Depth
|
| /llvm-project-15.0.7/mlir/docs/ |
| H A D | PassManagement.md | 372 operation type. Nesting in this sense, corresponds to the
|