Lines Matching defs:Xor
28166 SDValue Xor = DAG.getNode(ISD::XOR, DL, VT, X, SignMask);
28168 return DAG.getNode(ISD::AND, DL, VT, Xor, Sra);
30600 if (AI->getOperation() == AtomicRMWInst::Xor) {
30610 // SETCC(And(AtomicRMW(P, power_of_2), power_of_2)) with LShr and Xor
30680 case AtomicRMWInst::Xor:
30793 if (Opc == AtomicRMWInst::Xor) {
30854 case AtomicRMWInst::Xor:
30896 case AtomicRMWInst::Xor:
31605 // Xor the high and low 16-bits together using a 32-bit operation.
31614 // Xor the high and low 16-bits together using a 32-bit operation.