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.h4515 bool IsReturnValueUsed : 1; member
4546 DoesNotReturn(false), IsReturnValueUsed(true), IsConvergent(false), in CallLoweringInfo()
4600 IsReturnValueUsed = !Call.use_empty(); in setCallee()
4637 IsReturnValueUsed = !Value;
4699 bool IsReturnValueUsed : 1; member
4704 : IsSExt(false), DoesNotReturn(false), IsReturnValueUsed(true), in MakeLibCallOptions()
4718 IsReturnValueUsed = !Value;
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h610 bool IsReturnValueUsed) const;
H A DSystemZISelLowering.cpp2121 bool DoesNotReturn, bool IsReturnValueUsed) const { in makeExternalCall()
2144 .setDiscardResult(!IsReturnValueUsed) in makeExternalCall()
3996 bool IsReturnValueUsed = false; in lowerDYNAMIC_STACKALLOC_XPLINK() local
4001 IsReturnValueUsed) in lowerDYNAMIC_STACKALLOC_XPLINK()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1021 MyFlags.Used = CLI.IsReturnValueUsed; in lowerCallTo()
H A DSelectionDAGBuilder.cpp10891 MyFlags.Used = CLI.IsReturnValueUsed; in LowerCallTo()
H A DTargetLowering.cpp192 .setDiscardResult(!CallOptions.IsReturnValueUsed) in makeLibCall()