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 327 (!AnyALU || !TII->isVectorOnly(*SU->getInstr()))) {
R600Packetizer.cpp 240 !TII->isVectorOnly(MI) && VLIW5) {
R600InstrInfo.cpp 183 bool R600InstrInfo::isVectorOnly(unsigned Opcode) const {
187 bool R600InstrInfo::isVectorOnly(const MachineInstr &MI) const {
188 return isVectorOnly(MI.getOpcode());
    [all...]

Completed in 89 milliseconds