Home
last modified time | relevance | path

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

/external/llvm/lib/Target/R600/
DSIInstrInfo.h107 bool isVOP3(uint16_t Opcode) const;
DSIInstrInfo.cpp383 (!isVOP2(MI->getOpcode()) && !isVOP3(MI->getOpcode()))) { in commuteInstruction()
388 if (isVOP3(MI->getOpcode()) && in commuteInstruction()
474 bool SIInstrInfo::isVOP3(uint16_t Opcode) const { in isVOP3() function in SIInstrInfo
600 if (isVOP1(Opcode) || isVOP2(Opcode) || isVOP3(Opcode) || isVOPC(Opcode)) { in verifyInstruction()
643 if (isVOP3(Opcode)) { in verifyInstruction()
899 if (isVOP3(MI->getOpcode())) { in legalizeOperands()