HomeSort by relevance Sort by last modified time
    Searched refs:isVOP3 (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/R600/
SIInstrInfo.h 107 bool isVOP3(uint16_t Opcode) const;
SIInstrInfo.cpp 383 (!isVOP2(MI->getOpcode()) && !isVOP3(MI->getOpcode()))) {
388 if (isVOP3(MI->getOpcode()) &&
474 bool SIInstrInfo::isVOP3(uint16_t Opcode) const {
600 if (isVOP1(Opcode) || isVOP2(Opcode) || isVOP3(Opcode) || isVOPC(Opcode)) {
643 if (isVOP3(Opcode)) {
899 if (isVOP3(MI->getOpcode())) {
    [all...]

Completed in 112 milliseconds