Searched refs:isVectorOnly (Results 1 – 4 of 4) sorted by relevance
89 bool isVectorOnly(unsigned Opcode) const;90 bool isVectorOnly(const MachineInstr &MI) const;
240 !TII->isVectorOnly(MI) && VLIW5) { in isBundlableWithCurrentPMI()
327 (!AnyALU || !TII->isVectorOnly(*SU->getInstr()))) { in PopInst()
183 bool R600InstrInfo::isVectorOnly(unsigned Opcode) const { in isVectorOnly() function in R600InstrInfo187 bool R600InstrInfo::isVectorOnly(const MachineInstr &MI) const { in isVectorOnly() function in R600InstrInfo188 return isVectorOnly(MI.getOpcode()); in isVectorOnly()