Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp684 CCCode = TLI.getCmpLibcallCC(LC1); in SoftenSetCCOperands()
690 NewRHS, DAG.getCondCode(TLI.getCmpLibcallCC(LC2))); in SoftenSetCCOperands()
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetLowering.h1626 ISD::CondCode getCmpLibcallCC(RTLIB::Libcall Call) const { in getCmpLibcallCC() function
/external/llvm/include/llvm/Target/
DTargetLowering.h1874 ISD::CondCode getCmpLibcallCC(RTLIB::Libcall Call) const { in getCmpLibcallCC() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetLowering.h2328 ISD::CondCode getCmpLibcallCC(RTLIB::Libcall Call) const { in getCmpLibcallCC() function
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp259 CCCode = getCmpLibcallCC(LC1); in softenSetCCOperands()
273 NewLHS, NewRHS, DAG.getCondCode(getCmpLibcallCC(LC2))); in softenSetCCOperands()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp264 CCCode = getCmpLibcallCC(LC1); in softenSetCCOperands()
278 NewLHS, NewRHS, DAG.getCondCode(getCmpLibcallCC(LC2))); in softenSetCCOperands()