|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
include/llvm/CodeGen/RuntimeLibcalls.h 57 Libcall getUINTTOFP(EVT OpVT, EVT RetVT);
References
lib/CodeGen/GlobalISel/LegalizerHelper.cpp 476 return RTLIB::getUINTTOFP(FromMVT, ToMVT);
lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp 805 LC = Signed ? RTLIB::getSINTTOFP(NVT, RVT):RTLIB::getUINTTOFP (NVT, RVT);
lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp 4049 RTLIB::Libcall LC = RTLIB::getUINTTOFP(SrcVT, DstVT);
lib/Target/AArch64/AArch64ISelLowering.cpp 2560 LC = RTLIB::getUINTTOFP(Op.getOperand(0).getValueType(), Op.getValueType());
lib/Target/ARM/ARMISelLowering.cpp 5434 LC = RTLIB::getUINTTOFP(Op.getOperand(0).getValueType(),
lib/Target/X86/X86ISelLowering.cpp18800 return LowerF128Call(Op, DAG, RTLIB::getUINTTOFP(SrcVT, DstVT));