HomeSort by relevance Sort by last modified time
    Searched refs:LIFETIME_START (Results 1 - 11 of 11) sorted by null

  /external/llvm/include/llvm/Target/
TargetOpcodes.h 94 LIFETIME_START = 15,
  /external/llvm/lib/CodeGen/
StackColoring.cpp 87 /// marked by the LIFETIME_START and LIFETIME_END pseudo instructions.
246 if (MI.getOpcode() != TargetOpcode::LIFETIME_START &&
252 bool IsStart = MI.getOpcode() == TargetOpcode::LIFETIME_START;
387 assert((MI->getOpcode() == TargetOpcode::LIFETIME_START ||
391 bool IsStart = MI->getOpcode() == TargetOpcode::LIFETIME_START;
432 // LIFETIME_START appears after the LIFETIME_END marker.
507 if (I.getOpcode() == TargetOpcode::LIFETIME_START ||
581 if (I.getOpcode() == TargetOpcode::LIFETIME_START ||
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.cpp     [all...]
SelectionDAGDumper.cpp 308 case ISD::LIFETIME_START: return "lifetime.start";
SelectionDAGISel.cpp     [all...]
ScheduleDAGRRList.cpp 679 case ISD::LIFETIME_START:
    [all...]
SelectionDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonGenInsert.cpp     [all...]
HexagonBitSimplify.cpp     [all...]

Completed in 146 milliseconds