Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.h4023 bool RetSExt : 1; member
4054 : RetSExt(false), RetZExt(false), IsVarArg(false), IsInReg(false), in CallLoweringInfo()
4104 RetSExt = Call.hasRetAttr(Attribute::SExt); in setCallee()
4150 RetSExt = Value;
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp944 if (CLI.RetSExt) in getReturnAttrs()
1018 if (CLI.RetSExt) in lowerCallTo()
H A DSelectionDAGBuilder.cpp9612 if (CLI.RetSExt) in getReturnAttrs()
9728 if (CLI.RetSExt) in LowerCallTo()
9886 (ExtendKind != ISD::ANY_EXTEND && CLI.RetSExt == Args[i].IsSExt && in LowerCallTo()
9990 if (CLI.RetSExt) in LowerCallTo()