Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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.h3736 bool IsReturnValueUsed : 1; member
3763 DoesNotReturn(false), IsReturnValueUsed(true), IsConvergent(false), in CallLoweringInfo()
3811 IsReturnValueUsed = !Call.use_empty(); in setCallee()
3848 IsReturnValueUsed = !Value;
3895 bool IsReturnValueUsed : 1; member
3900 : IsSExt(false), DoesNotReturn(false), IsReturnValueUsed(true), in MakeLibCallOptions()
3914 IsReturnValueUsed = !Value;
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1020 MyFlags.Used = CLI.IsReturnValueUsed; in lowerCallTo()
H A DTargetLowering.cpp185 .setDiscardResult(!CallOptions.IsReturnValueUsed) in makeLibCall()
H A DSelectionDAGBuilder.cpp9500 MyFlags.Used = CLI.IsReturnValueUsed; in LowerCallTo()