|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp 4036 Results.push_back(ExpandLibCall(RTLIB::FPEXT_F16_F32, Node, false));
lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp 542 SDValue Res32 = TLI.makeLibCall(DAG, RTLIB::FPEXT_F16_F32, MidVT, Op,
lib/CodeGen/TargetLoweringBase.cpp 159 setLibcallName(RTLIB::FPEXT_F16_F32, "__extendhfsf2");
188 setLibcallName(RTLIB::FPEXT_F16_F32, "__gnu_h2f_ieee");
216 return FPEXT_F16_F32;
lib/Target/ARM/ARMISelLowering.cpp 659 setLibcallCallingConv(RTLIB::FPEXT_F16_F32, CallingConv::ARM_AAPCS);
663 setLibcallCallingConv(RTLIB::FPEXT_F16_F32, CallingConv::ARM_APCS);
677 { RTLIB::FPEXT_F16_F32, "__aeabi_h2f", CallingConv::ARM_AAPCS },
lib/Target/WebAssembly/WebAssemblyISelLowering.cpp 272 setLibcallName(RTLIB::FPEXT_F16_F32, "__extendhfsf2");
lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp 252 Table[RTLIB::FPEXT_F16_F32] = f32_func_i16;
509 Map["__extendhfsf2"] = RTLIB::FPEXT_F16_F32;