HomeSort by relevance Sort by last modified time
    Searched refs:SIInstrFlags (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/R600/
SIInstrInfo.h 84 namespace SIInstrFlags {
SIInsertWaits.cpp 127 Result.Named.VM = !!(TSFlags & SIInstrFlags::VM_CNT);
130 Result.Named.EXP = !!(TSFlags & SIInstrFlags::EXP_CNT &&
134 if (TSFlags & SIInstrFlags::LGKM_CNT) {

Completed in 56 milliseconds