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

/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp85 bool X86FastEmitCompare(const Value *LHS, const Value *RHS, EVT VT, DebugLoc DL);
1205 bool X86FastISel::X86FastEmitCompare(const Value *Op0, const Value *Op1, function in class:X86FastISel
1299 if (!X86FastEmitCompare(LHS, RHS, VT, I->getDebugLoc()))
1324 if (!X86FastEmitCompare(LHS, RHS, VT, I->getDebugLoc()))
1450 if (!X86FastEmitCompare(CmpLHS, CmpRHS, VT, CI->getDebugLoc()))
1813 if (!X86FastEmitCompare(CmpLHS, CmpRHS, CmpVT, CI->getDebugLoc()))
2020 if (!X86FastEmitCompare(CmpLHS, CmpRHS, CmpVT, CI->getDebugLoc()))

Completed in 122 milliseconds