Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstructionSelector.cpp898 bool SwapArgs; in selectCmp() local
899 std::tie(CC, SwapArgs) = X86::getX86ConditionCode( in selectCmp()
905 if (SwapArgs) in selectCmp()
1013 bool SwapArgs; in selectFCmp() local
1014 std::tie(CC, SwapArgs) = X86::getX86ConditionCode(Predicate); in selectFCmp()
1017 if (SwapArgs) in selectFCmp()
H A DX86FastISel.cpp1525 bool SwapArgs; in X86SelectCmp() local
1526 std::tie(CC, SwapArgs) = X86::getX86ConditionCode(Predicate); in X86SelectCmp()
1529 if (SwapArgs) in X86SelectCmp()
1703 bool SwapArgs; in X86SelectBranch() local
1704 std::tie(CC, SwapArgs) = X86::getX86ConditionCode(Predicate); in X86SelectBranch()
1707 if (SwapArgs) in X86SelectBranch()