/external/llvm/include/llvm/CodeGen/ |
D | FastISel.h | 66 bool DoesNotReturn : 1; member 93 IsInReg(false), DoesNotReturn(false), IsReturnValueUsed(true), in CallLoweringInfo() 105 DoesNotReturn = Call.doesNotReturn(); in setCallee() 129 DoesNotReturn = Call.doesNotReturn();
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
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();
|
D | TargetLowering.h | 3691 bool DoesNotReturn : 1; member 3719 DoesNotReturn(false), IsReturnValueUsed(true), IsConvergent(false), in CallLoweringInfo() 3763 DoesNotReturn = in setCallee() 3789 DoesNotReturn = Value; 3850 bool DoesNotReturn : 1; member 3856 : IsSExt(false), DoesNotReturn(false), IsReturnValueUsed(true), in MakeLibCallOptions() 3865 DoesNotReturn = Value;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
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();
|
D | TargetLowering.h | 3455 bool DoesNotReturn : 1; member 3481 DoesNotReturn(false), IsReturnValueUsed(true), IsConvergent(false), in CallLoweringInfo() 3524 DoesNotReturn = in setCallee() 3550 DoesNotReturn = Value; 3606 bool DoesNotReturn : 1; member 3612 : IsSExt(false), DoesNotReturn(false), IsReturnValueUsed(true), in MakeLibCallOptions() 3621 DoesNotReturn = Value;
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 2496 bool DoesNotReturn : 1; member 2519 IsInReg(false), DoesNotReturn(false), IsReturnValueUsed(true), in CallLoweringInfo() 2550 DoesNotReturn = in setCallee() 2576 DoesNotReturn = Value;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.cpp | 383 bool DoesNotReturn = CLI.DoesNotReturn; in LowerCall() local 581 unsigned OpCode = DoesNotReturn ? HexagonISD::CALLnr : HexagonISD::CALL; in LowerCall()
|
/external/llvm-project/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.cpp | 388 bool DoesNotReturn = CLI.DoesNotReturn; in LowerCall() local 589 unsigned OpCode = DoesNotReturn ? HexagonISD::CALLnr : HexagonISD::CALL; in LowerCall()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.cpp | 669 bool doesNotReturn = CLI.DoesNotReturn; in LowerCall()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 175 .setNoReturn(CallOptions.DoesNotReturn) in makeLibCall()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 171 .setNoReturn(CallOptions.DoesNotReturn) in makeLibCall()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 1586 bool doesNotRet = CLI.DoesNotReturn; in LowerCall()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 2096 bool doesNotRet = CLI.DoesNotReturn; in LowerCall()
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 2232 bool doesNotRet = CLI.DoesNotReturn; in LowerCall()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 3417 if (CLI.DoesNotReturn && !getTargetMachine().Options.TrapUnreachable) { in LowerCall()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 4304 if (CLI.DoesNotReturn && !getTargetMachine().Options.TrapUnreachable) { in LowerCall()
|