Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h574 static bool isWQM(const MachineInstr &MI) { in isWQM() function
578 bool isWQM(uint16_t Opcode) const { in isWQM() function
H A DR600ControlFlowFinalizer.cpp136 void CFStack::pushBranch(unsigned Opcode, bool isWQM) { in pushBranch()