Home
last modified time | relevance | path

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

/external/llvm/lib/Target/R600/
DR600InstrInfo.h79 bool isLDSInstr(unsigned Opcode) const;
DR600Packetizer.cpp181 if (TII->isLDSInstr(MI->getOpcode())) in isSoloInstruction()
DR600MachineScheduler.cpp255 if (TII->isLDSInstr(MI->getOpcode())) { in getAluKind()
DR600InstrInfo.cpp145 bool R600InstrInfo::isLDSInstr(unsigned Opcode) const { in isLDSInstr() function in R600InstrInfo
154 return isLDSInstr(Opcode) && getOperandIdx(Opcode, AMDGPU::OpName::dst) == -1; in isLDSNoRetInstr()
158 return isLDSInstr(Opcode) && getOperandIdx(Opcode, AMDGPU::OpName::dst) != -1; in isLDSRetInstr()