|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
lib/CodeGen/SelectionDAG/TargetLowering.cpp 319 LC1 = (VT == MVT::f32) ? RTLIB::OGT_F32 :
338 LC2 = (VT == MVT::f32) ? RTLIB::OGT_F32 :
360 LC1 = (VT == MVT::f32) ? RTLIB::OGT_F32 :
lib/CodeGen/TargetLoweringBase.cpp 551 CCs[RTLIB::OGT_F32] = ISD::SETGT;
lib/Target/ARM/ARMISelLowering.cpp 447 { RTLIB::OGT_F32, "__gtsf2vfp", ISD::SETNE },
539 { RTLIB::OGT_F32, "__aeabi_fcmpgt", CallingConv::ARM_AAPCS, ISD::SETNE },
lib/Target/ARM/ARMLegalizerInfo.cpp 262 {RTLIB::OGT_F32, CmpInst::BAD_ICMP_PREDICATE}};
270 FCmp32Libcalls[CmpInst::FCMP_ULE] = {{RTLIB::OGT_F32, CmpInst::ICMP_EQ}};
276 {RTLIB::OGT_F32, CmpInst::BAD_ICMP_PREDICATE},
315 FCmp32Libcalls[CmpInst::FCMP_OGT] = {{RTLIB::OGT_F32, CmpInst::ICMP_SGT}};
321 FCmp32Libcalls[CmpInst::FCMP_ULE] = {{RTLIB::OGT_F32, CmpInst::ICMP_SLE}};
325 FCmp32Libcalls[CmpInst::FCMP_ONE] = {{RTLIB::OGT_F32, CmpInst::ICMP_SGT},
lib/Target/MSP430/MSP430ISelLowering.cpp 206 { RTLIB::OGT_F32, "__mspabi_cmpf", ISD::SETGT },
lib/Target/Mips/Mips16ISelLowering.cpp 74 { RTLIB::OGT_F32, "__mips16_gtsf2" },
lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp 313 Table[RTLIB::OGT_F32] = i32_func_f32_f32;