Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DSIInstrFormats.td18 field bits<1> VM_CNT = 0;
54 let TSFlags{0} = VM_CNT;
689 let VM_CNT = 1;
703 let VM_CNT = 1;
717 // Buffer instruction; so, they increment both VM_CNT and LGKM_CNT
719 let VM_CNT = 1;
732 let VM_CNT = 1;
DSIDefines.h67 VM_CNT = 1 << 0, enumerator
DSIInsertWaits.cpp188 Result.Named.VM = !!(TSFlags & SIInstrFlags::VM_CNT); in getHwCounts()
DSIInstrInfo.h364 return MI.getDesc().TSFlags & SIInstrFlags::VM_CNT; in usesVM_CNT()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.c3374 #define VM_CNT 0xf70 macro
3398 waitcnt &= VM_CNT & LGKM_CNT; in membar_emit()
3403 waitcnt &= VM_CNT; in membar_emit()
3813 emit_waitcnt(ctx, VM_CNT); in load_emit()
4022 emit_waitcnt(ctx, VM_CNT); in store_emit()
5460 emit_waitcnt(ctx, LGKM_CNT & VM_CNT); in si_llvm_emit_barrier()