Searched refs:X86FastEmitCompare (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86FastISel.cpp | 75 bool X86FastEmitCompare(const Value *LHS, const Value *RHS, EVT VT, 1407 bool X86FastISel::X86FastEmitCompare(const Value *Op0, const Value *Op1, EVT VT, in X86FastEmitCompare() function in X86FastISel 1504 if (!X86FastEmitCompare(LHS, RHS, VT, I->getDebugLoc())) in X86SelectCmp() 1528 if (!X86FastEmitCompare(LHS, RHS, VT, I->getDebugLoc())) in X86SelectCmp() 1706 if (!X86FastEmitCompare(CmpLHS, CmpRHS, VT, CI->getDebugLoc())) in X86SelectBranch() 2078 if (!X86FastEmitCompare(CmpLHS, CmpRHS, CmpVT, CI->getDebugLoc())) in X86FastEmitCMoveSelect() 2312 if (!X86FastEmitCompare(CmpLHS, CmpRHS, CmpVT, CI->getDebugLoc())) in X86FastEmitPseudoSelect()
|