Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstructionSelector.cpp936 bool SwapArgs; in selectCmp() local
937 std::tie(CC, SwapArgs) = X86::getX86ConditionCode( in selectCmp()
943 if (SwapArgs) in selectCmp()
1051 bool SwapArgs; in selectFCmp() local
1052 std::tie(CC, SwapArgs) = X86::getX86ConditionCode(Predicate); in selectFCmp()
1055 if (SwapArgs) in selectFCmp()
H A DX86FastISel.cpp1518 bool SwapArgs; in X86SelectCmp() local
1519 std::tie(CC, SwapArgs) = X86::getX86ConditionCode(Predicate); in X86SelectCmp()
1522 if (SwapArgs) in X86SelectCmp()
1696 bool SwapArgs; in X86SelectBranch() local
1697 std::tie(CC, SwapArgs) = X86::getX86ConditionCode(Predicate); in X86SelectBranch()
1700 if (SwapArgs) in X86SelectBranch()