Lines Matching refs:Opcode
71 unsigned Opcode = Inst.getOpcode();
77 switch (Opcode) {
181 unsigned Opcode = Inst.getOpcode();
183 switch (Opcode) {
200 << MCII.getName(Opcode) << " will be completely "
203 switch (Opcode) {
248 unsigned Opcode = Inst->getOpcode();
249 const MCInstrDesc &MCID = MCII.get(Opcode);
253 if (isAlwaysGDS(Opcode) || hasModifiersSet(Inst, AMDGPU::OpName::gds))
267 } else if (isVMEM(MCID) && !AMDGPU::getMUBUFIsBufferInv(Opcode)) {
290 switch (Opcode) {
324 bool AMDGPUCustomBehaviour::isGWS(uint16_t Opcode) const {
325 const MCInstrDesc &MCID = MCII.get(Opcode);
330 bool AMDGPUCustomBehaviour::isAlwaysGDS(uint16_t Opcode) const {
331 return Opcode == AMDGPU::DS_ORDERED_COUNT || isGWS(Opcode);