Lines Matching full:pattern
18 # CHECK: pdl.pattern @operations : benefit(1) {
30 pattern = PatternOp(1, "operations")
31 with InsertionPoint(pattern.body):
42 # CHECK: pdl.pattern @rewrite_with_args : benefit(1) {
50 pattern = PatternOp(1, "rewrite_with_args")
51 with InsertionPoint(pattern.body):
58 # CHECK: pdl.pattern @rewrite_multi_root_optimal : benefit(1) {
73 pattern = PatternOp(1, "rewrite_multi_root_optimal")
74 with InsertionPoint(pattern.body):
88 # CHECK: pdl.pattern @rewrite_multi_root_forced : benefit(1) {
103 pattern = PatternOp(1, "rewrite_multi_root_forced")
104 with InsertionPoint(pattern.body):
118 # CHECK: pdl.pattern @rewrite_add_body : benefit(1) {
131 pattern = PatternOp(1, "rewrite_add_body")
132 with InsertionPoint(pattern.body):
144 # CHECK: pdl.pattern @rewrite_type : benefit(1) {
155 pattern = PatternOp(1, "rewrite_type")
156 with InsertionPoint(pattern.body):
166 # CHECK: pdl.pattern @rewrite_types : benefit(1) {
177 pattern = PatternOp(1, "rewrite_types")
178 with InsertionPoint(pattern.body):
190 # CHECK: pdl.pattern @rewrite_operands : benefit(1) {
201 pattern = PatternOp(1, "rewrite_operands")
202 with InsertionPoint(pattern.body):
212 # CHECK: pdl.pattern @native_rewrite : benefit(1) {
221 pattern = PatternOp(1, "native_rewrite")
222 with InsertionPoint(pattern.body):
230 # CHECK: pdl.pattern @attribute_with_value : benefit(1) {
240 pattern = PatternOp(1, "attribute_with_value")
241 with InsertionPoint(pattern.body):
250 # CHECK: pdl.pattern @erase : benefit(1) {
259 pattern = PatternOp(1, "erase")
260 with InsertionPoint(pattern.body):
268 # CHECK: pdl.pattern @operation_results : benefit(1) {
279 pattern = PatternOp(1, "operation_results")
280 with InsertionPoint(pattern.body):
289 # CHECK: pdl.pattern : benefit(1) {
298 pattern = PatternOp(1)
299 with InsertionPoint(pattern.body):