Home
last modified time | relevance | path

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

/freebsd/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.h4693 bool IsReturnValueUsed : 1; member
4724 DoesNotReturn(false), IsReturnValueUsed(true), IsConvergent(false), in CallLoweringInfo()
4778 IsReturnValueUsed = !Call.use_empty(); in setCallee()
4815 IsReturnValueUsed = !Value;
4879 bool IsReturnValueUsed : 1; member
4884 : IsSigned(false), DoesNotReturn(false), IsReturnValueUsed(true), in MakeLibCallOptions()
4898 IsReturnValueUsed = !Value;
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h629 bool IsReturnValueUsed) const;
H A DSystemZISelLowering.cpp2459 bool DoesNotReturn, bool IsReturnValueUsed) const { in makeExternalCall()
2482 .setDiscardResult(!IsReturnValueUsed) in makeExternalCall()
4449 bool IsReturnValueUsed = false; in lowerDYNAMIC_STACKALLOC_XPLINK() local
4454 IsReturnValueUsed) in lowerDYNAMIC_STACKALLOC_XPLINK()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1018 MyFlags.Used = CLI.IsReturnValueUsed; in lowerCallTo()
H A DSelectionDAGBuilder.cpp11052 MyFlags.Used = CLI.IsReturnValueUsed; in LowerCallTo()
H A DTargetLowering.cpp205 .setDiscardResult(!CallOptions.IsReturnValueUsed) in makeLibCall()