Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.h3705 bool RetZExt : 1; member
3735 : RetSExt(false), RetZExt(false), IsVarArg(false), IsInReg(false), in CallLoweringInfo()
3786 RetZExt = Call.hasRetAttr(Attribute::ZExt); in setCallee()
3836 RetZExt = Value;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp949 if (CLI.RetZExt) in getReturnAttrs()
1023 if (CLI.RetZExt) in lowerCallTo()
H A DSelectionDAGBuilder.cpp9335 if (CLI.RetZExt) in getReturnAttrs()
9450 if (CLI.RetZExt) in LowerCallTo()
9610 CLI.RetZExt == Args[i].IsZExt)) in LowerCallTo()
9714 else if (CLI.RetZExt) in LowerCallTo()