Searched defs:isVOP3 (Results 1 - 1 of 1) sorted by relevance

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

Completed in 89 milliseconds