Lines Matching defs:Swap
15133 // Didn't find a match. Swap the operands and try again.
23049 bool Swap = false;
23066 case ISD::SETGT: Swap = true; [[fallthrough]];
23070 case ISD::SETGE: Swap = true; [[fallthrough]];
23076 case ISD::SETULE: Swap = true; [[fallthrough]];
23078 case ISD::SETULT: Swap = true; [[fallthrough]];
23085 if (Swap)
23567 bool Swap = Cond == ISD::SETLT || Cond == ISD::SETULT ||
23572 if (Swap)
25836 // Swap Src1 and Src2 in the node creation
31814 SDValue Swap = DAG.getAtomic(ISD::ATOMIC_SWAP, dl, Node->getMemoryVT(),
31817 return Swap.getValue(1);
50360 // Swap rhs with lhs to match or(setcc(eq, cmp, 0), or).
50472 // Swap the operands of a SUB, and we have the same pattern as above.