Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrInfo.h38 std::pair<CondCode, bool> getX86ConditionCode(CmpInst::Predicate Predicate);
H A DX86InstructionSelector.cpp899 std::tie(CC, SwapArgs) = X86::getX86ConditionCode( in selectCmp()
1014 std::tie(CC, SwapArgs) = X86::getX86ConditionCode(Predicate); in selectFCmp()
H A DX86FastISel.cpp1526 std::tie(CC, SwapArgs) = X86::getX86ConditionCode(Predicate); in X86SelectCmp()
1704 std::tie(CC, SwapArgs) = X86::getX86ConditionCode(Predicate); in X86SelectBranch()
2073 std::tie(CC, NeedSwap) = X86::getX86ConditionCode(Predicate); in X86FastEmitCMoveSelect()
2304 std::tie(CC, NeedSwap) = X86::getX86ConditionCode(CI->getPredicate()); in X86FastEmitPseudoSelect()
H A DX86InstrInfo.cpp2748 X86::getX86ConditionCode(CmpInst::Predicate Predicate) { in getX86ConditionCode() function in X86