Searched defs:isVectorOnly (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.cpp189 bool R600InstrInfo::isVectorOnly(unsigned Opcode) const { function in class:R600InstrInfo
193 bool R600InstrInfo::isVectorOnly(const MachineInstr *MI) const { function in class:R600InstrInfo
194 return isVectorOnly(MI->getOpcode());

Completed in 63 milliseconds