Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86InstrInfo.h38 std::pair<CondCode, bool> getX86ConditionCode(CmpInst::Predicate Predicate);
H A DX86InstructionSelector.cpp901 std::tie(CC, SwapArgs) = X86::getX86ConditionCode( in selectCmp()
1016 std::tie(CC, SwapArgs) = X86::getX86ConditionCode(Predicate); in selectFCmp()
H A DX86FastISel.cpp1521 std::tie(CC, SwapArgs) = X86::getX86ConditionCode(Predicate); in X86SelectCmp()
1699 std::tie(CC, SwapArgs) = X86::getX86ConditionCode(Predicate); in X86SelectBranch()
2068 std::tie(CC, NeedSwap) = X86::getX86ConditionCode(Predicate); in X86FastEmitCMoveSelect()
2301 std::tie(CC, NeedSwap) = X86::getX86ConditionCode(CI->getPredicate()); in X86FastEmitPseudoSelect()
H A DX86InstrInfo.cpp2768 X86::getX86ConditionCode(CmpInst::Predicate Predicate) { in getX86ConditionCode() function in X86