OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DoesNotReturn
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
FastISel.h
75
bool
DoesNotReturn
: 1;
101
DoesNotReturn
(false), IsReturnValueUsed(true), IsPatchPoint(false) {}
110
DoesNotReturn
= Call.
doesNotReturn
();
134
DoesNotReturn
= Call.
doesNotReturn
();
TargetLowering.h
3708
bool
DoesNotReturn
: 1;
3736
DoesNotReturn
(false), IsReturnValueUsed(true), IsConvergent(false),
3780
DoesNotReturn
=
3781
Call.
doesNotReturn
() ||
3806
DoesNotReturn
= Value;
3867
bool
DoesNotReturn
: 1;
3873
: IsSExt(false),
DoesNotReturn
(false), IsReturnValueUsed(true),
3882
DoesNotReturn
= Value;
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp
411
bool
DoesNotReturn
= CLI.
DoesNotReturn
;
612
unsigned OpCode =
DoesNotReturn
? HexagonISD::CALLnr : HexagonISD::CALL;
/src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
M68kISelLowering.cpp
812
if (CLI.
DoesNotReturn
&& !getTargetMachine().Options.TrapUnreachable) {
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp
193
.setNoReturn(CallOptions.
DoesNotReturn
)
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.cpp
2237
bool doesNotRet = CLI.
DoesNotReturn
;
Completed in 43 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026