Searched refs:record_match (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/mlir/test/Rewrite/ |
D | pdl-bytecode.mlir | 20 …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/ |
D | pdl-to-pdl-interp-matcher.mlir | 22 // CHECK: pdl_interp.record_match @rewriters::@pdl_generated_rewriter
|
/external/mksh/src/ |
D | eval.c | 600 record_match(sbeg); in expand() 1653 record_match(str); in trimsub() 1665 record_match(str); in trimsub() 1693 record_match(p); in trimsub()
|
D | funcs.c | 2972 record_match(opnd1); in test_eval() 2981 record_match(opnd1); in test_eval()
|
D | exec.c | 391 record_match(ccp); in execute()
|
D | var.c | 1855 record_match(const char *istr) in record_match() function
|
D | sh.h | 2767 void record_match(const char *);
|
/external/llvm-project/mlir/include/mlir/Dialect/PDLInterp/IR/ |
D | PDLInterpOps.td | 703 : 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, %…
|