Home
last modified time | relevance | path

Searched refs:all_empty (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_map_lexopt_templ.c92 isl_set *all_empty; in SF() local
116 all_empty = *empty; in SF()
126 all_empty = isl_set_union_disjoint(all_empty, *empty); in SF()
130 *empty = all_empty; in SF()
/llvm-project-15.0.7/mlir/test/mlir-pdll/Parser/
H A Dexpr-failure.pdll282 // CHECK: invalid number of operand groups for `test.all_empty`; expected 0, but got 2
283 // CHECK: see the definition of `test.all_empty` here
284 let foo = op<test.all_empty>(operand1: Value, operand2: Value);
292 // CHECK: invalid number of result groups for `test.all_empty`; expected 0, but got 2
293 // CHECK: see the definition of `test.all_empty` here
294 let foo = op<test.all_empty> -> (result1: Type, result2: Type);
H A Dstmt-failure.pdll256 …// CHECK: unable to convert expression of type `Op<test.all_empty>` to the expected type of `Value…
257 // CHECK: see the definition of `test.all_empty`, which was defined with zero results
258 let value: Value = op<test.all_empty>;
H A Dinclude_td.pdll5 // CHECK: Operation `test.all_empty` {
/llvm-project-15.0.7/mlir/test/mlir-pdll/Parser/include/
H A Dops.td7 def OpAllEmpty : Op<Test_Dialect, "all_empty">;