reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/GlobalISel/LegalizerHelper.cpp
  283     return Size == 64 ? RTLIB::MUL_F64 : RTLIB::MUL_F32;
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
 4030     Results.push_back(ExpandFPLibCall(Node, RTLIB::MUL_F32, RTLIB::MUL_F64,
lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
  456                                            RTLIB::MUL_F32,
 1374                                                    RTLIB::MUL_F32,
lib/Target/ARM/ARMISelLowering.cpp
  432         { RTLIB::MUL_F32, "__mulsf3vfp", ISD::SETCC_INVALID },
  529       { RTLIB::MUL_F32, "__aeabi_fmul", CallingConv::ARM_AAPCS, ISD::SETCC_INVALID },
lib/Target/MSP430/MSP430ISelLowering.cpp
  214     { RTLIB::MUL_F32,  "__mspabi_mpyf", ISD::SETCC_INVALID },
lib/Target/Mips/Mips16ISelLowering.cpp
   80   { RTLIB::MUL_F32, "__mips16_mulsf3" },
lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp
  162     Table[RTLIB::MUL_F32] = f32_func_f32_f32;