HomeSort by relevance Sort by last modified time
    Searched refs:isVectorOnly (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/AMDGPU/
R600InstrInfo.h 89 bool isVectorOnly(unsigned Opcode) const;
90 bool isVectorOnly(const MachineInstr *MI) const;
R600MachineScheduler.cpp 328 && (!AnyALU || !TII->isVectorOnly(SU->getInstr()))
R600Packetizer.cpp 245 !TII->isVectorOnly(MI) && VLIW5) {
R600InstrInfo.cpp 189 bool R600InstrInfo::isVectorOnly(unsigned Opcode) const {
193 bool R600InstrInfo::isVectorOnly(const MachineInstr *MI) const {
194 return isVectorOnly(MI->getOpcode());
    [all...]

Completed in 448 milliseconds