Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstructionSelector.cpp
H A DX86FastISel.cpp1516 bool SwapArgs; in X86SelectCmp() local
1517 std::tie(CC, SwapArgs) = X86::getX86ConditionCode(Predicate); in X86SelectCmp()
1520 if (SwapArgs) in X86SelectCmp()
1694 bool SwapArgs; in X86SelectBranch() local
1695 std::tie(CC, SwapArgs) = X86::getX86ConditionCode(Predicate); in X86SelectBranch()
1698 if (SwapArgs) in X86SelectBranch()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86InstructionSelector.cpp981 bool SwapArgs; in selectCmp() local
982 std::tie(CC, SwapArgs) = X86::getX86ConditionCode( in selectCmp()
988 if (SwapArgs) in selectCmp()
1096 bool SwapArgs; in selectFCmp() local
1097 std::tie(CC, SwapArgs) = X86::getX86ConditionCode(Predicate); in selectFCmp()
1100 if (SwapArgs) in selectFCmp()