Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dhsa-dump.c905 if (mem->m_memoryscope != BRIG_MEMORY_SCOPE_NONE) in dump_hsa_insn_1()
906 fprintf (f, "_%s", hsa_memscope_name (mem->m_memoryscope)); in dump_hsa_insn_1()
H A Dhsa-common.h692 enum BrigMemoryScope m_memoryscope; variable
H A Dhsa-brig.c1390 repr.memoryScope = mem->m_memoryscope; in emit_atomic_insn()
H A Dhsa-gen.c1616 m_memoryscope (BRIG_MEMORY_SCOPE_SYSTEM) in hsa_insn_atomic()