Home
last modified time | relevance | path

Searched refs:node_from (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/mit/isl/dist/
H A Disl_test_python.py411 ast = build.node_from(schedule)
431 ast = build.node_from(schedule)
434 ast = build_copy.node_from(schedule)
438 ast = build.node_from(schedule)
452 ast = build.node_from(schedule)
460 ast = build_copy.node_from(schedule)
464 ast = build.node_from(schedule)
H A Disl_test_cpp-generic.cc324 auto ast = build.node_from(schedule); in test_ast_build_unroll()
348 auto ast = build.node_from(schedule); in test_ast_build_generic()
351 ast = build_copy.node_from(schedule); in test_ast_build_generic()
355 ast = build.node_from(schedule); in test_ast_build_generic()
H A Disl_test_cpp-checked.cc257 auto ast = build.node_from(schedule); in test_ast_build()
268 ast = build_copy.node_from(schedule); in test_ast_build()
273 ast = build.node_from(schedule); in test_ast_build()
H A Disl_test_cpp.cc299 auto ast = build.node_from(schedule); in test_ast_build()
313 auto ast = build_copy.node_from(schedule); in test_ast_build()
317 ast = build.node_from(schedule); in test_ast_build()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
H A Dkfd_topology.h141 uint32_t node_from; member
H A Dkfd_crat.c375 props->node_from = id_from; in kfd_parse_subtype_iolink()
416 props2->node_from = id_to; in kfd_parse_subtype_iolink()
H A Dkfd_topology.c282 sysfs_show_32bit_prop(buffer, "node_from", iolink->node_from); in iolink_show()
1215 if (cpu_link->node_to == link->node_from) in kfd_fill_iolink_non_crat_info()
/netbsd-src/external/mit/isl/dist/include/isl/
H A Dcpp-checked.h586 inline isl::checked::ast_node node_from(isl::checked::schedule schedule) const;
5737 isl::checked::ast_node ast_build::node_from(isl::checked::schedule schedule) const in node_from() function
H A Dcpp.h652 inline isl::ast_node node_from(isl::schedule schedule) const;
6482 isl::ast_node ast_build::node_from(isl::schedule schedule) const in node_from() function
/netbsd-src/external/mit/isl/dist/interface/
H A Disl.py5557 def node_from(*args): member in ast_build