Home
last modified time | relevance | path

Searched refs:hasCanonicalizeMethod (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Dialect/ControlFlow/IR/
H A DControlFlowOps.td59 let hasCanonicalizeMethod = 1;
104 let hasCanonicalizeMethod = 1;
/llvm-project-15.0.7/mlir/docs/
H A DCanonicalization.md71 the `hasCanonicalizeMethod` bit to generate a declaration for the
83 let hasCanonicalizeMethod = 1;
H A DOpDefinitions.md997 ### `hasCanonicalizeMethod`
/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DOpDefinitionsGen.cpp2153 bool hasCanonicalizeMethod = def.getValueAsBit("hasCanonicalizeMethod"); in genCanonicalizerDecls() local
2154 if (hasCanonicalizeMethod) { in genCanonicalizerDecls()
2168 if (!hasCanonicalizeMethod && !hasCanonicalizer) in genCanonicalizerDecls()
2173 bool hasBody = hasCanonicalizeMethod && !hasCanonicalizer; in genCanonicalizerDecls()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Func/IR/
H A DFuncOps.td158 let hasCanonicalizeMethod = 1;
/llvm-project-15.0.7/mlir/docs/Tutorials/
H A DQuickstartRewrites.md185 `let hasCanonicalizeMethod = 1;` and then implement the `canonicalize` method in
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Async/IR/
H A DAsyncOps.td180 let hasCanonicalizeMethod = 1;
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Tosa/IR/
H A DTosaOps.td1130 let hasCanonicalizeMethod = 1;
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DOpBase.td2208 bit hasCanonicalizeMethod = 0;