Lines Matching full:opcode
1579 /// Atomic opcode table
1872 // Examine the opcode of the user.
2000 /// getFusedLdStOpcode - Get the appropriate X86 opcode for an in memory
2009 assert(Opc == X86ISD::INC && "unrecognized opcode");
2052 unsigned Opcode = Node->getOpcode();
2062 switch (Opcode) {
2131 switch (Opcode) {
2132 default: llvm_unreachable("Impossible opcode");
2186 if (Opcode != ISD::AND && (Val & RemovedBitsMask) != 0)
2211 switch (Opcode) {
2212 default: llvm_unreachable("Impossible opcode");
2222 switch (Opcode) {
2223 default: llvm_unreachable("Impossible opcode");
2268 bool isSigned = Opcode == ISD::SMUL_LOHI;
2292 default: llvm_unreachable("Unknown MUL opcode!");
2416 bool isSigned = Opcode == ISD::SDIVREM;
2582 if (Opcode == X86ISD::SUB && Node->hasAnyUseOfValue(0))
2631 ReplaceUses(SDValue(Node, (Opcode == X86ISD::SUB ? 1 : 0)),
2668 ReplaceUses(SDValue(Node, (Opcode == X86ISD::SUB ? 1 : 0)),
2690 ReplaceUses(SDValue(Node, (Opcode == X86ISD::SUB ? 1 : 0)),
2712 ReplaceUses(SDValue(Node, (Opcode == X86ISD::SUB ? 1 : 0)),