Searched refs:CallOptions (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp151 TargetLowering::MakeLibCallOptions CallOptions; local
153 CallOptions.setTypeListBeforeSoften(OpVT, N->getValueType(0), true);
155 CallOptions, SDLoc(N),
171 TargetLowering::MakeLibCallOptions CallOptions; local
174 CallOptions.setTypeListBeforeSoften(OpsVT, N->getValueType(0), true);
176 CallOptions, SDLoc(N),
418 TargetLowering::MakeLibCallOptions CallOptions; local
422 CallOptions.setTypeListBeforeSoften(OpsVT, N->getValueType(0), true);
430 NVT, Ops, CallOptions, SDLoc(N), Chain);
494 TargetLowering::MakeLibCallOptions CallOptions; local
510 TargetLowering::MakeLibCallOptions CallOptions; local
531 TargetLowering::MakeLibCallOptions CallOptions; local
573 TargetLowering::MakeLibCallOptions CallOptions; local
745 TargetLowering::MakeLibCallOptions CallOptions; local
838 TargetLowering::MakeLibCallOptions CallOptions; local
903 TargetLowering::MakeLibCallOptions CallOptions; local
1037 TargetLowering::MakeLibCallOptions CallOptions; local
1214 TargetLowering::MakeLibCallOptions CallOptions; local
1229 TargetLowering::MakeLibCallOptions CallOptions; local
1375 TargetLowering::MakeLibCallOptions CallOptions; local
1586 TargetLowering::MakeLibCallOptions CallOptions; local
1790 TargetLowering::MakeLibCallOptions CallOptions; local
1810 TargetLowering::MakeLibCallOptions CallOptions; local
1883 TargetLowering::MakeLibCallOptions CallOptions; local
1896 TargetLowering::MakeLibCallOptions CallOptions; local
1909 TargetLowering::MakeLibCallOptions CallOptions; local
1922 TargetLowering::MakeLibCallOptions CallOptions; local
[all...]
H A DLegalizeIntegerTypes.cpp1956 TargetLowering::MakeLibCallOptions CallOptions; local
1957 return TLI.makeLibCall(DAG, LC, RetVT, Ops, CallOptions, SDLoc(Node),
2706 TargetLowering::MakeLibCallOptions CallOptions; local
2707 CallOptions.setSExt(true);
2709 CallOptions, dl, Chain);
2729 TargetLowering::MakeLibCallOptions CallOptions; local
2731 CallOptions, dl, Chain);
2781 TargetLowering::MakeLibCallOptions CallOptions; local
2782 CallOptions.setSExt(true);
2784 Op, CallOptions, d
3004 TargetLowering::MakeLibCallOptions CallOptions; local
3317 TargetLowering::MakeLibCallOptions CallOptions; local
3418 TargetLowering::MakeLibCallOptions CallOptions; local
3508 TargetLowering::MakeLibCallOptions CallOptions; local
3666 TargetLowering::MakeLibCallOptions CallOptions; local
3693 TargetLowering::MakeLibCallOptions CallOptions; local
4058 TargetLowering::MakeLibCallOptions CallOptions; local
4178 TargetLowering::MakeLibCallOptions CallOptions; local
[all...]
H A DTargetLowering.cpp128 MakeLibCallOptions CallOptions,
143 CallOptions.IsSExt);
146 if (CallOptions.IsSoften &&
147 !shouldExtendTypeInLibCall(CallOptions.OpsVTBeforeSoften[i])) {
160 bool signExtend = shouldSignExtendTypeInLibCall(RetVT, CallOptions.IsSExt);
163 if (CallOptions.IsSoften &&
164 !shouldExtendTypeInLibCall(CallOptions.RetVTBeforeSoften)) {
171 .setNoReturn(CallOptions.DoesNotReturn)
172 .setDiscardResult(!CallOptions.IsReturnValueUsed)
173 .setIsPostTypeLegalization(CallOptions
126 makeLibCall(SelectionDAG &DAG, RTLIB::Libcall LC, EVT RetVT, ArrayRef<SDValue> Ops, MakeLibCallOptions CallOptions, const SDLoc &dl, SDValue InChain) const argument
398 TargetLowering::MakeLibCallOptions CallOptions; local
[all...]
H A DLegalizeDAG.cpp2107 TargetLowering::MakeLibCallOptions CallOptions;
2110 Ops, CallOptions,
2163 TargetLowering::MakeLibCallOptions CallOptions;
2166 Ops, CallOptions,
3913 TargetLowering::MakeLibCallOptions CallOptions;
3915 Ops, CallOptions,
H A DSelectionDAGBuilder.cpp2633 TargetLowering::MakeLibCallOptions CallOptions; local
2634 CallOptions.setDiscardResult(true);
2637 None, CallOptions, getCurSDLoc()).second;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp1086 MakeLibCallOptions CallOptions; local
1088 {DAG.getConstant(Depth, DL, MVT::i32)}, CallOptions, DL)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp901 MakeLibCallOptions CallOptions; local
903 CallOptions.setTypeListBeforeSoften(OpVT, N->getValueType(0), true);
907 makeLibCall(DAG, LC, N->getValueType(0), Op0, CallOptions, DL, Chain);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp2954 TargetLowering::MakeLibCallOptions CallOptions; local
2955 CallOptions.setSExt(isSigned);
2958 Args, CallOptions, dl).first;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3047 MakeLibCallOptions CallOptions,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp5415 MakeLibCallOptions CallOptions; local
5419 CallOptions, Loc, Chain);
5493 MakeLibCallOptions CallOptions; local
5495 CallOptions, SDLoc(Op)).first;
16408 MakeLibCallOptions CallOptions; local
16426 std::tie(SrcVal, Chain) = makeLibCall(DAG, LC, DstVT, SrcVal, CallOptions,
16459 MakeLibCallOptions CallOptions; local
16462 std::tie(Result, Chain) = makeLibCall(DAG, LC, DstVT, SrcVal, CallOptions,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp2326 MakeLibCallOptions CallOptions; local
2330 CallOptions, dl, Chain);
2541 MakeLibCallOptions CallOptions; local
2546 CallOptions, dl, Chain);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp20263 MakeLibCallOptions CallOptions;
20264 std::pair<SDValue, SDValue> Tmp = makeLibCall(DAG, LC, VT, Src, CallOptions,
20326 MakeLibCallOptions CallOptions;
20327 std::pair<SDValue, SDValue> Tmp = makeLibCall(DAG, LC, VT, In, CallOptions,
[all...]

Completed in 447 milliseconds