Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFastISel.h73 bool RetZExt : 1; member
101 : RetSExt(false), RetZExt(false), IsVarArg(false), IsInReg(false), in CallLoweringInfo()
115 RetZExt = Call.hasRetAttr(Attribute::ZExt); in setCallee()
139 RetZExt = Call.hasRetAttr(Attribute::ZExt);
H A DTargetLowering.h4369 bool RetZExt : 1; member
4400 : RetSExt(false), RetZExt(false), IsVarArg(false), IsInReg(false), in CallLoweringInfo()
4435 RetZExt = ResultAttrs.hasAttribute(Attribute::ZExt);
4457 RetZExt = Call.hasRetAttr(Attribute::ZExt); in setCallee()
4507 RetZExt = Value;
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp938 if (CLI.RetZExt) in getReturnAttrs()
1011 if (CLI.RetZExt) in lowerCallTo()
H A DSelectionDAGBuilder.cpp10263 if (CLI.RetZExt) in getReturnAttrs()
10379 if (CLI.RetZExt) in LowerCallTo()
10536 CLI.RetZExt == Args[i].IsZExt)) in LowerCallTo()
10642 else if (CLI.RetZExt) in LowerCallTo()