Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.h4173 bool RetSExt : 1; member
4205 : RetSExt(false), RetZExt(false), IsVarArg(false), IsInReg(false), in CallLoweringInfo()
4255 RetSExt = Call.hasRetAttr(Attribute::SExt); in setCallee()
4301 RetSExt = Value;
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp939 if (CLI.RetSExt) in getReturnAttrs()
1013 if (CLI.RetSExt) in lowerCallTo()
H A DSelectionDAGBuilder.cpp9860 if (CLI.RetSExt) in getReturnAttrs()
9976 if (CLI.RetSExt) in LowerCallTo()
10134 (ExtendKind != ISD::ANY_EXTEND && CLI.RetSExt == Args[i].IsSExt && in LowerCallTo()
10238 if (CLI.RetSExt) in LowerCallTo()