Searched refs:SwapArgs (Results 1 – 2 of 2) sorted by relevance
936 bool SwapArgs; in selectCmp() local937 std::tie(CC, SwapArgs) = X86::getX86ConditionCode( in selectCmp()943 if (SwapArgs) in selectCmp()1051 bool SwapArgs; in selectFCmp() local1052 std::tie(CC, SwapArgs) = X86::getX86ConditionCode(Predicate); in selectFCmp()1055 if (SwapArgs) in selectFCmp()
1518 bool SwapArgs; in X86SelectCmp() local1519 std::tie(CC, SwapArgs) = X86::getX86ConditionCode(Predicate); in X86SelectCmp()1522 if (SwapArgs) in X86SelectCmp()1696 bool SwapArgs; in X86SelectBranch() local1697 std::tie(CC, SwapArgs) = X86::getX86ConditionCode(Predicate); in X86SelectBranch()1700 if (SwapArgs) in X86SelectBranch()