| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Linalg/Transforms/ |
| H A D | CodegenStrategy.h | 24 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 D | MutationsTest.cpp | 24 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 D | CodegenStrategy.cpp | 33 const std::unique_ptr<Transformation> &t = in configurePassPipeline()
|
| /llvm-project-15.0.7/lld/test/MachO/ |
| H A D | loh-adrp-ldr-got-ldr.s | 99 ### 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 D | Passes.md | 7 ## General Transformation Passes
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonBitSimplify.cpp | 209 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 D | not-null-terminated-result.rst | 44 Transformation rules of 'memcpy()' 96 :ref:`Transformation rules of 'memcpy()'<MemcpyTransformation>` section.
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | TransformMetadata.rst | 4 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 D | index.rst | 39 `LLVM: A Compilation Framework for Lifelong Program Analysis & Transformation`__
|
| H A D | Coroutines.rst | 336 Coroutine Transformation 1695 Coroutine Transformation Passes
|
| H A D | LangRef.rst | 6603 :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 D | TransformDialect.td | 171 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 D | XCoreInstrInfo.td | 95 // 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 D | Ch-3.md | 1 # Chapter 3: High-level Language-Specific Analysis and Transformation
|
| H A D | Ch-4.md | 1 # Chapter 4: Enabling Generic Transformation with Interfaces
|
| /llvm-project-15.0.7/llvm/lib/Target/Mips/ |
| H A D | Mips64InstrInfo.td | 31 // Transformation function: get log2 of low 32 bits of immediate 36 // Transformation function: get log2 of high 32 bits of immediate
|
| H A D | MipsInstrInfo.td | 1190 // 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 D | Cxx20Papers.csv | 11 "`P0550R2 <https://wg21.link/P0550R2>`__","LWG","Transformation Trait ``remove_cvref``\ ","Albuquer…
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrInfo.td | 459 // 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 D | PPCInstr64Bit.td | 60 // Transformation function: 63 - imm 65 // Transformation function: 64 - imm
|
| /llvm-project-15.0.7/llvm/lib/Target/Lanai/ |
| H A D | LanaiInstrInfo.td | 70 // Transformation function: shift the immediate value down into the low bits.
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86InstrCompiler.td | 18 // 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 D | SparcInstrInfo.td | 91 // Transformation function: shift the immediate value down into the low bits.
|
| /llvm-project-15.0.7/llvm/include/llvm/Target/ |
| H A D | TargetSelectionDAG.td | 764 // Selection DAG Node Transformation Functions.
|
| /llvm-project-15.0.7/llvm/lib/Target/VE/ |
| H A D | VEInstrInfo.td | 59 // Transformation function: shift the immediate value down into the low bits.
|