Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h386 static bool isSOP2(const MachineInstr &MI) { in isSOP2() function
390 bool isSOP2(uint16_t Opcode) const { in isSOP2() function
H A DSIInstrInfo.cpp4495 if (isSOP2(MI) || isSOPC(MI)) { in verifyInstruction()