Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DSIInstrInfo.h154 static bool isSALU(const MachineInstr &MI) { in isSALU() function
158 bool isSALU(uint16_t Opcode) const { in isSALU() function
DSIInstrInfo.cpp1572 if (!isGenericOpcode(Opcode) && !isSALU(Opcode) && !isSMRD(Opcode)) { in verifyInstruction()