Home
last modified time | relevance | path

Searched refs:getSoftFloatCmpLibcallPredicate (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp612 ISD::CondCode TargetLoweringBase::getSoftFloatCmpLibcallPredicate( in getSoftFloatCmpLibcallPredicate() function in TargetLoweringBase
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3577 ISD::CondCode getSoftFloatCmpLibcallPredicate(RTLIB::LibcallImpl Call) const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp434 CCCode = getSoftFloatCmpLibcallPredicate(LC1Impl); in softenSetCCOperands()
462 CCCode = getSoftFloatCmpLibcallPredicate(LC2Impl); in softenSetCCOperands()