Searched refs:DoesNotReturn (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | FastISel.h | 75 bool DoesNotReturn : 1; member 101 DoesNotReturn(false), IsReturnValueUsed(true), IsPatchPoint(false) {} in CallLoweringInfo() 110 DoesNotReturn = Call.doesNotReturn(); in setCallee() 134 DoesNotReturn = Call.doesNotReturn();
|
| H A D | TargetLowering.h | 4027 bool DoesNotReturn : 1; member 4055 DoesNotReturn(false), IsReturnValueUsed(true), IsConvergent(false), in CallLoweringInfo() 4099 DoesNotReturn = in setCallee() 4125 DoesNotReturn = Value; 4186 bool DoesNotReturn : 1; member 4192 : IsSExt(false), DoesNotReturn(false), IsReturnValueUsed(true), in MakeLibCallOptions() 4201 DoesNotReturn = Value;
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.h | 579 bool IsSigned, SDLoc DL, bool DoesNotReturn,
|
| H A D | SystemZISelLowering.cpp | 1891 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()
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/llvm/lib/Target/M68k/ |
| H A D | M68kISelLowering.cpp | 816 if (CLI.DoesNotReturn && !getTargetMachine().Options.TrapUnreachable) { in LowerCall()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 188 .setNoReturn(CallOptions.DoesNotReturn) in makeLibCall()
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 2332 bool doesNotRet = CLI.DoesNotReturn; in LowerCall()
|