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

Declarations

include/llvm/CodeGen/RuntimeLibcalls.h
   53   Libcall getSINTTOFP(EVT OpVT, EVT RetVT);

References

lib/CodeGen/GlobalISel/LegalizerHelper.cpp
  474     return RTLIB::getSINTTOFP(FromMVT, ToMVT);
lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
  805       LC = Signed ? RTLIB::getSINTTOFP(NVT, RVT):RTLIB::getUINTTOFP (NVT, RVT);
lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
 3882   RTLIB::Libcall LC = RTLIB::getSINTTOFP(Op.getValueType(), DstVT);
lib/Target/AArch64/AArch64ISelLowering.cpp
 2558     LC = RTLIB::getSINTTOFP(Op.getOperand(0).getValueType(), Op.getValueType());
lib/Target/ARM/ARMISelLowering.cpp
 5431       LC = RTLIB::getSINTTOFP(Op.getOperand(0).getValueType(),
lib/Target/X86/X86ISelLowering.cpp
18426     return LowerF128Call(Op, DAG, RTLIB::getSINTTOFP(SrcVT, VT));