Home
last modified time | relevance | path

Searched refs:isDisableWQM (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DSIInstrInfo.h605 static bool isDisableWQM(const MachineInstr &MI) { in isDisableWQM() function
609 bool isDisableWQM(uint16_t Opcode) const { in isDisableWQM() function
DSIWholeQuadMode.cpp581 } else if (TII->isDisableWQM(MI)) { in scanInstructions()