Searched refs:getUINTTOFP (Results 1 - 11 of 11) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DRuntimeLibcalls.h324 /// getUINTTOFP - Return the UINTTOFP_*_* value for the given types, or
326 Libcall getUINTTOFP(EVT OpVT, EVT RetVT);
/external/llvm/include/llvm/CodeGen/
H A DRuntimeLibcalls.h499 /// getUINTTOFP - Return the UINTTOFP_*_* value for the given types, or
501 Libcall getUINTTOFP(EVT OpVT, EVT RetVT);
/external/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp681 /// getUINTTOFP - Return the UINTTOFP_*_* value for the given types, or
683 RTLIB::Libcall RTLIB::getUINTTOFP(EVT OpVT, EVT RetVT) { function in class:RTLIB
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp555 LC = Signed ? RTLIB::getSINTTOFP(NVT, RVT):RTLIB::getUINTTOFP (NVT, RVT);
H A DTargetLowering.cpp487 /// getUINTTOFP - Return the UINTTOFP_*_* value for the given types, or
489 RTLIB::Libcall RTLIB::getUINTTOFP(EVT OpVT, EVT RetVT) { function in class:RTLIB
H A DLegalizeIntegerTypes.cpp2820 RTLIB::Libcall LC = RTLIB::getUINTTOFP(SrcVT, DstVT);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp722 LC = Signed ? RTLIB::getSINTTOFP(NVT, RVT):RTLIB::getUINTTOFP (NVT, RVT);
H A DLegalizeIntegerTypes.cpp3200 RTLIB::Libcall LC = RTLIB::getUINTTOFP(SrcVT, DstVT);
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
H A DSPUISelLowering.cpp2498 : RTLIB::getUINTTOFP(Op0VT, OpVT);
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp2037 LC = RTLIB::getUINTTOFP(Op.getOperand(0).getValueType(), Op.getValueType());
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp4233 LC = RTLIB::getUINTTOFP(Op.getOperand(0).getValueType(),

Completed in 331 milliseconds