Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDR600ControlFlowFinalizer.cpp76 void pushBranch(unsigned Opcode, bool isWQM = false);
167 void CFStack::pushBranch(unsigned Opcode, bool isWQM) { in pushBranch() argument
172 if (!isWQM) { in pushBranch()
HDSIInstrInfo.h526 static bool isWQM(const MachineInstr &MI) { in isWQM() function
530 bool isWQM(uint16_t Opcode) const { in isWQM() function
HDSIWholeQuadMode.cpp334 if (TII->isWQM(Opcode)) { in scanInstructions()