Searched refs:BRIG_MEMORY_SCOPE_NONE (Results 1 - 3 of 3) sorted by relevance

/gem5/src/arch/hsail/insts/
H A Ddecl.hh1030 if (memFenceScopeSegGlobal != Brig::BRIG_MEMORY_SCOPE_NONE &&
1031 memFenceScopeSegGroup != Brig::BRIG_MEMORY_SCOPE_NONE) {
1043 case Brig::BRIG_MEMORY_SCOPE_NONE:
1061 } else if (memFenceScopeSegGlobal != Brig::BRIG_MEMORY_SCOPE_NONE) {
1065 case Brig::BRIG_MEMORY_SCOPE_NONE:
1083 } else if (memFenceScopeSegGroup != Brig::BRIG_MEMORY_SCOPE_NONE) {
1087 case Brig::BRIG_MEMORY_SCOPE_NONE:
H A Dmem.hh235 memoryScope = BRIG_MEMORY_SCOPE_NONE;
286 case BRIG_MEMORY_SCOPE_NONE:
805 memoryScope = BRIG_MEMORY_SCOPE_NONE;
854 case BRIG_MEMORY_SCOPE_NONE:
1272 case BRIG_MEMORY_SCOPE_NONE:
/gem5/src/arch/hsail/
H A DBrig_new.hpp527 BRIG_MEMORY_SCOPE_NONE = 0, //.mnemo="" enumerator in enum:BrigMemoryScope

Completed in 26 milliseconds