Home
last modified time | relevance | path

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

/freebsd/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.h4688 bool RetSExt : 1; member
4723 : RetSExt(false), RetZExt(false), IsVarArg(false), IsInReg(false), in CallLoweringInfo()
4757 RetSExt = ResultAttrs.hasAttribute(Attribute::SExt);
4779 RetSExt = Call.hasRetAttr(Attribute::SExt); in setCallee()
4825 RetSExt = Value;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp946 if (CLI.RetSExt) in getReturnAttrs()
1019 if (CLI.RetSExt) in lowerCallTo()
H A DSelectionDAGBuilder.cpp10943 if (CLI.RetSExt) in getReturnAttrs()
11058 if (CLI.RetSExt) in LowerCallTo()
11218 (ExtendKind != ISD::ANY_EXTEND && CLI.RetSExt == Args[i].IsSExt && in LowerCallTo()
11314 if (CLI.RetSExt) in LowerCallTo()