Home | History | Annotate | Download | only in ARM

Lines Matching refs:XOR

139     setOperationAction(ISD::XOR, VT, Promote);
140 AddPromotedToType (ISD::XOR, VT, PromotedBitwiseVT);
928 setTargetDAGCombine(ISD::XOR);
3907 SDValue MaskNot = DAG.getNode(ISD::XOR, dl, OpVT, Mask,
7690 // (xor (select cc, 0, c), x) -> (select cc, x, (xor, x, c))
8431 // fold (xor (select cc, 0, c), x) -> (select cc, x, (xor, x, c))
9803 case ISD::XOR: return PerformXORCombine(N, DCI, Subtarget);