Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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.h4692 bool DoesNotReturn : 1; member
4724 DoesNotReturn(false), IsReturnValueUsed(true), IsConvergent(false), in CallLoweringInfo()
4774 DoesNotReturn = in setCallee()
4800 DoesNotReturn = Value;
4878 bool DoesNotReturn : 1; member
4884 : IsSigned(false), DoesNotReturn(false), IsReturnValueUsed(true), in MakeLibCallOptions()
4893 DoesNotReturn = Value;
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h628 bool IsSigned, SDLoc DL, bool DoesNotReturn,
H A DSystemZISelLowering.cpp2459 bool DoesNotReturn, bool IsReturnValueUsed) const { in makeExternalCall() argument
2481 .setNoReturn(DoesNotReturn) in makeExternalCall()
4448 bool DoesNotReturn = false; in lowerDYNAMIC_STACKALLOC_XPLINK() local
4453 CallingConv::C, IsSigned, DL, DoesNotReturn, in lowerDYNAMIC_STACKALLOC_XPLINK()
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp779 CLI.DoesNotReturn = true; in LowerTRAP()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp484 bool DoesNotReturn = CLI.DoesNotReturn; in LowerCall() local
679 unsigned OpCode = DoesNotReturn ? HexagonISD::CALLnr : HexagonISD::CALL; in LowerCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp865 if (CLI.DoesNotReturn && !getTargetMachine().Options.TrapUnreachable) { in LowerCall()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp204 .setNoReturn(CallOptions.DoesNotReturn) in makeLibCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp2424 bool doesNotRet = CLI.DoesNotReturn; in LowerCall()