Searched refs:isLDSInstr (Results 1 – 4 of 4) sorted by relevance
79 bool isLDSInstr(unsigned Opcode) const;
181 if (TII->isLDSInstr(MI->getOpcode())) in isSoloInstruction()
255 if (TII->isLDSInstr(MI->getOpcode())) { in getAluKind()
145 bool R600InstrInfo::isLDSInstr(unsigned Opcode) const { in isLDSInstr() function in R600InstrInfo154 return isLDSInstr(Opcode) && getOperandIdx(Opcode, AMDGPU::OpName::dst) == -1; in isLDSNoRetInstr()158 return isLDSInstr(Opcode) && getOperandIdx(Opcode, AMDGPU::OpName::dst) != -1; in isLDSRetInstr()