reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

gen/lib/Target/X86/X86GenDAGISel.inc
38737 /* 81106*/  /*SwitchOpcode*/ 23|128,5/*663*/, TARGET_VAL(X86ISD::XOR),// ->81773
lib/Target/X86/X86ISelDAGToDAG.cpp
  594     case X86ISD::XOR:
 2966   case X86ISD::XOR:
 3042   case X86ISD::XOR: {
 3062       case X86ISD::XOR:
 3083       case X86ISD::XOR:
 3109       case X86ISD::XOR:
lib/Target/X86/X86ISelLowering.cpp
20094     case ISD::XOR: Opcode = X86ISD::XOR; break;
20104   case X86ISD::XOR:
21185        Opc == X86ISD::OR || Opc == X86ISD::XOR || Opc == X86ISD::AND))
28689   case X86ISD::XOR:                return "X86ISD::XOR";
39096   SDValue Flags = DAG.getNode(X86ISD::XOR, DL, VTs, Lo, Hi).getValue(1);
43411   case ISD::XOR: NewOpc = X86ISD::XOR; break;