OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LIFETIME_START
(Results
1 - 9
of
9
) sorted by null
/external/llvm/include/llvm/Target/
TargetOpcodes.h
93
LIFETIME_START
= 15,
/external/llvm/lib/CodeGen/
StackColoring.cpp
86
/// marked by the
LIFETIME_START
and LIFETIME_END pseudo instructions.
259
if (BI->getOpcode() != TargetOpcode::
LIFETIME_START
&&
265
bool IsStart = BI->getOpcode() == TargetOpcode::
LIFETIME_START
;
411
assert((MI->getOpcode() == TargetOpcode::
LIFETIME_START
||
415
bool IsStart = MI->getOpcode() == TargetOpcode::
LIFETIME_START
;
456
//
LIFETIME_START
appears after the LIFETIME_END marker.
515
if (I->getOpcode() == TargetOpcode::
LIFETIME_START
||
604
if (I->getOpcode() == TargetOpcode::
LIFETIME_START
||
/external/llvm/include/llvm/CodeGen/
ISDOpcodes.h
627
LIFETIME_START
, LIFETIME_END,
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.cpp
[
all
...]
SelectionDAGDumper.cpp
267
case ISD::
LIFETIME_START
: return "lifetime.start";
SelectionDAGISel.cpp
[
all
...]
ScheduleDAGRRList.cpp
678
case ISD::
LIFETIME_START
:
[
all
...]
SelectionDAG.cpp
[
all
...]
SelectionDAGBuilder.cpp
[
all
...]
Completed in 823 milliseconds