Searched refs:DoesNotReturn (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | FastISel.h | 76 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 D | TargetLowering.h | 4514 bool DoesNotReturn : 1; member 4546 DoesNotReturn(false), IsReturnValueUsed(true), IsConvergent(false), in CallLoweringInfo() 4596 DoesNotReturn = in setCallee() 4622 DoesNotReturn = Value; 4698 bool DoesNotReturn : 1; member 4704 : IsSExt(false), DoesNotReturn(false), IsReturnValueUsed(true), in MakeLibCallOptions() 4713 DoesNotReturn = Value;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.h | 609 bool IsSigned, SDLoc DL, bool DoesNotReturn,
|
H A D | SystemZISelLowering.cpp | 2121 bool DoesNotReturn, bool IsReturnValueUsed) const { in makeExternalCall() argument 2143 .setNoReturn(DoesNotReturn) in makeExternalCall() 3995 bool DoesNotReturn = false; in lowerDYNAMIC_STACKALLOC_XPLINK() local 4000 CallingConv::C, IsSigned, DL, DoesNotReturn, in lowerDYNAMIC_STACKALLOC_XPLINK()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLowering.cpp | 414 bool DoesNotReturn = CLI.DoesNotReturn; in LowerCall() local 610 unsigned OpCode = DoesNotReturn ? HexagonISD::CALLnr : HexagonISD::CALL; in LowerCall()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kISelLowering.cpp | 864 if (CLI.DoesNotReturn && !getTargetMachine().Options.TrapUnreachable) { in LowerCall()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 191 .setNoReturn(CallOptions.DoesNotReturn) in makeLibCall()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 2377 bool doesNotRet = CLI.DoesNotReturn; in LowerCall()
|