Searched refs:UO_F32 (Results 1 – 6 of 6) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | RuntimeLibcalls.h | 314 UO_F32, enumerator
|
/external/llvm/lib/Target/Mips/ |
D | Mips16ISelLowering.cpp | 94 { RTLIB::UO_F32, "__mips16_unordsf2" }
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 328 Names[RTLIB::UO_F32] = "__unordsf2"; in InitLibcallNames() 716 CCs[RTLIB::UO_F32] = ISD::SETNE; in InitCmpLibcallCCs()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 165 LC1 = (VT == MVT::f32) ? RTLIB::UO_F32 : in softenSetCCOperands() 180 LC1 = (VT == MVT::f32) ? RTLIB::UO_F32 : in softenSetCCOperands()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.cpp | 1992 setLibcallName(RTLIB::UO_F32, "__hexagon_unordsf2"); in HexagonTargetLowering()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 198 { RTLIB::UO_F32, "__unordsf2vfp", ISD::SETNE }, in ARMTargetLowering() 297 { RTLIB::UO_F32, "__aeabi_fcmpun", CallingConv::ARM_AAPCS, ISD::SETNE }, in ARMTargetLowering()
|