Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFastISel.h71 bool RetSExt : 1; member
100 : RetSExt(false), RetZExt(false), IsVarArg(false), IsInReg(false), in CallLoweringInfo()
113 RetSExt = Call.hasRetAttr(Attribute::SExt); in setCallee()
137 RetSExt = Call.hasRetAttr(Attribute::SExt);
H A DTargetLowering.h3731 bool RetSExt : 1; member
3762 : RetSExt(false), RetZExt(false), IsVarArg(false), IsInReg(false), in CallLoweringInfo()
3812 RetSExt = Call.hasRetAttr(Attribute::SExt); in setCallee()
3858 RetSExt = Value;
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp947 if (CLI.RetSExt) in getReturnAttrs()
1021 if (CLI.RetSExt) in lowerCallTo()
H A DSelectionDAGBuilder.cpp9391 if (CLI.RetSExt) in getReturnAttrs()
9506 if (CLI.RetSExt) in LowerCallTo()
9664 (ExtendKind != ISD::ANY_EXTEND && CLI.RetSExt == Args[i].IsSExt && in LowerCallTo()
9767 if (CLI.RetSExt) in LowerCallTo()