Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.h4178 bool IsReturnValueUsed : 1; member
4206 DoesNotReturn(false), IsReturnValueUsed(true), IsConvergent(false), in CallLoweringInfo()
4254 IsReturnValueUsed = !Call.use_empty(); in setCallee()
4291 IsReturnValueUsed = !Value;
4343 bool IsReturnValueUsed : 1; member
4348 : IsSExt(false), DoesNotReturn(false), IsReturnValueUsed(true), in MakeLibCallOptions()
4362 IsReturnValueUsed = !Value;
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h577 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()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1012 MyFlags.Used = CLI.IsReturnValueUsed; in lowerCallTo()
H A DSelectionDAGBuilder.cpp9970 MyFlags.Used = CLI.IsReturnValueUsed; in LowerCallTo()
H A DTargetLowering.cpp190 .setDiscardResult(!CallOptions.IsReturnValueUsed) in makeLibCall()