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

References

lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
 4083                                        RTLIB::MUL_I16, RTLIB::MUL_I32,
lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
 2785     LC = RTLIB::MUL_I16;
lib/CodeGen/SelectionDAG/TargetLowering.cpp
 7234       LC = RTLIB::MUL_I16;
lib/Target/MSP430/MSP430ISelLowering.cpp
  256       { RTLIB::MUL_I16,   "__mspabi_mpyi_hw" },
  271       { RTLIB::MUL_I16,   "__mspabi_mpyi_hw" },
  286       { RTLIB::MUL_I16,   "__mspabi_mpyi_f5hw" },
  301       { RTLIB::MUL_I16,   "__mspabi_mpyi" },
lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp
  114     Table[RTLIB::MUL_I16] = i16_func_i16_i16;