Searched refs:SwapArgs (Results 1 – 4 of 4) sorted by relevance
898 bool SwapArgs; // false -> compare Op0, Op1. true -> compare Op1, Op0. in X86SelectCmp() local927 case CmpInst::FCMP_OGT: SwapArgs = false; SetCCOpc = X86::SETAr; break; in X86SelectCmp()928 case CmpInst::FCMP_OGE: SwapArgs = false; SetCCOpc = X86::SETAEr; break; in X86SelectCmp()929 case CmpInst::FCMP_OLT: SwapArgs = true; SetCCOpc = X86::SETAr; break; in X86SelectCmp()930 case CmpInst::FCMP_OLE: SwapArgs = true; SetCCOpc = X86::SETAEr; break; in X86SelectCmp()931 case CmpInst::FCMP_ONE: SwapArgs = false; SetCCOpc = X86::SETNEr; break; in X86SelectCmp()932 case CmpInst::FCMP_ORD: SwapArgs = false; SetCCOpc = X86::SETNPr; break; in X86SelectCmp()933 case CmpInst::FCMP_UNO: SwapArgs = false; SetCCOpc = X86::SETPr; break; in X86SelectCmp()934 case CmpInst::FCMP_UEQ: SwapArgs = false; SetCCOpc = X86::SETEr; break; in X86SelectCmp()935 case CmpInst::FCMP_UGT: SwapArgs = true; SetCCOpc = X86::SETBr; break; in X86SelectCmp()[all …]
924 bool SwapArgs; in selectCmp() local925 std::tie(CC, SwapArgs) = X86::getX86ConditionCode( in selectCmp()932 if (SwapArgs) in selectCmp()
1514 bool SwapArgs; in X86SelectCmp() local1515 std::tie(CC, SwapArgs) = X86::getX86ConditionCode(Predicate); in X86SelectCmp()1519 if (SwapArgs) in X86SelectCmp()1695 bool SwapArgs; in X86SelectBranch() local1697 std::tie(CC, SwapArgs) = X86::getX86ConditionCode(Predicate); in X86SelectBranch()1701 if (SwapArgs) in X86SelectBranch()
1488 bool SwapArgs; in X86SelectCmp() local1489 std::tie(CC, SwapArgs) = getX86ConditionCode(Predicate); in X86SelectCmp()1493 if (SwapArgs) in X86SelectCmp()1613 bool SwapArgs; in X86SelectBranch() local1615 std::tie(CC, SwapArgs) = getX86ConditionCode(Predicate); in X86SelectBranch()1619 if (SwapArgs) in X86SelectBranch()