Home
last modified time | relevance | path

Searched refs:ll_get_md_string (Results 1 – 4 of 4) sorted by relevance

/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dll_builder.cpp114 llmd_add_md(mdb, value ? ll_get_md_string(mdb->module, value) in llmd_add_string()
H A Dll_structure.h1162 LL_MDRef ll_get_md_string(LLVMModuleRef module, const char *str);
H A Dcgmain.cpp967 lvcomp[0] = ll_get_md_string(cpu_llvm_module, "llvm.loop.vectorize.enable"); in cons_novectorize_metadata()
981 lvcomp[0] = ll_get_md_string(cpu_llvm_module, "llvm.loop.vectorize.enable"); in cons_vectorize_metadata()
2382 s0 = ll_get_md_string(module, baseBuff); in get_omnipotent_pointer()
2384 a[0] = ll_get_md_string(module, unObjName); in get_omnipotent_pointer()
2388 a[0] = ll_get_md_string(module, omniName); in get_omnipotent_pointer()
2503 a[0] = ll_get_md_string(module, name); in locset_to_tbaa_info()
2512 a[0] = ll_get_md_string(module, name); in locset_to_tbaa_info()
H A Dll_structure.cpp1983 ll_get_md_string(LLVMModuleRef module, const char *str) in ll_get_md_string() function