Lines Matching full:opcode
405 static SDNode *findUser(SDValue Value, unsigned Opcode) {
414 if (I->getOpcode() == Opcode)
786 int Opcode = Node->getMachineOpcode();
789 const MCInstrDesc *Desc = &TII->get(Opcode);
794 // Commuted opcode if available
795 int OpcodeRev = Desc->isCommutable() ? TII->commuteOpcode(Opcode) : -1;
802 int OpcodeE64 = AMDGPU::getVOPe64(Opcode);
917 if (Desc->Opcode == Opcode && !isNodeChanged(Node, Ops)) {
922 return DAG.getMachineNode(Desc->Opcode, SDLoc(Node), Node->getVTList(), Ops);