Home
last modified time | relevance | path

Searched refs:makeLibCall (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp203 return TLI.makeLibCall(DAG, GetFPLibCall(N->getValueType(0), in SoftenFloatRes_FMINNUM()
216 return TLI.makeLibCall(DAG, GetFPLibCall(N->getValueType(0), in SoftenFloatRes_FMAXNUM()
229 return TLI.makeLibCall(DAG, GetFPLibCall(N->getValueType(0), in SoftenFloatRes_FADD()
241 return TLI.makeLibCall(DAG, GetFPLibCall(N->getValueType(0), in SoftenFloatRes_FCEIL()
304 return TLI.makeLibCall(DAG, GetFPLibCall(N->getValueType(0), in SoftenFloatRes_FCOS()
317 return TLI.makeLibCall(DAG, GetFPLibCall(N->getValueType(0), in SoftenFloatRes_FDIV()
329 return TLI.makeLibCall(DAG, GetFPLibCall(N->getValueType(0), in SoftenFloatRes_FEXP()
341 return TLI.makeLibCall(DAG, GetFPLibCall(N->getValueType(0), in SoftenFloatRes_FEXP2()
353 return TLI.makeLibCall(DAG, GetFPLibCall(N->getValueType(0), in SoftenFloatRes_FFLOOR()
730 return TLI.makeLibCall(DAG, LC, in SoftenFloatRes_XINT_TO_FP()
[all …]
H A DLegalizeTypes.cpp1009 return TLI.makeLibCall(DAG, LC, N->getValueType(0), None, isSigned, in LibCallify()
1013 return TLI.makeLibCall(DAG, LC, N->getValueType(0), Op, isSigned, in LibCallify()
1017 return TLI.makeLibCall(DAG, LC, N->getValueType(0), Ops, isSigned, in LibCallify()
1024 return TLI.makeLibCall(DAG, LC, N->getValueType(0), Ops, isSigned, dl).first; in LibCallify()
H A DLegalizeIntegerTypes.cpp2345 SplitInteger(TLI.makeLibCall(DAG, LC, VT, Op, true/*irrelevant*/, dl).first, in ExpandIntRes_FP_TO_SINT()
2360 SplitInteger(TLI.makeLibCall(DAG, LC, VT, Op, false/*irrelevant*/, dl).first, in ExpandIntRes_FP_TO_UINT()
2563 SplitInteger(TLI.makeLibCall(DAG, LC, VT, Ops, true/*irrelevant*/, dl).first, in ExpandIntRes_MUL()
2738 SplitInteger(TLI.makeLibCall(DAG, LC, VT, Ops, true, dl).first, Lo, Hi); in ExpandIntRes_SDIV()
2833 SplitInteger(TLI.makeLibCall(DAG, LC, VT, Ops, isSigned, dl).first, Lo, Hi); in ExpandIntRes_Shift()
2921 SplitInteger(TLI.makeLibCall(DAG, LC, VT, Ops, true, dl).first, Lo, Hi); in ExpandIntRes_SREM()
3077 SplitInteger(TLI.makeLibCall(DAG, LC, VT, Ops, false, dl).first, Lo, Hi); in ExpandIntRes_UDIV()
3103 SplitInteger(TLI.makeLibCall(DAG, LC, VT, Ops, false, dl).first, Lo, Hi); in ExpandIntRes_UREM()
3455 return TLI.makeLibCall(DAG, LC, DstVT, Op, true, SDLoc(N)).first; in ExpandIntOp_SINT_TO_FP()
3620 return TLI.makeLibCall(DAG, LC, DstVT, Op, true, dl).first; in ExpandIntOp_UINT_TO_FP()
H A DTargetLowering.cpp121 TargetLowering::makeLibCall(SelectionDAG &DAG, RTLIB::Libcall LC, EVT RetVT, in makeLibCall() function in TargetLowering
262 NewLHS = makeLibCall(DAG, LC1, RetVT, Ops, false /*sign irrelevant*/, in softenSetCCOperands()
275 NewLHS = makeLibCall(DAG, LC2, RetVT, Ops, false/*sign irrelevant*/, in softenSetCCOperands()
H A DSelectionDAGBuilder.cpp2340 TLI.makeLibCall(DAG, RTLIB::STACKPROTECTOR_CHECK_FAIL, MVT::isVoid, in visitSPDescriptorFailure()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2837 std::pair<SDValue, SDValue> makeLibCall(SelectionDAG &DAG, RTLIB::Libcall LC,
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp4844 return makeLibCall(DAG, LC, Op.getValueType(), Op.getOperand(0), in LowerFP_TO_INT()
4908 return makeLibCall(DAG, LC, Op.getValueType(), Op.getOperand(0), in LowerINT_TO_FP()
14260 return makeLibCall(DAG, LC, Op.getValueType(), SrcVal, /*isSigned*/ false, in LowerFP_EXTEND()
14273 return makeLibCall(DAG, LC, Op.getValueType(), SrcVal, /*isSigned*/ false, in LowerFP_ROUND()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp2116 return makeLibCall(DAG, Call, MVT::f128, Ops, false, SDLoc(Op)).first; in LowerF128Call()
2325 return makeLibCall(DAG, LC, Op.getValueType(), SrcVal, /*isSigned*/ false, in LowerFP_ROUND()
2393 return makeLibCall(DAG, LC, Op.getValueType(), Ops, false, SDLoc(Op)).first; in LowerFP_TO_INT()
/freebsd-12.1/contrib/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp2954 SDValue MulResult = TLI.makeLibCall(DAG, in LowerUMULO_SMULO()