Home
last modified time | relevance | path

Searched refs:IsReturnValueUsed (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFastISel.h77 bool IsReturnValueUsed : 1; member
102 DoesNotReturn(false), IsReturnValueUsed(true), IsPatchPoint(false) {} in CallLoweringInfo()
113 IsReturnValueUsed = !Call.use_empty(); in setCallee()
137 IsReturnValueUsed = !Call.use_empty();
H A DTargetLowering.h4373 bool IsReturnValueUsed : 1; member
4401 DoesNotReturn(false), IsReturnValueUsed(true), IsConvergent(false), in CallLoweringInfo()
4455 IsReturnValueUsed = !Call.use_empty(); in setCallee()
4492 IsReturnValueUsed = !Value;
4544 bool IsReturnValueUsed : 1; member
4549 : IsSExt(false), DoesNotReturn(false), IsReturnValueUsed(true), in MakeLibCallOptions()
4563 IsReturnValueUsed = !Value;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h603 bool IsReturnValueUsed) const;
H A DSystemZISelLowering.cpp2098 bool DoesNotReturn, bool IsReturnValueUsed) const { in makeExternalCall()
2121 .setDiscardResult(!IsReturnValueUsed) in makeExternalCall()
3971 bool IsReturnValueUsed = false; in lowerDYNAMIC_STACKALLOC_XPLINK() local
3976 IsReturnValueUsed) in lowerDYNAMIC_STACKALLOC_XPLINK()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1008 MyFlags.Used = CLI.IsReturnValueUsed; in lowerCallTo()
H A DSelectionDAGBuilder.cpp10371 MyFlags.Used = CLI.IsReturnValueUsed; in LowerCallTo()
H A DTargetLowering.cpp191 .setDiscardResult(!CallOptions.IsReturnValueUsed) in makeLibCall()