Home | History | Annotate | Download | only in R600

Lines Matching defs:isDS

450 int isDS(uint16_t Opcode);
454 bool SIInstrInfo::isDS(uint16_t Opcode) const {
455 return ::AMDGPU::isDS(Opcode) != -1;