Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h448 static bool isSOP2(const MachineInstr &MI) { in isSOP2() function
452 bool isSOP2(uint16_t Opcode) const { in isSOP2() function
H A DSIInstrInfo.cpp5025 if (isSOP2(MI) || isSOPC(MI)) { in verifyInstruction()