Home
last modified time | relevance | path

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

/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dll_builder.cpp170 mdref = ll_get_md_node(mod, mdb->mdclass, mdb->elems, mdb->nelems); in ll_finish_variable()
202 mdref = ll_get_md_node(mdb->module, mdb->mdclass, mdb->elems, mdb->nelems); in llmd_finish()
H A Dlldebug.cpp309 ll_get_md_node(db->module, LL_PlainMDNode, enum_types_list, 1)); in lldbg_create_compile_unit_mdnode()
310 llmd_add_md(mdb, ll_get_md_node(db->module, LL_PlainMDNode, in lldbg_create_compile_unit_mdnode()
313 mdb, ll_get_md_node(db->module, LL_PlainMDNode, subprograms_list, 1)); in lldbg_create_compile_unit_mdnode()
314 llmd_add_md(mdb, ll_get_md_node(db->module, LL_PlainMDNode, gv_list, 1)); in lldbg_create_compile_unit_mdnode()
472 ll_get_md_node(db->module, LL_PlainMDNode, &lv_list_mdnode, 1)); in lldbg_create_subprogram_mdnode()
H A Dll_structure.h1150 LL_MDRef ll_get_md_node(LLVMModuleRef module, enum LL_MDClass mdclass,
H A Dcgmain.cpp969 loopVect = ll_get_md_node(cpu_llvm_module, LL_PlainMDNode, lvcomp, 2); in cons_novectorize_metadata()
983 return ll_get_md_node(cpu_llvm_module, LL_PlainMDNode, lvcomp, 2); in cons_vectorize_metadata()
2383 r0 = ll_get_md_node(module, LL_PlainMDNode, &s0, 1); in get_omnipotent_pointer()
2387 module->unrefPtr = ll_get_md_node(module, LL_PlainMDNode, a, 3); in get_omnipotent_pointer()
2391 omni = ll_get_md_node(module, LL_PlainMDNode, a, 3); in get_omnipotent_pointer()
2506 return ll_get_md_node(module, LL_PlainMDNode, a, 3); in locset_to_tbaa_info()
2515 return ll_get_md_node(module, LL_PlainMDNode, a, 3); in locset_to_tbaa_info()
2552 return ll_get_md_node(module, LL_PlainMDNode, a, 3); in get_tbaa_metadata()
H A Dll_structure.cpp2123 ll_get_md_node(LLVMModuleRef module, enum LL_MDClass mdclass, in ll_get_md_node() function