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

/external/llvm/lib/Target/R600/
H A DR600InstrInfo.cpp137 bool R600InstrInfo::isALUInstr(unsigned Opcode) const { function in class:R600InstrInfo
168 if (isALUInstr(MI->getOpcode()))
245 if (!isALUInstr(MI->getOpcode())) {
632 if (!isALUInstr(MI->getOpcode()))

Completed in 175 milliseconds