Home
last modified time | relevance | path

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

/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dll_write.cpp1445 switch (LL_MDREF_kind(mdref)) { in write_mdref()
1480 interr("Invalid MDRef kind", LL_MDREF_kind(mdref), ERR_Fatal); in write_mdref()
1525 switch (LL_MDREF_kind(mdref)) { in write_mdfield()
1642 interr("Invalid MDRef kind", LL_MDREF_kind(mdref), ERR_Fatal); in write_mdfield()
1864 if (LL_MDREF_kind(mdnode->elem[0]) == MDRef_String) { in emitDIFile()
2115 if (LL_MDREF_kind(md) == MDRef_Constant) { in decode_expression_op()
2119 DEBUG_ASSERT(LL_MDREF_kind(md) == MDRef_SmallInt32, "not int"); in decode_expression_op()
H A Dll_structure.h573 #define LL_MDREF_kind(md) ((md) & ((1 << 3) - 1)) macro
575 #define LL_MDREF_ctor(k, v) (((v) << 3) | LL_MDREF_kind(k))
H A Dll_structure.cpp323 HASH_ACCU_ADD(hacc, LL_MDREF_kind(t->elem[i])); in mdnode_hash()
2207 assert(LL_MDREF_kind(flexnode) == MDRef_Node && slot < module->mdnodes_count, in ll_extend_md_node()
2224 assert(LL_MDREF_kind(node_to_update) == MDRef_Node && in ll_update_md_node()
H A Dllutil.cpp1622 assert(LL_MDREF_kind(mdref) == MDRef_Node, in make_mdref_op()