Searched refs:getUINTTOFP (Results 1 - 11 of 11) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
H A D | RuntimeLibcalls.h | 324 /// getUINTTOFP - Return the UINTTOFP_*_* value for the given types, or 326 Libcall getUINTTOFP(EVT OpVT, EVT RetVT);
|
/external/llvm/include/llvm/CodeGen/ |
H A D | RuntimeLibcalls.h | 499 /// getUINTTOFP - Return the UINTTOFP_*_* value for the given types, or 501 Libcall getUINTTOFP(EVT OpVT, EVT RetVT);
|
/external/llvm/lib/CodeGen/ |
H A D | TargetLoweringBase.cpp | 681 /// 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 D | LegalizeFloatTypes.cpp | 555 LC = Signed ? RTLIB::getSINTTOFP(NVT, RVT):RTLIB::getUINTTOFP (NVT, RVT);
|
H A D | TargetLowering.cpp | 487 /// 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 D | LegalizeIntegerTypes.cpp | 2820 RTLIB::Libcall LC = RTLIB::getUINTTOFP(SrcVT, DstVT);
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeFloatTypes.cpp | 722 LC = Signed ? RTLIB::getSINTTOFP(NVT, RVT):RTLIB::getUINTTOFP (NVT, RVT);
|
H A D | LegalizeIntegerTypes.cpp | 3200 RTLIB::Libcall LC = RTLIB::getUINTTOFP(SrcVT, DstVT);
|
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/ |
H A D | SPUISelLowering.cpp | 2498 : RTLIB::getUINTTOFP(Op0VT, OpVT);
|
/external/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 2037 LC = RTLIB::getUINTTOFP(Op.getOperand(0).getValueType(), Op.getValueType());
|
/external/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 4233 LC = RTLIB::getUINTTOFP(Op.getOperand(0).getValueType(),
|
Completed in 453 milliseconds