Home
last modified time | relevance | path

Searched refs:isVOP2 (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/R600/
DSIShrinkInstructions.cpp132 assert(TII->isVOP1(MI.getOpcode()) || TII->isVOP2(MI.getOpcode()) || in foldImmediates()
DSIInstrInfo.h174 bool isVOP2(uint16_t Opcode) const { in isVOP2() function
DSIInstrInfo.cpp776 if (isVOP2(MI->getOpcode()) && in commuteInstruction()
785 (!isVOP2(MI->getOpcode()) && !isVOP3(MI->getOpcode()))) { in commuteInstruction()
1329 if (isVOP1(Opcode) || isVOP2(Opcode) || isVOP3(Opcode) || isVOPC(Opcode)) { in verifyInstruction()
1644 if (isVOP2(MI->getOpcode()) && Src1Idx != -1) { in legalizeOperands()