Home | History | Annotate | Download | only in AMDGPU

Lines Matching refs:isVectorOnly

189 bool R600InstrInfo::isVectorOnly(unsigned Opcode) const {
193 bool R600InstrInfo::isVectorOnly(const MachineInstr *MI) const {
194 return isVectorOnly(MI->getOpcode());