Searched refs:SwapArgs (Results 1 – 3 of 3) sorted by relevance
1516 bool SwapArgs; in X86SelectCmp() local1517 std::tie(CC, SwapArgs) = X86::getX86ConditionCode(Predicate); in X86SelectCmp()1520 if (SwapArgs) in X86SelectCmp()1694 bool SwapArgs; in X86SelectBranch() local1695 std::tie(CC, SwapArgs) = X86::getX86ConditionCode(Predicate); in X86SelectBranch()1698 if (SwapArgs) in X86SelectBranch()
981 bool SwapArgs; in selectCmp() local982 std::tie(CC, SwapArgs) = X86::getX86ConditionCode( in selectCmp()988 if (SwapArgs) in selectCmp()1096 bool SwapArgs; in selectFCmp() local1097 std::tie(CC, SwapArgs) = X86::getX86ConditionCode(Predicate); in selectFCmp()1100 if (SwapArgs) in selectFCmp()