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