Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFastISel.h75 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 DTargetLowering.h3735 bool DoesNotReturn : 1; member
3763 DoesNotReturn(false), IsReturnValueUsed(true), IsConvergent(false), in CallLoweringInfo()
3807 DoesNotReturn = in setCallee()
3833 DoesNotReturn = Value;
3894 bool DoesNotReturn : 1; member
3900 : IsSExt(false), DoesNotReturn(false), IsReturnValueUsed(true), in MakeLibCallOptions()
3909 DoesNotReturn = Value;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp414 bool DoesNotReturn = CLI.DoesNotReturn; in LowerCall() local
615 unsigned OpCode = DoesNotReturn ? HexagonISD::CALLnr : HexagonISD::CALL; in LowerCall()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp812 if (CLI.DoesNotReturn && !getTargetMachine().Options.TrapUnreachable) { in LowerCall()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp184 .setNoReturn(CallOptions.DoesNotReturn) in makeLibCall()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp2277 bool doesNotRet = CLI.DoesNotReturn; in LowerCall()