Home
last modified time | relevance | path

Searched refs:Nesting (Results 1 – 25 of 51) sorted by relevance

123

/external/llvm-project/mlir/include/mlir/Pass/
DPassManager.h50 enum class Nesting { Implicit, Explicit }; enum
51 OpPassManager(Identifier name, Nesting nesting);
52 OpPassManager(StringRef name, Nesting nesting);
123 void setNesting(Nesting nesting);
126 Nesting getNesting();
163 PassManager(MLIRContext *ctx, Nesting nesting = Nesting::Explicit,
166 : PassManager(ctx, Nesting::Explicit, operationName) {} in PassManager()
/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DFunctionCognitiveComplexityCheck.cpp92 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()
536 << (unsigned)Increase << (unsigned)Detail.Nesting << 1 + Detail.Nesting; in check()
DNamespaceCommentCheck.cpp57 int Nesting = 0; in getNamespaceNameAsWritten() local
65 ++Nesting; in getNamespaceNameAsWritten()
67 --Nesting; in getNamespaceNameAsWritten()
68 } else if (Nesting == 0) { in getNamespaceNameAsWritten()
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dreadability-function-cognitive-complexity.rst53 Nesting level
84 Nesting increment
87 This is where the previous basic building block, `Nesting level`_, matters.
89 the current `Nesting level`_:
/external/llvm-project/mlir/test/lib/Transforms/
DTestDynamicPipeline.cpp29 OpPassManager::Nesting::Implicit); in getDependentDialects()
59 OpPassManager::Nesting::Implicit); in runOnOperation()
/external/llvm-project/mlir/lib/Pass/
DPass.cpp83 OpPassManagerImpl(Identifier identifier, OpPassManager::Nesting nesting) in OpPassManagerImpl()
85 OpPassManagerImpl(StringRef name, OpPassManager::Nesting nesting) in OpPassManagerImpl()
126 OpPassManager::Nesting nesting;
157 if (nesting == OpPassManager::Nesting::Implicit) in addPass()
235 OpPassManager::OpPassManager(Identifier name, Nesting nesting) in OpPassManager()
237 OpPassManager::OpPassManager(StringRef name, Nesting nesting) in OpPassManager()
323 OpPassManager::Nesting OpPassManager::getNesting() { return impl->nesting; } in getNesting()
325 void OpPassManager::setNesting(Nesting nesting) { impl->nesting = nesting; } in setNesting()
778 PassManager::PassManager(MLIRContext *ctx, Nesting nesting, in PassManager()
DPassRegistry.cpp34 if ((pm.getNesting() == OpPassManager::Nesting::Explicit) && in buildDefaultRegistryFn()
664 OpPassManager::Nesting nesting = pm.getNesting(); in addToPipeline()
665 pm.setNesting(OpPassManager::Nesting::Explicit); in addToPipeline()
/external/deqp-deps/glslang/Test/
Dspv.specConstantComposite.vert20 // Nesting struct
34 // Nesting struct initializer
/external/tensorflow/tensorflow/compiler/mlir/lite/sparsity/
Dsparsify_model.cc60 PassManager pm(module->getContext(), OpPassManager::Nesting::Implicit); in SparsifyModel()
/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/lite/
Dquantize_model.cc80 PassManager pm(module->getContext(), OpPassManager::Nesting::Implicit); in QuantizeModel()
/external/llvm-project/llvm/test/tools/llvm-ar/
Dwindows-path.test35 # Nesting a thin archive with a name conflict.
Dfull-path-option.test59 # Nesting a thin archive with a name conflict.
/external/llvm-project/mlir/lib/Support/
DMlirOptMain.cpp61 PassManager pm(context, OpPassManager::Nesting::Implicit); in performActions()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dmlir_emitter.cc45 mlir::OpPassManager::Nesting::Implicit); in MakeLLVMModule()
/external/tensorflow/tensorflow/compiler/mlir/lite/
Dtf_tfl_translate.cc190 mlir::PassManager pm(&context, mlir::OpPassManager::Nesting::Implicit); in main()
/external/fmtlib/doc/bootstrap/
Dtables.less61 // Nesting
/external/tensorflow/tensorflow/compiler/mlir/lite/python/
Dtf_tfl_flatbuffer_helpers.cc311 mlir::OpPassManager::Nesting::Implicit); in ConvertMLIRToTFLiteFlatBuffer()
/external/python/cpython2/Doc/library/
Dmultifile.rst145 Nesting depth of the current part.
/external/tensorflow/tensorflow/compiler/xla/g3doc/
Dindex.md91 Note: Nesting behavior: the function will be compiled if at least one function
/external/flatbuffers/docs/source/
DFlexBuffers.md169 # Nesting inside a FlatBuffer
/external/llvm-project/mlir/docs/Tutorials/
DUnderstandingTheIRStructure.md23 ## Traversing the IR Nesting
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dmodernize-loop-convert-extra.cpp507 namespace Nesting { namespace
/external/llvm-project/clang/lib/Parse/
DParseOpenMP.cpp1910 unsigned Nesting = 1; in ParseOpenMPDeclarativeDirectiveWithExtDecl() local
1917 --Nesting; in ParseOpenMPDeclarativeDirectiveWithExtDecl()
1919 ++Nesting; in ParseOpenMPDeclarativeDirectiveWithExtDecl()
1920 if (!Nesting || isEofOrEom()) in ParseOpenMPDeclarativeDirectiveWithExtDecl()
/external/libxml2/
DTODO181 - checking of PE/Nesting on entities declaration
/external/fmtlib/doc/
Dsyntax.rst411 Nesting arguments and more complex examples::

123