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

  /external/llvm/include/llvm/Target/
TargetOpcodes.h 95 LIFETIME_END = 16,
  /external/llvm/lib/CodeGen/
StackColoring.cpp 87 /// marked by the LIFETIME_START and LIFETIME_END pseudo instructions.
247 MI.getOpcode() != TargetOpcode::LIFETIME_END)
388 MI->getOpcode() == TargetOpcode::LIFETIME_END) &&
432 // LIFETIME_START appears after the LIFETIME_END marker.
508 I.getOpcode() == TargetOpcode::LIFETIME_END)
582 I.getOpcode() == TargetOpcode::LIFETIME_END || I.isDebugValue())
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.cpp     [all...]
SelectionDAGDumper.cpp 309 case ISD::LIFETIME_END: return "lifetime.end";
SelectionDAGISel.cpp     [all...]
ScheduleDAGRRList.cpp 680 case ISD::LIFETIME_END:
    [all...]
SelectionDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonGenInsert.cpp     [all...]
HexagonBitSimplify.cpp     [all...]

Completed in 86 milliseconds