Home
last modified time | relevance | path

Searched refs:Transformation (Results 1 – 25 of 26) sorted by relevance

12

/llvm-project-15.0.7/mlir/include/mlir/Dialect/Linalg/Transforms/
H A DCodegenStrategy.h24 struct Transformation { struct
27 virtual ~Transformation() = default;
34 struct TileAndFuse : public Transformation {
51 struct Tile : public Transformation {
68 struct Pad : public Transformation {
85 struct Generalize : public Transformation {
103 : Transformation(std::move(f)), in Transformation() function
117 struct Decompose : public Transformation {
119 : Transformation(std::move(f)) {} in Transformation() function
128 struct Peel : public Transformation {
[all …]
/llvm-project-15.0.7/clang/unittests/Tooling/Syntax/
H A DMutationsTest.cpp24 using Transformation = std::function<void(const llvm::Annotations & /*Input*/, typedef in __anona969432b0111::MutationTest
26 void CheckTransformation(Transformation Transform, std::string Input, in CheckTransformation()
46 Transformation RemoveStatement = [this](const llvm::Annotations &Input,
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/
H A DCodegenStrategy.cpp33 const std::unique_ptr<Transformation> &t = in configurePassPipeline()
/llvm-project-15.0.7/lld/test/MachO/
H A Dloh-adrp-ldr-got-ldr.s99 ### Transformation to a literal LDR
148 ### Transformation to ADR+LDR
182 ### Transformation to ADRP + immediate LDR
/llvm-project-15.0.7/mlir/docs/
H A DPasses.md7 ## General Transformation Passes
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonBitSimplify.cpp209 class Transformation;
272 class Transformation { class
276 Transformation(bool TD) : TopDown(TD) {} in Transformation() function in __anon7ae497e50111::Transformation
277 virtual ~Transformation() = default;
1079 class RedundantInstrElimination : public Transformation {
1401 class ConstGeneration : public Transformation {
1405 : Transformation(true), HII(hii), MRI(mri), BT(bt) {} in ConstGeneration()
1532 class CopyGeneration : public Transformation {
1553 class CopyPropagation : public Transformation {
1556 : Transformation(false), HRI(hri), MRI(mri) {} in CopyPropagation()
[all …]
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/bugprone/
H A Dnot-null-terminated-result.rst44 Transformation rules of 'memcpy()'
96 :ref:`Transformation rules of 'memcpy()'<MemcpyTransformation>` section.
/llvm-project-15.0.7/llvm/docs/
H A DTransformMetadata.rst4 Code Transformation Metadata
50 Transformation Metadata Structure
121 Pass-Specific Transformation Metadata
124 Transformation options are specific to each transformation. In the
383 Ambiguous Transformation Order
H A Dindex.rst39 `LLVM: A Compilation Framework for Lifelong Program Analysis & Transformation`__
H A DCoroutines.rst336 Coroutine Transformation
1695 Coroutine Transformation Passes
H A DLangRef.rst6603 :ref:`Transformation Metadata <transformation-metadata>` for details.
6691 :ref:`Transformation Metadata <transformation-metadata>` for details.
6750 have. See :ref:`Transformation Metadata <transformation-metadata>` for
6757 have. See :ref:`Transformation Metadata <transformation-metadata>` for
6766 :ref:`Transformation Metadata <transformation-metadata>` for details.
6774 :ref:`Transformation Metadata <transformation-metadata>` for details.
6781 :ref:`Transformation Metadata <transformation-metadata>` for details.
6820 :ref:`Transformation Metadata <transformation-metadata>` for details.
6827 :ref:`Transformation Metadata <transformation-metadata>` for details.
6834 :ref:`Transformation Metadata <transformation-metadata>` for details.
[all …]
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Transform/IR/
H A DTransformDialect.td171 Transformation application functions produce a tri-state status:
177 Transformation container operations may intercept recoverable failures and
181 postponed for recoverable failures. Transformation container operations may
187 Transformation container operations are allowed to "step over" some nested
/llvm-project-15.0.7/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.td95 // Transformation function: imm/4
101 // Transformation function: get the size of a mask
109 // Transformation function: -imm
115 // Transformation function: 32-imm
121 // Transformation function: -imm/4
/llvm-project-15.0.7/mlir/docs/Tutorials/Toy/
H A DCh-3.md1 # Chapter 3: High-level Language-Specific Analysis and Transformation
H A DCh-4.md1 # Chapter 4: Enabling Generic Transformation with Interfaces
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMips64InstrInfo.td31 // Transformation function: get log2 of low 32 bits of immediate
36 // Transformation function: get log2 of high 32 bits of immediate
H A DMipsInstrInfo.td1190 // Transformation Function - get the lower 16 bits.
1195 // Transformation Function - get the higher 16 bits.
/llvm-project-15.0.7/libcxx/docs/Status/
H A DCxx20Papers.csv11 "`P0550R2 <https://wg21.link/P0550R2>`__","LWG","Transformation Trait ``remove_cvref``\ ","Albuquer…
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.td459 // Transformation function: 31 - imm
464 // Transformation function: 32 - imm
470 // Transformation function: get the low 16 bits.
475 // Transformation function: shift the immediate value down into the low bits.
480 // Transformation function: shift the immediate value down into the low bits.
485 // Transformation function: get the start bit of a mask
492 // Transformation function: get the end bit of a mask
H A DPPCInstr64Bit.td60 // Transformation function: 63 - imm
65 // Transformation function: 64 - imm
/llvm-project-15.0.7/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.td70 // Transformation function: shift the immediate value down into the low bits.
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86InstrCompiler.td18 // Transformation function: get the low 32 bits.
1635 // Transformation function: Find the lowest 0.
1640 // Transformation function: Find the lowest 1.
/llvm-project-15.0.7/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.td91 // Transformation function: shift the immediate value down into the low bits.
/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td764 // Selection DAG Node Transformation Functions.
/llvm-project-15.0.7/llvm/lib/Target/VE/
H A DVEInstrInfo.td59 // Transformation function: shift the immediate value down into the low bits.

12