Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DFastISel.h76 bool IsReturnValueUsed : 1; member
101 DoesNotReturn(false), IsReturnValueUsed(true), IsPatchPoint(false) {} in CallLoweringInfo()
112 IsReturnValueUsed = !Call.use_empty(); in setCallee()
136 IsReturnValueUsed = !Call.use_empty();
H A DTargetLowering.h4028 bool IsReturnValueUsed : 1; member
4055 DoesNotReturn(false), IsReturnValueUsed(true), IsConvergent(false), in CallLoweringInfo()
4103 IsReturnValueUsed = !Call.use_empty(); in setCallee()
4140 IsReturnValueUsed = !Value;
4187 bool IsReturnValueUsed : 1; member
4192 : IsSExt(false), DoesNotReturn(false), IsReturnValueUsed(true), in MakeLibCallOptions()
4206 IsReturnValueUsed = !Value;
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h580 bool IsReturnValueUsed) const;
H A DSystemZISelLowering.cpp1891 bool DoesNotReturn, bool IsReturnValueUsed) const { in makeExternalCall()
1914 .setDiscardResult(!IsReturnValueUsed) in makeExternalCall()
3674 bool IsReturnValueUsed = false; in lowerDYNAMIC_STACKALLOC_XPLINK() local
3679 IsReturnValueUsed) in lowerDYNAMIC_STACKALLOC_XPLINK()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1017 MyFlags.Used = CLI.IsReturnValueUsed; in lowerCallTo()
H A DTargetLowering.cpp189 .setDiscardResult(!CallOptions.IsReturnValueUsed) in makeLibCall()
H A DSelectionDAGBuilder.cpp9722 MyFlags.Used = CLI.IsReturnValueUsed; in LowerCallTo()