Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600ControlFlowFinalizer.cpp76 void pushBranch(unsigned Opcode, bool isWQM = false);
167 void CFStack::pushBranch(unsigned Opcode, bool isWQM) { in pushBranch() argument
172 if (!isWQM) { in pushBranch()
DSIInstrInfo.h526 static bool isWQM(const MachineInstr &MI) { in isWQM() function
530 bool isWQM(uint16_t Opcode) const { in isWQM() function
DSIWholeQuadMode.cpp334 if (TII->isWQM(Opcode)) { in scanInstructions()