Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:XOR

101   /// \brief Implement vselect in terms of XOR, AND, OR when blend is not
274 case ISD::XOR:
706 // using XOR AND OR. The selector bit is broadcasted.
720 // AND,OR,XOR, we will have to scalarize the op.
725 TLI.getOperationAction(ISD::XOR, VT) == TargetLowering::Expand ||
752 SDValue NotMask = DAG.getNode(ISD::XOR, DL, MaskTy, Mask, AllOnes);
883 // Implement VSELECT in terms of XOR, AND, OR
894 // AND,OR,XOR, we will have to scalarize the op.
897 // This operation also isn't safe with AND, OR, XOR when the boolean
901 TLI.getOperationAction(ISD::XOR, VT) == TargetLowering::Expand ||
921 SDValue NotMask = DAG.getNode(ISD::XOR, DL, VT, Mask, AllOnes);