Lines Matching defs:Swap
15427 // Didn't find a match. Swap the operands and try again.
23431 bool Swap = false;
23448 case ISD::SETGT: Swap = true; [[fallthrough]];
23452 case ISD::SETGE: Swap = true; [[fallthrough]];
23458 case ISD::SETULE: Swap = true; [[fallthrough]];
23460 case ISD::SETULT: Swap = true; [[fallthrough]];
23467 if (Swap)
23971 bool Swap = Cond == ISD::SETLT || Cond == ISD::SETULT ||
23976 if (Swap)
26326 // Swap Src1 and Src2 in the node creation
32648 SDValue Swap = DAG.getAtomic(ISD::ATOMIC_SWAP, dl, Node->getMemoryVT(),
32651 return Swap.getValue(1);
51577 // Swap rhs with lhs to match or(setcc(eq, cmp, 0), or).
51689 // Swap the operands of a SUB, and we have the same pattern as above.