Searched refs:X86FastEmitCompare (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86FastISel.cpp | 75 bool X86FastEmitCompare(const Value *LHS, const Value *RHS, EVT VT, 1402 bool X86FastISel::X86FastEmitCompare(const Value *Op0, const Value *Op1, EVT VT, in X86FastEmitCompare() function in X86FastISel 1499 if (!X86FastEmitCompare(LHS, RHS, VT, I->getDebugLoc())) in X86SelectCmp() 1523 if (!X86FastEmitCompare(LHS, RHS, VT, I->getDebugLoc())) in X86SelectCmp() 1701 if (!X86FastEmitCompare(CmpLHS, CmpRHS, VT, CI->getDebugLoc())) in X86SelectBranch() 2073 if (!X86FastEmitCompare(CmpLHS, CmpRHS, CmpVT, CI->getDebugLoc())) in X86FastEmitCMoveSelect() 2307 if (!X86FastEmitCompare(CmpLHS, CmpRHS, CmpVT, CI->getDebugLoc())) in X86FastEmitPseudoSelect()
|