Home
last modified time | relevance | path

Searched refs:SwapArgs (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86FastISel.cpp898 bool SwapArgs; // false -> compare Op0, Op1. true -> compare Op1, Op0. in X86SelectCmp() local
927 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 …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86InstructionSelector.cpp924 bool SwapArgs; in selectCmp() local
925 std::tie(CC, SwapArgs) = X86::getX86ConditionCode( in selectCmp()
932 if (SwapArgs) in selectCmp()
DX86FastISel.cpp1514 bool SwapArgs; in X86SelectCmp() local
1515 std::tie(CC, SwapArgs) = X86::getX86ConditionCode(Predicate); in X86SelectCmp()
1519 if (SwapArgs) in X86SelectCmp()
1695 bool SwapArgs; in X86SelectBranch() local
1697 std::tie(CC, SwapArgs) = X86::getX86ConditionCode(Predicate); in X86SelectBranch()
1701 if (SwapArgs) in X86SelectBranch()
/external/llvm/lib/Target/X86/
DX86FastISel.cpp1488 bool SwapArgs; in X86SelectCmp() local
1489 std::tie(CC, SwapArgs) = getX86ConditionCode(Predicate); in X86SelectCmp()
1493 if (SwapArgs) in X86SelectCmp()
1613 bool SwapArgs; in X86SelectBranch() local
1615 std::tie(CC, SwapArgs) = getX86ConditionCode(Predicate); in X86SelectBranch()
1619 if (SwapArgs) in X86SelectBranch()