Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.h3709 bool IsReturnValueUsed : 1; member
3736 DoesNotReturn(false), IsReturnValueUsed(true), IsConvergent(false), in CallLoweringInfo()
3784 IsReturnValueUsed = !Call.use_empty(); in setCallee()
3821 IsReturnValueUsed = !Value;
3868 bool IsReturnValueUsed : 1; member
3873 : IsSExt(false), DoesNotReturn(false), IsReturnValueUsed(true), in MakeLibCallOptions()
3887 IsReturnValueUsed = !Value;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1020 MyFlags.Used = CLI.IsReturnValueUsed; in lowerCallTo()
H A DTargetLowering.cpp194 .setDiscardResult(!CallOptions.IsReturnValueUsed) in makeLibCall()
H A DSelectionDAGBuilder.cpp9442 MyFlags.Used = CLI.IsReturnValueUsed; in LowerCallTo()