Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DRuntimeLibcalls.h314 UO_F32, enumerator
/external/llvm/lib/Target/Mips/
DMips16ISelLowering.cpp94 { RTLIB::UO_F32, "__mips16_unordsf2" }
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp328 Names[RTLIB::UO_F32] = "__unordsf2"; in InitLibcallNames()
716 CCs[RTLIB::UO_F32] = ISD::SETNE; in InitCmpLibcallCCs()
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp165 LC1 = (VT == MVT::f32) ? RTLIB::UO_F32 : in softenSetCCOperands()
180 LC1 = (VT == MVT::f32) ? RTLIB::UO_F32 : in softenSetCCOperands()
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1992 setLibcallName(RTLIB::UO_F32, "__hexagon_unordsf2"); in HexagonTargetLowering()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp198 { RTLIB::UO_F32, "__unordsf2vfp", ISD::SETNE }, in ARMTargetLowering()
297 { RTLIB::UO_F32, "__aeabi_fcmpun", CallingConv::ARM_AAPCS, ISD::SETNE }, in ARMTargetLowering()