Home
last modified time | relevance | path

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

/external/llvm/lib/Target/R600/
DSIInstrInfo.h178 bool isVOP3(uint16_t Opcode) const { in isVOP3() function
DSIInstrInfo.cpp785 (!isVOP2(MI->getOpcode()) && !isVOP3(MI->getOpcode()))) { in commuteInstruction()
1329 if (isVOP1(Opcode) || isVOP2(Opcode) || isVOP3(Opcode) || isVOPC(Opcode)) { in verifyInstruction()
1669 if (isVOP3(MI->getOpcode())) { in legalizeOperands()
/external/llvm/lib/Target/R600/AsmParser/
DAMDGPUAsmParser.cpp1188 static bool isVOP3(OperandVector &Operands) { in isVOP3() function
1216 bool IsVOP3 = isVOP3(Operands); in parseVOP3OptionalOps()