Searched refs:Rewrites (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | SSAUpdaterBulk.cpp | 41 unsigned Var = Rewrites.size(); in AddVariable() 45 Rewrites.push_back(RI); in AddVariable() 52 assert(Var < Rewrites.size() && "Variable not found!"); in AddAvailableValue() 56 Rewrites[Var].Defines[BB] = V; in AddAvailableValue() 62 assert(Var < Rewrites.size() && "Variable not found!"); in AddUse() 65 Rewrites[Var].Uses.push_back(U); in AddUse() 124 for (auto &R : Rewrites) { in RewriteAllUses()
|
| /llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/ |
| H A D | SSAUpdaterBulk.h | 48 SmallVector<RewriteInfo, 4> Rewrites; variable
|
| /llvm-project-15.0.7/clang-tools-extra/clang-include-fixer/tool/ |
| H A D | ClangIncludeFixer.cpp | 465 Rewriter Rewrites(SM, LangOptions()); in includeFixerMain() local 467 if (!tooling::applyAllReplacements(Replacement, Rewrites)) { in includeFixerMain() 472 return Rewrites.overwriteChangedFiles(); in includeFixerMain()
|
| /llvm-project-15.0.7/mlir/test/mlir-pdll/Parser/ |
| H A D | rewrite.pdll | 50 // Test that anonymous Rewrites are uniquely named.
|
| H A D | rewrite-failure.pdll | 150 // Native Rewrites
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/modernize/ |
| H A D | use-trailing-return-type.rst | 6 Rewrites function signatures to use a trailing return type
|
| /llvm-project-15.0.7/mlir/docs/ |
| H A D | PDLL.md | 1234 be defined in Patterns, other Constraints, Rewrites, etc: 1369 ##### Rewrites with multiple results 1371 Rewrites can return multiple results by returning a tuple of values. When 1431 Rewrites also support a lambda-like syntax for specifying simple single line 1446 ##### Importing existing Native Rewrites 1448 Rewrites defined externally can be imported into PDLL by specifying a 1478 ##### Defining Native Rewrites in PDLL 1580 #### Defining Rewrites Inline 1582 In addition to global scope, PDLL Rewrites and Native Rewrites defined in PDLL 1584 defined in Patterns, other Rewrites, etc: [all …]
|
| H A D | PassManagement.md | 12 See [MLIR Rewrites](Tutorials/QuickstartRewrites.md) for a quick start on graph
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | IndVarSimplify.cpp | 1940 if (int Rewrites = rewriteLoopExitValues(L, LI, TLI, SE, TTI, Rewriter, DT, in run() local 1942 NumReplaced += Rewrites; in run()
|
| H A D | LoopStrengthReduce.cpp | 6624 int Rewrites = rewriteLoopExitValues(L, &LI, &TLI, &SE, &TTI, Rewriter, &DT, in ReduceLoopStrength() local 6626 if (Rewrites) { in ReduceLoopStrength()
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | Passes.rst | 910 Rewrites switch instructions with a sequence of branches, which allows targets
|