Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600InstrInfo.h87 bool isLDSInstr(unsigned Opcode) const;
DR600Packetizer.cpp177 return TII->isLDSInstr(MI.getOpcode()); in isSoloInstruction()
DR600MachineScheduler.cpp253 if (TII->isLDSInstr(MI->getOpcode())) { in getAluKind()
DR600InstrInfo.cpp147 bool R600InstrInfo::isLDSInstr(unsigned Opcode) const { in isLDSInstr() function in R600InstrInfo
156 return isLDSInstr(Opcode) && getOperandIdx(Opcode, R600::OpName::dst) != -1; in isLDSRetInstr()