Home
last modified time | relevance | path

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

/external/llvm/lib/Target/R600/
DSIInstrInfo.h108 bool isVOPC(uint16_t Opcode) const;
DSIInstrInfo.cpp478 bool SIInstrInfo::isVOPC(uint16_t Opcode) const { in isVOPC() function in SIInstrInfo
600 if (isVOP1(Opcode) || isVOP2(Opcode) || isVOP3(Opcode) || isVOPC(Opcode)) { in verifyInstruction()
634 if (Src1Idx != -1 && (isVOP2(Opcode) || isVOPC(Opcode))) { in verifyInstruction()