Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DSIInstrInfo.h183 static bool isSALU(const MachineInstr &MI) { in isSALU() function
187 bool isSALU(uint16_t Opcode) const { in isSALU() function
DSIInstrInfo.cpp1641 SIInstrInfo::isSALU(MI) || in shouldReadExec()
3108 if (isVALU(MI) || isSALU(MI)) { in getInstSizeInBytes()