Home
last modified time | relevance | path

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

/llvm-project/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/mlir/test/mlir-pdll/Parser/
H A Dexpr-failure.pdll340 // CHECK: invalid number of operand groups for `test.all_empty`; expected 0, but got 2
341 // CHECK: see the definition of `test.all_empty` here
342 let foo = op<test.all_empty>(operand1: Value, operand2: Value);
350 // CHECK: invalid number of result groups for `test.all_empty`; expected 0, but got 2
351 // CHECK: see the definition of `test.all_empty` here
352 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/mlir/test/mlir-pdll/Parser/include/
H A Dops.td7 def OpAllEmpty : Op<Test_Dialect, "all_empty">;