Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstrInfo.h38 std::pair<CondCode, bool> getX86ConditionCode(CmpInst::Predicate Predicate);
H A DX86InstructionSelector.cpp937 std::tie(CC, SwapArgs) = X86::getX86ConditionCode( in selectCmp()
1052 std::tie(CC, SwapArgs) = X86::getX86ConditionCode(Predicate); in selectFCmp()
H A DX86FastISel.cpp1519 std::tie(CC, SwapArgs) = X86::getX86ConditionCode(Predicate); in X86SelectCmp()
1697 std::tie(CC, SwapArgs) = X86::getX86ConditionCode(Predicate); in X86SelectBranch()
2066 std::tie(CC, NeedSwap) = X86::getX86ConditionCode(Predicate); in X86FastEmitCMoveSelect()
2299 std::tie(CC, NeedSwap) = X86::getX86ConditionCode(CI->getPredicate()); in X86FastEmitPseudoSelect()
H A DX86InstrInfo.cpp2811 X86::getX86ConditionCode(CmpInst::Predicate Predicate) { in getX86ConditionCode() function in X86