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

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DRuntimeLibcalls.h316 /// getFPTOUINT - Return the FPTOUINT_*_* value for the given types, or
318 Libcall getFPTOUINT(EVT OpVT, EVT RetVT);
/external/llvm/include/llvm/CodeGen/
H A DRuntimeLibcalls.h491 /// getFPTOUINT - Return the FPTOUINT_*_* value for the given types, or
493 Libcall getFPTOUINT(EVT OpVT, EVT RetVT);
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp741 RTLIB::Libcall LC = RTLIB::getFPTOUINT(N->getOperand(0).getValueType(), RVT);
1399 RTLIB::Libcall LC = RTLIB::getFPTOUINT(N->getOperand(0).getValueType(), RVT);
H A DTargetLowering.cpp410 /// getFPTOUINT - Return the FPTOUINT_*_* value for the given types, or
412 RTLIB::Libcall RTLIB::getFPTOUINT(EVT OpVT, EVT RetVT) { function in class:RTLIB
H A DLegalizeIntegerTypes.cpp1759 RTLIB::Libcall LC = RTLIB::getFPTOUINT(Op.getValueType(), VT);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp904 LC = Signed ? RTLIB::getFPTOSINT(SVT, NVT):RTLIB::getFPTOUINT(SVT, NVT);
1653 RTLIB::Libcall LC = RTLIB::getFPTOUINT(N->getOperand(0).getValueType(), RVT);
H A DLegalizeIntegerTypes.cpp2034 RTLIB::Libcall LC = RTLIB::getFPTOUINT(Op.getValueType(), VT);
/external/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp599 /// getFPTOUINT - Return the FPTOUINT_*_* value for the given types, or
601 RTLIB::Libcall RTLIB::getFPTOUINT(EVT OpVT, EVT RetVT) { function in class:RTLIB
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
H A DSPUISelLowering.cpp2472 : RTLIB::getFPTOUINT(Op0VT, OpVT);
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp1976 LC = RTLIB::getFPTOUINT(Op.getOperand(0).getValueType(), Op.getValueType());
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp4181 LC = RTLIB::getFPTOUINT(Op.getOperand(0).getValueType(),

Completed in 1954 milliseconds