Home
last modified time | relevance | path

Searched refs:setSExt (Results 1 – 12 of 12) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetCallingConv.h77 void setSExt() { IsSExt = 1; } in setSExt() function
H A DTargetLowering.h4552 MakeLibCallOptions &setSExt(bool Value = true) {
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp2388 CallOptions.setSExt(true); in PromoteIntOp_ExpOp()
3759 CallOptions.setSExt(true); in ExpandIntRes_FP_TO_XINT()
3851 CallOptions.setSExt(true); in ExpandIntRes_XROUND_XRINT()
4054 CallOptions.setSExt(true); in ExpandIntRes_MUL()
4414 CallOptions.setSExt(true); in ExpandIntRes_SDIV()
4637 CallOptions.setSExt(isSigned); in ExpandIntRes_Shift()
4727 CallOptions.setSExt(true); in ExpandIntRes_SREM()
5405 CallOptions.setSExt(true); in ExpandIntOp_XINT_TO_FP()
H A DFastISel.cpp1010 MyFlags.Flags.setSExt(); in lowerCallTo()
1032 Flags.setSExt(); in lowerCallTo()
H A DLegalizeFloatTypes.cpp878 CallOptions.setSExt(Signed); in SoftenFloatRes_XINT_TO_FP()
1808 CallOptions.setSExt(true); in ExpandFloatRes_XINT_TO_FP()
H A DSelectionDAGBuilder.cpp2246 Flags.setSExt(); in visitRet()
10378 MyFlags.Flags.setSExt(); in LowerCallTo()
10436 Flags.setSExt(); in LowerCallTo()
10981 Flags.setSExt(); in LowerArguments()
H A DLegalizeDAG.cpp4693 CallOptions.setSExt(Signed); in ConvertNodeToLibcall()
H A DTargetLowering.cpp10565 CallOptions.setSExt(isSigned); in expandMULO()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp39 Flags.setSExt(); in addFlagsUsingAttrFn()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1758 Flags.setSExt(); in GetReturnInfo()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp2350 Flags.setSExt(); in SelectCall()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp3197 CallOptions.setSExt(isSigned); in LowerUMULO_SMULO()