Home
last modified time | relevance | path

Searched refs:DoesNotReturn (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DFastISel.h76 bool DoesNotReturn : 1; member
102 DoesNotReturn(false), IsReturnValueUsed(true), IsPatchPoint(false) {} in CallLoweringInfo()
111 DoesNotReturn = Call.doesNotReturn(); in setCallee()
135 DoesNotReturn = Call.doesNotReturn();
H A DTargetLowering.h4177 bool DoesNotReturn : 1; member
4206 DoesNotReturn(false), IsReturnValueUsed(true), IsConvergent(false), in CallLoweringInfo()
4250 DoesNotReturn = in setCallee()
4276 DoesNotReturn = Value;
4342 bool DoesNotReturn : 1; member
4348 : IsSExt(false), DoesNotReturn(false), IsReturnValueUsed(true), in MakeLibCallOptions()
4357 DoesNotReturn = Value;
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h576 bool IsSigned, SDLoc DL, bool DoesNotReturn,
H A DSystemZISelLowering.cpp1891 bool DoesNotReturn, bool IsReturnValueUsed) const { in makeExternalCall() argument
1913 .setNoReturn(DoesNotReturn) in makeExternalCall()
3673 bool DoesNotReturn = false; in lowerDYNAMIC_STACKALLOC_XPLINK() local
3678 CallingConv::C, IsSigned, DL, DoesNotReturn, in lowerDYNAMIC_STACKALLOC_XPLINK()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp414 bool DoesNotReturn = CLI.DoesNotReturn; in LowerCall() local
610 unsigned OpCode = DoesNotReturn ? HexagonISD::CALLnr : HexagonISD::CALL; in LowerCall()
/openbsd-src/gnu/llvm/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp845 if (CLI.DoesNotReturn && !getTargetMachine().Options.TrapUnreachable) { in LowerCall()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp189 .setNoReturn(CallOptions.DoesNotReturn) in makeLibCall()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp2335 bool doesNotRet = CLI.DoesNotReturn; in LowerCall()