Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DFastISel.h74 bool RetZExt : 1; member
102 : RetSExt(false), RetZExt(false), IsVarArg(false), IsInReg(false), in CallLoweringInfo()
116 RetZExt = Call.hasRetAttr(Attribute::ZExt); in setCallee()
140 RetZExt = Call.hasRetAttr(Attribute::ZExt);
H A DTargetLowering.h3191 bool RetZExt : 1; member
3219 : RetSExt(false), RetZExt(false), IsVarArg(false), IsInReg(false), in CallLoweringInfo()
3270 RetZExt = Call.hasRetAttr(Attribute::ZExt); in setCallee()
3319 RetZExt = Value;
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1088 if (CLI.RetZExt) in getReturnAttrs()
1164 if (CLI.RetZExt) in lowerCallTo()
H A DSelectionDAGBuilder.cpp8413 if (CLI.RetZExt) in getReturnAttrs()
8507 if (CLI.RetZExt) in LowerCallTo()
8638 CLI.RetZExt == Args[i].IsZExt)) in LowerCallTo()
8738 else if (CLI.RetZExt) in LowerCallTo()