Searched refs:DoesNotReturn (Results 1 – 12 of 12) sorted by relevance
/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | FastISel.h | 77 bool DoesNotReturn : 1; member 103 DoesNotReturn(false), IsReturnValueUsed(true), IsPatchPoint(false) {} in CallLoweringInfo() 112 DoesNotReturn = Call.doesNotReturn(); in setCallee() 136 DoesNotReturn = Call.doesNotReturn();
|
D | TargetLowering.h | 3041 bool DoesNotReturn : 1; member 3067 DoesNotReturn(false), IsReturnValueUsed(true), IsConvergent(false), in CallLoweringInfo() 3110 DoesNotReturn = in setCallee() 3136 DoesNotReturn = Value;
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Function.h | 240 void setDoesNotReturn(bool DoesNotReturn = true) { 241 if (DoesNotReturn) addFnAttr(Attribute::NoReturn);
|
D | Instructions.h | 1299 void setDoesNotReturn(bool DoesNotReturn = true) { 1300 if (DoesNotReturn) addAttribute(~0, Attribute::NoReturn); 2771 void setDoesNotReturn(bool DoesNotReturn = true) { 2772 if (DoesNotReturn) addAttribute(~0, Attribute::NoReturn);
|
/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-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.cpp | 323 bool DoesNotReturn = CLI.DoesNotReturn; in LowerCall() local 525 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/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 1586 bool doesNotRet = CLI.DoesNotReturn; in LowerCall()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 1783 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-7.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 3969 if (CLI.DoesNotReturn && !getTargetMachine().Options.TrapUnreachable) { in LowerCall()
|