Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h42 std::pair<CondCode, bool> getX86ConditionCode(CmpInst::Predicate Predicate);
H A DX86FastISel.cpp1516 std::tie(CC, SwapArgs) = X86::getX86ConditionCode(Predicate); in X86SelectCmp()
1694 std::tie(CC, SwapArgs) = X86::getX86ConditionCode(Predicate); in X86SelectBranch()
2063 std::tie(CC, NeedSwap) = X86::getX86ConditionCode(Predicate); in X86FastEmitCMoveSelect()
2296 std::tie(CC, NeedSwap) = X86::getX86ConditionCode(CI->getPredicate()); in X86FastEmitPseudoSelect()
H A DX86InstrInfo.cpp3235 X86::getX86ConditionCode(CmpInst::Predicate Predicate) { in getX86ConditionCode() function in X86
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86InstructionSelector.cpp948 std::tie(CC, SwapArgs) = X86::getX86ConditionCode( in selectCmp()
1063 std::tie(CC, SwapArgs) = X86::getX86ConditionCode(Predicate); in selectFCmp()