Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.h95 bool isVectorOnly(unsigned Opcode) const;
96 bool isVectorOnly(const MachineInstr &MI) const;
H A DR600Packetizer.cpp232 !TII->isVectorOnly(MI) && VLIW5) { in isBundlableWithCurrentPMI()
H A DR600MachineScheduler.cpp318 (!AnyALU || !TII->isVectorOnly(*SU->getInstr()))) { in PopInst()
H A DR600InstrInfo.cpp166 bool R600InstrInfo::isVectorOnly(unsigned Opcode) const { in isVectorOnly() function in R600InstrInfo
170 bool R600InstrInfo::isVectorOnly(const MachineInstr &MI) const { in isVectorOnly() function in R600InstrInfo
171 return isVectorOnly(MI.getOpcode()); in isVectorOnly()