|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
lib/CodeGen/SelectionDAG/TargetLowering.cpp 295 LC1 = (VT == MVT::f32) ? RTLIB::UNE_F32 :
lib/CodeGen/TargetLoweringBase.cpp 535 CCs[RTLIB::UNE_F32] = ISD::SETNE;
lib/Target/ARM/ARMISelLowering.cpp 443 { RTLIB::UNE_F32, "__nesf2vfp", ISD::SETNE },
535 { RTLIB::UNE_F32, "__aeabi_fcmpeq", CallingConv::ARM_AAPCS, ISD::SETEQ },
lib/Target/ARM/ARMLegalizerInfo.cpp 272 FCmp32Libcalls[CmpInst::FCMP_UNE] = {{RTLIB::UNE_F32, CmpInst::ICMP_EQ}};
323 FCmp32Libcalls[CmpInst::FCMP_UNE] = {{RTLIB::UNE_F32, CmpInst::ICMP_NE}};
lib/Target/MSP430/MSP430ISelLowering.cpp 202 { RTLIB::UNE_F32, "__mspabi_cmpf", ISD::SETNE },
lib/Target/Mips/Mips16ISelLowering.cpp 82 { RTLIB::UNE_F32, "__mips16_nesf2" },
lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp 301 Table[RTLIB::UNE_F32] = i32_func_f32_f32;