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.h4510 bool RetSExt : 1; member
4545 : RetSExt(false), RetZExt(false), IsVarArg(false), IsInReg(false), in CallLoweringInfo()
4579 RetSExt = ResultAttrs.hasAttribute(Attribute::SExt);
4601 RetSExt = Call.hasRetAttr(Attribute::SExt); in setCallee()
4647 RetSExt = Value;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp949 if (CLI.RetSExt) in getReturnAttrs()
1022 if (CLI.RetSExt) in lowerCallTo()
H A DSelectionDAGBuilder.cpp10781 if (CLI.RetSExt) in getReturnAttrs()
10897 if (CLI.RetSExt) in LowerCallTo()
11055 (ExtendKind != ISD::ANY_EXTEND && CLI.RetSExt == Args[i].IsSExt && in LowerCallTo()
11160 if (CLI.RetSExt) in LowerCallTo()