Home
last modified time | relevance | path

Searched defs:isWQM (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/AMDGPU/
DSIInstrInfo.h290 static bool isWQM(const MachineInstr &MI) { in isWQM() function
294 bool isWQM(uint16_t Opcode) const { in isWQM() function
DR600ControlFlowFinalizer.cpp150 void CFStack::pushBranch(unsigned Opcode, bool isWQM) { in pushBranch()