Home
last modified time | relevance | path

Searched refs:LGKM_CNT (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/R600/
DSIInstrFormats.td19 field bits<1> LGKM_CNT = 0;
46 let TSFlags{2} = LGKM_CNT;
290 let LGKM_CNT = 1;
604 let LGKM_CNT = 1;
647 // Buffer instruction; so, they increment both VM_CNT and LGKM_CNT
650 let LGKM_CNT = 1;
DSIDefines.h59 LGKM_CNT = 1 << 2 enumerator
DSIInsertWaits.cpp152 if (TSFlags & SIInstrFlags::LGKM_CNT) { in getHwCounts()