Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp84 bool X86FastEmitCompare(const Value *LHS, const Value *RHS, EVT VT,
1412 bool X86FastISel::X86FastEmitCompare(const Value *Op0, const Value *Op1, EVT VT, in X86FastEmitCompare() function in X86FastISel
1509 if (!X86FastEmitCompare(LHS, RHS, VT, I->getDebugLoc())) in X86SelectCmp()
1533 if (!X86FastEmitCompare(LHS, RHS, VT, I->getDebugLoc())) in X86SelectCmp()
1711 if (!X86FastEmitCompare(CmpLHS, CmpRHS, VT, CI->getDebugLoc())) in X86SelectBranch()
2083 if (!X86FastEmitCompare(CmpLHS, CmpRHS, CmpVT, CI->getDebugLoc())) in X86FastEmitCMoveSelect()
2315 if (!X86FastEmitCompare(CmpLHS, CmpRHS, CmpVT, CI->getDebugLoc())) in X86FastEmitPseudoSelect()