Home
last modified time | relevance | path

Searched refs:RetSExt (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFastISel.h72 bool RetSExt : 1; member
101 : RetSExt(false), RetZExt(false), IsVarArg(false), IsInReg(false), in CallLoweringInfo()
114 RetSExt = Call.hasRetAttr(Attribute::SExt); in setCallee()
138 RetSExt = Call.hasRetAttr(Attribute::SExt);
H A DTargetLowering.h4368 bool RetSExt : 1; member
4400 : RetSExt(false), RetZExt(false), IsVarArg(false), IsInReg(false), in CallLoweringInfo()
4434 RetSExt = ResultAttrs.hasAttribute(Attribute::SExt);
4456 RetSExt = Call.hasRetAttr(Attribute::SExt); in setCallee()
4502 RetSExt = Value;
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp936 if (CLI.RetSExt) in getReturnAttrs()
1009 if (CLI.RetSExt) in lowerCallTo()
H A DSelectionDAGBuilder.cpp10261 if (CLI.RetSExt) in getReturnAttrs()
10377 if (CLI.RetSExt) in LowerCallTo()
10535 (ExtendKind != ISD::ANY_EXTEND && CLI.RetSExt == Args[i].IsSExt && in LowerCallTo()
10640 if (CLI.RetSExt) in LowerCallTo()