Home
last modified time | relevance | path

Searched refs:Incremental (Results 1 – 20 of 20) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DFormat.cpp279 IncrementalChanges Incremental = getIncrementalChanges( in formatIncremental() local
290 tooling::applyAllReplacements(OriginalCode, Incremental.Changes)); in formatIncremental()
291 unsigned Cursor = Incremental.Changes.getShiftedCodePosition(OriginalCursor); in formatIncremental()
294 for (tooling::Range &R : Incremental.FormatRanges) in formatIncremental()
298 CodeToFormat.insert(Cursor, Incremental.CursorPlaceholder); in formatIncremental()
303 std::vector<tooling::Range> RangesToFormat = Incremental.FormatRanges; in formatIncremental()
307 R = tooling::Range(R.getOffset() + Incremental.CursorPlaceholder.size(), in formatIncremental()
312 tooling::Range(Cursor, Incremental.CursorPlaceholder.size())); in formatIncremental()
314 FormatLimit += Incremental.CursorPlaceholder.size(); in formatIncremental()
344 Cursor + Incremental.CursorPlaceholder.size()); in formatIncremental()
[all …]
H A DProtocol.h290 Incremental = 2, enumerator
H A DClangdLSPServer.cpp527 {"change", (int)TextDocumentSyncKind::Incremental}, in onInitialize()
/llvm-project-15.0.7/clang-tools-extra/clangd/test/
H A Dsemantic-tokens.test36 # Incremental token request, based on previous response.
62 # Incremental token request with incorrect baseline => full tokens list.
/llvm-project-15.0.7/mlir/docs/Rationale/
H A D_index.md6 [MLIR: Incremental Application to Graph Algorithms in ML Frameworks](MLIRForGraphAlgorithms.md)
H A DMLIRForGraphAlgorithms.md1 # MLIR: Incremental Application to Graph Algorithms in ML Frameworks
/llvm-project-15.0.7/clang/docs/
H A DThinLTO.rst33 see the LLVM blog post `ThinLTO: Scalable and Incremental LTO
135 Incremental section in Usage
246 `ThinLTO: Scalable and Incremental LTO
/llvm-project-15.0.7/libcxx/docs/Status/
H A DCxx14Papers.csv11 "`3545 <https://wg21.link/n3545>`__","LWG","An Incremental Improvement to integral_constant","Brist…
/llvm-project-15.0.7/mlir/lib/Tools/tblgen-lsp-server/
H A DLSPServer.cpp92 {"change", (int)TextDocumentSyncKind::Incremental}, in onInitialize()
/llvm-project-15.0.7/mlir/lib/Tools/mlir-pdll-lsp-server/
H A DLSPServer.cpp124 {"change", (int)TextDocumentSyncKind::Incremental}, in onInitialize()
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dmachine-combiner.ll3 ; Incremental updates of the instruction depths should be enough for this test
/llvm-project-15.0.7/mlir/lib/Tools/lsp-server-support/
H A DProtocol.h69 Incremental = 2, enumerator
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Davx512fp16-machine-combiner.ll4 ; Incremental updates of the instruction depths should be enough for this test
H A Dmul-constant-result.ll4 ; Incremental updates of the instruction depths should be enough for this test
H A Dmachine-combiner.ll6 ; Incremental updates of the instruction depths should be enough for this test
/llvm-project-15.0.7/llvm/docs/
H A DHowToAddABuilder.rst226 Using ccache materially improves average build times. Incremental builds
H A DGarbageCollection.rst762 Incremental
763 (Including generational collectors.) Incremental collectors generally have all
H A DDeveloperPolicy.rst467 Incremental Development
/llvm-project-15.0.7/llvm/
H A DCREDITS.TXT62 D: Incremental bitcode loader
/llvm-project-15.0.7/polly/lib/External/isl/doc/
H A Dimplementation.tex1803 \subsection{Incremental Computation}