Home
last modified time | relevance | path

Searched refs:Transformations (Results 1 – 16 of 16) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Tooling/Transformer/
H A DTransformer.h174 auto Transformations = Rule.Cases[I].Edits(Result);
175 if (!Transformations) {
176 Consumer(Transformations.takeError());
181 if (!Transformations->empty()) {
182 auto C = convertToAtomicChanges(*Transformations, Result);
/llvm-project-15.0.7/clang/lib/Tooling/Transformer/
H A DRewriteRule.cpp267 auto Transformations = Rule.Cases[I].Edits(Result); in run() local
268 if (!Transformations) { in run()
269 Edits = Transformations.takeError(); in run()
272 Edits->append(Transformations->begin(), Transformations->end()); in run()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Transform/IR/
H A DTransformInterfaces.td26 operations in the payload IR. Transformations are applied starting from the
H A DTransformDialect.td48 and applied to the payload IR by a pass. Transformations expressed by the
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/bugprone/
H A Dnot-null-terminated-result.rst85 Transformations with 'strlen()' or equal length of this expression
/llvm-project-15.0.7/mlir/docs/Rationale/
H A DRationaleLinalgDialect.md130 - Generic Loop Transformations (see Ken Kennedy's
175 kernels based on functional abstractions. Transformations are
416 ### Transformations and Simplicity First<a name="transformations_first"></a>
509 ### Composable and Declarative Transformations<a name="declarative_transformations"></a>
582 ### The Dialect Need not be Closed Under Transformations<a name="dialect_not_closed"></a>
H A DRationale.md75 shifting, reversal, fusion, and distribution/fission. Transformations on data
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/modernize/
H A Dloop-convert.rst25 Transformations for these loops are marked as `risky`, and thus will only
/llvm-project-15.0.7/polly/lib/External/isl/doc/
H A Disl.bib310 …TITLE = {Memory Optimization by Counting Points in Integer Transformations of Parametric Polytopes…
/llvm-project-15.0.7/llvm/docs/
H A DTransformMetadata.rst416 Leftover Transformations
/llvm-project-15.0.7/mlir/docs/
H A DDataLayout.md42 ### Compatibility and Transformations
/llvm-project-15.0.7/mlir/docs/Dialects/
H A DVector.md189 ### Transformations Problems Avoided
/llvm-project-15.0.7/mlir/docs/Dialects/Linalg/
H A D_index.md16 ## Set of Key Transformations<a name="key_transformations"></a>
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMips64InstrInfo.td14 // Mips Operand, Complex Patterns and Transformations Definitions.
H A DMipsInstrInfo.td566 // Mips Operand, Complex Patterns and Transformations Definitions.
/llvm-project-15.0.7/llvm/lib/Target/AVR/
H A DAVRInstrInfo.td84 // AVR Operands, Complex Patterns and Transformations Definitions.