Searched refs:SwapArgs (Results 1 – 2 of 2) sorted by relevance
898 bool SwapArgs; in selectCmp() local899 std::tie(CC, SwapArgs) = X86::getX86ConditionCode( in selectCmp()905 if (SwapArgs) in selectCmp()1013 bool SwapArgs; in selectFCmp() local1014 std::tie(CC, SwapArgs) = X86::getX86ConditionCode(Predicate); in selectFCmp()1017 if (SwapArgs) in selectFCmp()
1525 bool SwapArgs; in X86SelectCmp() local1526 std::tie(CC, SwapArgs) = X86::getX86ConditionCode(Predicate); in X86SelectCmp()1529 if (SwapArgs) in X86SelectCmp()1703 bool SwapArgs; in X86SelectBranch() local1704 std::tie(CC, SwapArgs) = X86::getX86ConditionCode(Predicate); in X86SelectBranch()1707 if (SwapArgs) in X86SelectBranch()