Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ControlFlowFinalizer.cpp52 void pushBranch(unsigned Opcode, bool isWQM = false);
135 void CFStack::pushBranch(unsigned Opcode, bool isWQM) { in pushBranch() argument
140 if (!isWQM) { in pushBranch()
H A DSIInstrInfo.h695 static bool isWQM(const MachineInstr &MI) { in isWQM() function
699 bool isWQM(uint16_t Opcode) const { in isWQM() function
H A DSIWholeQuadMode.cpp499 if (TII->isWQM(Opcode)) { in scanInstructions()