Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFastISel.h72 bool RetZExt : 1; member
100 : RetSExt(false), RetZExt(false), IsVarArg(false), IsInReg(false), in CallLoweringInfo()
114 RetZExt = Call.hasRetAttr(Attribute::ZExt); in setCallee()
138 RetZExt = Call.hasRetAttr(Attribute::ZExt);
H A DTargetLowering.h3732 bool RetZExt : 1; member
3762 : RetSExt(false), RetZExt(false), IsVarArg(false), IsInReg(false), in CallLoweringInfo()
3813 RetZExt = Call.hasRetAttr(Attribute::ZExt); in setCallee()
3863 RetZExt = Value;
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp949 if (CLI.RetZExt) in getReturnAttrs()
1023 if (CLI.RetZExt) in lowerCallTo()
H A DSelectionDAGBuilder.cpp9393 if (CLI.RetZExt) in getReturnAttrs()
9508 if (CLI.RetZExt) in LowerCallTo()
9665 CLI.RetZExt == Args[i].IsZExt)) in LowerCallTo()
9769 else if (CLI.RetZExt) in LowerCallTo()