Searched refs:hmap (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/polly/lib/External/isl/include/isl/ |
| H A D | hmap_templ.c | 40 if (!hmap) in ISL_FN() 50 return hmap; in ISL_FN() 65 if (!hmap) in ISL_FN() 72 free(hmap); in ISL_FN() 78 return hmap ? hmap->ctx : NULL; in ISL_FN() 89 *hmap = ISL_FN(ISL_HMAP,set)(*hmap, key, val); in add_key_val() 101 if (!hmap) in ISL_FN() 113 if (!hmap) in ISL_FN() 124 if (!hmap) in ISL_FN() 233 hmap = ISL_FN(ISL_HMAP,cow)(hmap); in ISL_FN() [all …]
|
| H A D | hmap.h | 18 __isl_give ISL_HMAP *ISL_FN(ISL_HMAP,copy)(__isl_keep ISL_HMAP *hmap); 19 __isl_null ISL_HMAP *ISL_FN(ISL_HMAP,free)(__isl_take ISL_HMAP *hmap); 21 isl_ctx *ISL_FN(ISL_HMAP,get_ctx)(__isl_keep ISL_HMAP *hmap); 24 __isl_keep ISL_HMAP *hmap, __isl_keep ISL_KEY *key); 25 isl_bool ISL_FN(ISL_HMAP,has)(__isl_keep ISL_HMAP *hmap, 27 __isl_give ISL_VAL *ISL_FN(ISL_HMAP,get)(__isl_keep ISL_HMAP *hmap, 29 __isl_give ISL_HMAP *ISL_FN(ISL_HMAP,set)(__isl_take ISL_HMAP *hmap, 31 __isl_give ISL_HMAP *ISL_FN(ISL_HMAP,drop)(__isl_take ISL_HMAP *hmap, 34 isl_stat ISL_FN(ISL_HMAP,foreach)(__isl_keep ISL_HMAP *hmap, 40 __isl_take isl_printer *p, __isl_keep ISL_HMAP *hmap); [all …]
|
| /llvm-project-15.0.7/clang/test/Preprocessor/ |
| H A D | search-path-usage.m | 82 // RUN: %S/Inputs/search-path-usage/b.hmap.json.template > %t/b.hmap.json 83 // RUN: %hmaptool write %t/b.hmap.json %t/b.hmap 85 // RUN: -I %t/b.hmap \ 90 // expected-remark-re {{search path used: '{{.*}}/b.hmap'}} 96 // RUN: -I%t/b.hmap \ 107 // RUN: %S/Inputs/search-path-usage/b.hmap.json.template > %t/b-missing.hmap.json 108 // RUN: %hmaptool write %t/b-missing.hmap.json %t/b-missing.hmap 110 // RUN: -I %t/b-missing.hmap \ 115 // expected-remark-re {{search path used: '{{.*}}/b-missing.hmap'}} \ 123 // RUN: -I %t/b-missing.hmap \ [all …]
|
| /llvm-project-15.0.7/clang/utils/hmaptool/ |
| H A D | hmaptool | 130 hmap = HeaderMap.frompath(path) 136 print (' num entries: %d' % (hmap.num_entries,)) 137 print (' num buckets: %d' % (len(hmap.buckets),)) 138 print (' string table size: %d' % (len(hmap.strtable),)) 139 for i,bucket in enumerate(hmap.buckets): 146 key = hmap.get_string(key_idx) 147 prefix = hmap.get_string(prefix_idx) 148 suffix = hmap.get_string(suffix_idx) 153 mappings = sorted(hmap.mappings) 247 hmap = HeaderMap.frompath(input_path) [all …]
|
| /llvm-project-15.0.7/clang/test/Modules/ |
| H A D | framework-public-includes-private.m | 4 // RUN: %hmaptool write %S/Inputs/framework-public-includes-private/a.hmap.json %t/a.hmap 5 // RUN: %hmaptool write %S/Inputs/framework-public-includes-private/z.hmap.json %t/z.hmap 12 // RUN: -iquote %t/z.hmap -iquote %t/a.hmap -ivfsoverlay %t/z.yaml \ 17 // RUN: -iquote %t/z.hmap -iquote %t/a.hmap -ivfsoverlay %t/z.yaml \
|
| H A D | double-quotes.m | 4 // RUN: %hmaptool write %S/Inputs/double-quotes/a.hmap.json %t/a.hmap 5 // RUN: %hmaptool write %S/Inputs/double-quotes/x.hmap.json %t/x.hmap 13 // RUN: -I %t/x.hmap -iquote %t/a.hmap -ivfsoverlay %t/z.yaml \ 18 // RUN: -I %t/x.hmap -iquote %t/a.hmap -ivfsoverlay %t/z.yaml \
|
| H A D | crash-vfs-headermaps.m | 6 // RUN: %hmaptool write %S/../Preprocessor/Inputs/headermap-rel/foo.hmap.json %t/i/foo.hmap 10 // RUN: -I %t/i/foo.hmap -F %t/i 2>&1 | FileCheck %s 27 // CHECKSH: "-I" "/[[INCPATH:.*]]/foo.hmap" 47 // CHECKYAML-NEXT: 'name': "foo.hmap", 48 // CHECKYAML-NEXT: 'external-contents': "/[[PATH]]/i/foo.hmap"
|
| /llvm-project-15.0.7/clang/test/PCH/ |
| H A D | headermap.m | 1 // RUN: touch %t.hmap 7 // RUN: %clang_cc1 -include-pch %t.h.pch -I%t.hmap %s 9 // RUN: %clang_cc1 -x objective-c -I%t.hmap -emit-pch -o %t.h.pch %S/headermap.h 12 // RUN: %clang_cc1 -x objective-c -I%t.hmap -emit-pch -o %t.h.pch %S/headermap.h 13 // RUN: %clang_cc1 -include-pch %t.h.pch -I%t.hmap %s
|
| /llvm-project-15.0.7/clang/test/ExtractAPI/ |
| H A D | relative_include.m | 14 // RUN: %t/headermap.hmap.json.in >> %t/headermap.hmap.json 15 // RUN: %hmaptool write %t/headermap.hmap.json %t/headermap.hmap 20 // RUN: -iquote%t -I%t/headermap.hmap -F%t/Frameworks \ 37 //--- headermap.hmap.json.in
|
| /llvm-project-15.0.7/polly/lib/External/isl/ |
| H A D | isl_scheduler.c | 1846 isl_map_to_basic_set **hmap = &graph->intra_hmap; in intra_coefficients() local 1855 hmap = &graph->intra_hmap_param; in intra_coefficients() 1856 m = isl_map_to_basic_set_try_get(*hmap, map); in intra_coefficients() 1869 *hmap = isl_map_to_basic_set_set(*hmap, key, isl_basic_set_copy(coef)); in intra_coefficients()
|