Home
last modified time | relevance | path

Searched refs:CallOptions (Results 1 – 11 of 11) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp167 TargetLowering::MakeLibCallOptions CallOptions; in SoftenFloatRes_Unary() local
187 TargetLowering::MakeLibCallOptions CallOptions; in SoftenFloatRes_Binary() local
440 TargetLowering::MakeLibCallOptions CallOptions; in SoftenFloatRes_FMA() local
516 TargetLowering::MakeLibCallOptions CallOptions; in SoftenFloatRes_FP_EXTEND() local
532 TargetLowering::MakeLibCallOptions CallOptions; in SoftenFloatRes_FP16_TO_FP() local
553 TargetLowering::MakeLibCallOptions CallOptions; in SoftenFloatRes_FP_ROUND() local
600 TargetLowering::MakeLibCallOptions CallOptions; in SoftenFloatRes_FPOWI() local
781 TargetLowering::MakeLibCallOptions CallOptions; in SoftenFloatRes_XINT_TO_FP() local
782 CallOptions.setSExt(Signed); in SoftenFloatRes_XINT_TO_FP()
887 TargetLowering::MakeLibCallOptions CallOptions; in SoftenFloatOp_FP_ROUND() local
[all …]
H A DLegalizeIntegerTypes.cpp2016 TargetLowering::MakeLibCallOptions CallOptions; in PromoteIntOp_FPOWI() local
2017 CallOptions.setSExt(true); in PromoteIntOp_FPOWI()
2270 TargetLowering::MakeLibCallOptions CallOptions; in ExpandAtomic() local
3095 CallOptions.setSExt(true); in ExpandIntRes_FP_TO_SINT()
3182 CallOptions.setSExt(true); in ExpandIntRes_LLROUND_LLRINT()
3404 CallOptions.setSExt(true); in ExpandIntRes_MUL()
3764 CallOptions.setSExt(true); in ExpandIntRes_SDIV()
3865 CallOptions.setSExt(isSigned); in ExpandIntRes_Shift()
3955 CallOptions.setSExt(true); in ExpandIntRes_SREM()
4544 CallOptions.setSExt(true); in ExpandIntOp_SINT_TO_FP()
[all …]
H A DLegalizeDAG.cpp2052 TargetLowering::MakeLibCallOptions CallOptions; in ExpandFPLibCall() local
2055 Ops, CallOptions, in ExpandFPLibCall()
3888 TargetLowering::MakeLibCallOptions CallOptions; in ConvertNodeToLibcall() local
4135 TargetLowering::MakeLibCallOptions CallOptions; in ConvertNodeToLibcall() local
4183 TargetLowering::MakeLibCallOptions CallOptions; in ConvertNodeToLibcall() local
4184 CallOptions.setSExt(Signed); in ConvertNodeToLibcall()
4186 TLI.makeLibCall(DAG, LC, RVT, Op, CallOptions, dl, Chain); in ConvertNodeToLibcall()
4223 TargetLowering::MakeLibCallOptions CallOptions; in ConvertNodeToLibcall() local
4225 TLI.makeLibCall(DAG, LC, NVT, Op, CallOptions, dl, Chain); in ConvertNodeToLibcall()
4252 TargetLowering::MakeLibCallOptions CallOptions; in ConvertNodeToLibcall() local
[all …]
H A DTargetLowering.cpp141 MakeLibCallOptions CallOptions, in makeLibCall() argument
159 if (CallOptions.IsSoften && in makeLibCall()
176 if (CallOptions.IsSoften && in makeLibCall()
177 !shouldExtendTypeInLibCall(CallOptions.RetVTBeforeSoften)) { in makeLibCall()
184 .setNoReturn(CallOptions.DoesNotReturn) in makeLibCall()
185 .setDiscardResult(!CallOptions.IsReturnValueUsed) in makeLibCall()
398 TargetLowering::MakeLibCallOptions CallOptions; in softenSetCCOperands() local
401 CallOptions.setTypeListBeforeSoften(OpsVT, RetVT, true); in softenSetCCOperands()
8517 TargetLowering::MakeLibCallOptions CallOptions; in expandMULO() local
8518 CallOptions.setSExt(isSigned); in expandMULO()
[all …]
H A DSelectionDAGBuilder.cpp2724 TargetLowering::MakeLibCallOptions CallOptions; in visitSPDescriptorFailure() local
2725 CallOptions.setDiscardResult(true); in visitSPDescriptorFailure()
2728 None, CallOptions, getCurSDLoc()).second; in visitSPDescriptorFailure()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp1472 MakeLibCallOptions CallOptions; in LowerRETURNADDR() local
1474 {DAG.getConstant(Depth, DL, MVT::i32)}, CallOptions, DL) in LowerRETURNADDR()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp2964 TargetLowering::MakeLibCallOptions CallOptions; in LowerUMULO_SMULO() local
2965 CallOptions.setSExt(isSigned); in LowerUMULO_SMULO()
2968 Args, CallOptions, dl).first; in LowerUMULO_SMULO()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3264 MakeLibCallOptions CallOptions,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp5793 MakeLibCallOptions CallOptions; in LowerFP_TO_INT() local
5797 CallOptions, Loc, Chain); in LowerFP_TO_INT()
5871 MakeLibCallOptions CallOptions; in LowerINT_TO_FP() local
5873 CallOptions, SDLoc(Op)).first; in LowerINT_TO_FP()
19613 MakeLibCallOptions CallOptions; in LowerFP_EXTEND() local
19631 std::tie(SrcVal, Chain) = makeLibCall(DAG, LC, DstVT, SrcVal, CallOptions, in LowerFP_EXTEND()
19664 MakeLibCallOptions CallOptions; in LowerFP_ROUND() local
19667 std::tie(Result, Chain) = makeLibCall(DAG, LC, DstVT, SrcVal, CallOptions, in LowerFP_ROUND()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp4908 MakeLibCallOptions CallOptions; in ReplaceNodeResults() local
4910 CallOptions.setTypeListBeforeSoften(OpVT, N->getValueType(0), true); in ReplaceNodeResults()
4914 makeLibCall(DAG, LC, N->getValueType(0), Op0, CallOptions, DL, Chain); in ReplaceNodeResults()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp21591 MakeLibCallOptions CallOptions; in LowerFP_TO_INT() local
21592 std::pair<SDValue, SDValue> Tmp = makeLibCall(DAG, LC, VT, Src, CallOptions, in LowerFP_TO_INT()