OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LIFETIME_END
(Results
1 - 9
of
9
) sorted by null
/external/llvm/include/llvm/Target/
TargetOpcodes.h
94
LIFETIME_END
= 16
/external/llvm/include/llvm/CodeGen/
ISDOpcodes.h
627
LIFETIME_START,
LIFETIME_END
,
[
all
...]
/external/llvm/lib/CodeGen/
StackColoring.cpp
86
/// marked by the LIFETIME_START and
LIFETIME_END
pseudo instructions.
260
BI->getOpcode() != TargetOpcode::
LIFETIME_END
)
412
MI->getOpcode() == TargetOpcode::
LIFETIME_END
) &&
456
// LIFETIME_START appears after the
LIFETIME_END
marker.
516
I->getOpcode() == TargetOpcode::
LIFETIME_END
)
605
I->getOpcode() == TargetOpcode::
LIFETIME_END
|| I->isDebugValue())
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp
268
case ISD::
LIFETIME_END
: return "lifetime.end";
InstrEmitter.cpp
[
all
...]
SelectionDAGISel.cpp
[
all
...]
ScheduleDAGRRList.cpp
679
case ISD::
LIFETIME_END
:
[
all
...]
SelectionDAG.cpp
[
all
...]
SelectionDAGBuilder.cpp
[
all
...]
Completed in 198 milliseconds