Home
last modified time | relevance | path

Searched refs:isVectorOnly (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Target/AMDGPU/
DR600InstrInfo.h89 bool isVectorOnly(unsigned Opcode) const;
90 bool isVectorOnly(const MachineInstr &MI) const;
DR600Packetizer.cpp240 !TII->isVectorOnly(MI) && VLIW5) { in isBundlableWithCurrentPMI()
DR600MachineScheduler.cpp327 (!AnyALU || !TII->isVectorOnly(*SU->getInstr()))) { in PopInst()
DR600InstrInfo.cpp183 bool R600InstrInfo::isVectorOnly(unsigned Opcode) const { in isVectorOnly() function in R600InstrInfo
187 bool R600InstrInfo::isVectorOnly(const MachineInstr &MI) const { in isVectorOnly() function in R600InstrInfo
188 return isVectorOnly(MI.getOpcode()); in isVectorOnly()