Searched refs:X86FastEmitCompare (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86FastISel.cpp | 79 bool X86FastEmitCompare(const Value *LHS, const Value *RHS, EVT VT); 856 bool X86FastISel::X86FastEmitCompare(const Value *Op0, const Value *Op1, in X86FastEmitCompare() function in X86FastISel 901 if (!X86FastEmitCompare(CI->getOperand(0), CI->getOperand(1), VT)) in X86SelectCmp() 915 if (!X86FastEmitCompare(CI->getOperand(0), CI->getOperand(1), VT)) in X86SelectCmp() 959 if (!X86FastEmitCompare(Op0, Op1, VT)) in X86SelectCmp() 1059 if (!X86FastEmitCompare(Op0, Op1, VT)) in X86SelectBranch()
|
/external/llvm/lib/Target/X86/ |
D | X86FastISel.cpp | 85 bool X86FastEmitCompare(const Value *LHS, const Value *RHS, EVT VT, 1375 bool X86FastISel::X86FastEmitCompare(const Value *Op0, const Value *Op1, EVT VT, in X86FastEmitCompare() function in X86FastISel 1472 if (!X86FastEmitCompare(LHS, RHS, VT, I->getDebugLoc())) in X86SelectCmp() 1497 if (!X86FastEmitCompare(LHS, RHS, VT, I->getDebugLoc())) in X86SelectCmp() 1623 if (!X86FastEmitCompare(CmpLHS, CmpRHS, VT, CI->getDebugLoc())) in X86SelectBranch() 1986 if (!X86FastEmitCompare(CmpLHS, CmpRHS, CmpVT, CI->getDebugLoc())) in X86FastEmitCMoveSelect() 2193 if (!X86FastEmitCompare(CmpLHS, CmpRHS, CmpVT, CI->getDebugLoc())) in X86FastEmitPseudoSelect()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86FastISel.cpp | 85 bool X86FastEmitCompare(const Value *LHS, const Value *RHS, EVT VT, 1404 bool X86FastISel::X86FastEmitCompare(const Value *Op0, const Value *Op1, EVT VT, in X86FastEmitCompare() function in X86FastISel 1498 if (!X86FastEmitCompare(LHS, RHS, VT, I->getDebugLoc())) in X86SelectCmp() 1523 if (!X86FastEmitCompare(LHS, RHS, VT, I->getDebugLoc())) in X86SelectCmp() 1705 if (!X86FastEmitCompare(CmpLHS, CmpRHS, VT, CI->getDebugLoc())) in X86SelectBranch() 2080 if (!X86FastEmitCompare(CmpLHS, CmpRHS, CmpVT, CI->getDebugLoc())) in X86FastEmitCMoveSelect() 2330 if (!X86FastEmitCompare(CmpLHS, CmpRHS, CmpVT, CI->getDebugLoc())) in X86FastEmitPseudoSelect()
|