Searched refs:isLDSInstr (Results 1 – 4 of 4) sorted by relevance
88 bool isLDSInstr(unsigned Opcode) const;
169 return TII->isLDSInstr(MI.getOpcode()); in isSoloInstruction()
244 if (TII->isLDSInstr(MI->getOpcode())) { in getAluKind()
122 bool R600InstrInfo::isLDSInstr(unsigned Opcode) const { in isLDSInstr() function in R600InstrInfo131 return isLDSInstr(Opcode) && getOperandIdx(Opcode, R600::OpName::dst) != -1; in isLDSRetInstr()