Home | History | Annotate | Download | only in R600

Lines Matching refs:isTransOnly

185 bool R600InstrInfo::isTransOnly(unsigned Opcode) const {
191 bool R600InstrInfo::isTransOnly(const MachineInstr *MI) const {
192 return isTransOnly(MI->getOpcode());