Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/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.h3704 bool RetSExt : 1; member
3735 : RetSExt(false), RetZExt(false), IsVarArg(false), IsInReg(false), in CallLoweringInfo()
3785 RetSExt = Call.hasRetAttr(Attribute::SExt); in setCallee()
3831 RetSExt = Value;
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp947 if (CLI.RetSExt) in getReturnAttrs()
1021 if (CLI.RetSExt) in lowerCallTo()
H A DSelectionDAGBuilder.cpp9333 if (CLI.RetSExt) in getReturnAttrs()
9448 if (CLI.RetSExt) in LowerCallTo()
9609 (ExtendKind != ISD::ANY_EXTEND && CLI.RetSExt == Args[i].IsSExt && in LowerCallTo()
9712 if (CLI.RetSExt) in LowerCallTo()