Home | History | Annotate | Download | only in R600

Lines Matching refs:isTransOnly

155 bool R600InstrInfo::isTransOnly(unsigned Opcode) const {
159 bool R600InstrInfo::isTransOnly(const MachineInstr *MI) const {
160 return isTransOnly(MI->getOpcode());