Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DFastISel.h73 bool RetSExt : 1; member
102 : RetSExt(false), RetZExt(false), IsVarArg(false), IsInReg(false), in CallLoweringInfo()
115 RetSExt = Call.hasRetAttr(Attribute::SExt); in setCallee()
139 RetSExt = Call.hasRetAttr(Attribute::SExt);
H A DTargetLowering.h3190 bool RetSExt : 1; member
3219 : RetSExt(false), RetZExt(false), IsVarArg(false), IsInReg(false), in CallLoweringInfo()
3269 RetSExt = Call.hasRetAttr(Attribute::SExt); in setCallee()
3314 RetSExt = Value;
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1086 if (CLI.RetSExt) in getReturnAttrs()
1162 if (CLI.RetSExt) in lowerCallTo()
H A DSelectionDAGBuilder.cpp8411 if (CLI.RetSExt) in getReturnAttrs()
8505 if (CLI.RetSExt) in LowerCallTo()
8637 (ExtendKind != ISD::ANY_EXTEND && CLI.RetSExt == Args[i].IsSExt && in LowerCallTo()
8736 if (CLI.RetSExt) in LowerCallTo()