Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIInstrInfo.h486 static bool isDisableWQM(const MachineInstr &MI) { in isDisableWQM() function
490 bool isDisableWQM(uint16_t Opcode) const { in isDisableWQM() function
DSIWholeQuadMode.cpp366 } else if (TII->isDisableWQM(MI)) { in scanInstructions()