/llvm-project/polly/lib/External/isl/ |
H A D | isl_multi_gist.c | 16 __isl_give MULTI(BASE) *FN(MULTI(BASE),gist)(__isl_take MULTI(BASE) *multi, in MULTI() 19 return FN(FN(MULTI(BASE),apply),DOMBASE)(multi, context, &FN(EL,gist)); in MULTI()
|
H A D | isl_pw_templ.c | 810 res_ij = FN(EL,gist)(res_ij, isl_set_copy(common)); in FN() 1078 el = FN(EL,gist)(el, context); in FN() 1164 el = FN(EL,gist)(el, set_i); in FN() 1191 __isl_give PW *FN(PW,gist)(__isl_take PW *pw, __isl_take isl_set *context) in FN() argument
|
H A D | isl_test.c | 1785 const char *gist; member 1808 isl_map *map, *gist; in test_plain_gist() local 1815 gist = isl_map_read_from_str(ctx, plain_gist_tests[i].gist); in test_plain_gist() 1816 equal = isl_map_is_equal(map, gist); in test_plain_gist() 1818 isl_map_free(gist); in test_plain_gist() 1875 const char *gist; member 1977 set2 = isl_set_read_from_str(ctx, gist_tests[i].gist); in test_gist() 3788 const char *gist; member 3815 str = pwqp_gist_tests[i].gist; in test_pwqp_gist()
|
H A D | isl_ast_build_expr.c | 2064 isl_set *set, *gist; in add_intermediate_piece() local 2070 gist = isl_set_gist(isl_set_copy(set), isl_set_copy(data->dom)); in add_intermediate_piece() 2071 arg = isl_ast_build_expr_from_set_internal(data->build, gist); in add_intermediate_piece()
|
H A D | isl_union_templ.c | 972 __isl_give UNION *FN(UNION,gist)(__isl_take UNION *u, in FN() argument 976 .fn = &FN(PW,gist), in FN()
|
H A D | isl_fold.c | 893 static __isl_give isl_qpolynomial *gist(__isl_take isl_qpolynomial *qp, in gist() function 907 list = isl_qpolynomial_list_map(list, &gist, context); in isl_qpolynomial_fold_gist()
|
/llvm-project/polly/lib/External/isl/include/isl/ |
H A D | isl-noexceptions.h | 396 inline isl::aff gist(isl::set context) const; 397 inline isl::union_pw_aff gist(const isl::union_set &context) const; 398 inline isl::aff gist(const isl::basic_set &context) const; 399 inline isl::aff gist(const isl::point &context) const; 1507 inline isl::basic_map gist(isl::basic_map context) const; 1508 inline isl::map gist(const isl::map &context) const; 1509 inline isl::union_map gist(const isl::union_map &context) const; 1732 inline isl::basic_set gist(isl::basic_set context) const; 1733 inline isl::set gist(const isl::set &context) const; 1734 inline isl::union_set gist(const isl::union_set &context) const; [all …]
|
/llvm-project/polly/docs/ |
H A D | TipsAndTricks.rst | 56 `<https://gist.github.com/dcci/891cd98d80b1b95352a407d80914f7cf>`_.
|
/llvm-project/llvm/docs/ |
H A D | GettingStarted.rst | 418 `github gist`_ with updated commands. However, not all users can use PPAs and 427 .. _github gist: 428 https://gist.github.com/application2000/73fd6f4bf1be6600a2cf9f56315a2d91
|
H A D | CompileCudaWithLLVM.rst | 48 You can use `this <https://gist.github.com/855e277884eb6b388cd2f00d956c2fd4>`_
|
/llvm-project/mlir/test/Integration/Dialect/Vector/CPU/X86Vector/ |
H A D | sparse-dot-product.mlir | 22 // https://gist.github.com/matthias-springer/72e7ee1b3c467e7aefb6e1fd862e4841
|
/llvm-project/mlir/test/Dialect/MemRef/ |
H A D | extract-address-computations.mlir | 129 // The gist of the check remains the same as the simple test:
|
/llvm-project/polly/lib/External/isl/doc/ |
H A D | user.pod | 8630 the gist operation returns a set or relation that has the 8635 In case of union sets and relations, the gist operation is performed 8639 the gist operation applies the set gist operation to each of
|