Home
last modified time | relevance | path

Searched refs:record_match (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/mlir/test/Rewrite/
Dpdl-bytecode.mlir20 …pdl_interp.record_match @rewriters::@success(%root : !pdl.operation) : benefit(1), loc([%root]) ->…
52 …pdl_interp.record_match @rewriters::@success(%root : !pdl.operation) : benefit(1), loc([%root]) ->…
88 …pdl_interp.record_match @rewriters::@success(%root : !pdl.operation) : benefit(1), loc([%root]) ->…
123 …pdl_interp.record_match @rewriters::@success(%root : !pdl.operation) : benefit(2), loc([%root]) ->…
156 …pdl_interp.record_match @rewriters::@success(%root : !pdl.operation) : benefit(1), loc([%root]) ->…
188 …pdl_interp.record_match @rewriters::@success(%root : !pdl.operation) : benefit(1), loc([%root]) ->…
222 …pdl_interp.record_match @rewriters::@success(%root : !pdl.operation) : benefit(1), loc([%root]) ->…
254 …pdl_interp.record_match @rewriters::@success(%root : !pdl.operation) : benefit(1), loc([%root]) ->…
291 …pdl_interp.record_match @rewriters::@success(%root : !pdl.operation) : benefit(1), loc([%root]) ->…
331 …pdl_interp.record_match @rewriters::@success(%root : !pdl.operation) : benefit(1), loc([%root]) ->…
[all …]
/external/llvm-project/mlir/test/Conversion/PDLToPDLInterp/
Dpdl-to-pdl-interp-matcher.mlir22 // CHECK: pdl_interp.record_match @rewriters::@pdl_generated_rewriter
/external/mksh/src/
Deval.c600 record_match(sbeg); in expand()
1653 record_match(str); in trimsub()
1665 record_match(str); in trimsub()
1693 record_match(p); in trimsub()
Dfuncs.c2972 record_match(opnd1); in test_eval()
2981 record_match(opnd1); in test_eval()
Dexec.c391 record_match(ccp); in execute()
Dvar.c1855 record_match(const char *istr) in record_match() function
Dsh.h2767 void record_match(const char *);
/external/llvm-project/mlir/include/mlir/Dialect/PDLInterp/IR/
DPDLInterpOps.td703 : PDLInterp_Op<"record_match", [AttrSizedOperandSegments, Terminator]> {
706 `pdl_interp.record_match` operations record a successful pattern match with
715 …pdl_interp.record_match @rewriters::myRewriter(%root : !pdl.operation) : benefit(1), loc([%root, %…