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

  /external/llvm/include/llvm/Target/
TargetOpcodes.h 95 LIFETIME_END = 16,
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 679 LIFETIME_START, LIFETIME_END,
    [all...]
  /external/llvm/lib/CodeGen/
StackColoring.cpp 88 /// marked by the LIFETIME_START and LIFETIME_END pseudo instructions.
248 MI.getOpcode() != TargetOpcode::LIFETIME_END)
389 MI->getOpcode() == TargetOpcode::LIFETIME_END) &&
433 // LIFETIME_START appears after the LIFETIME_END marker.
508 I.getOpcode() == TargetOpcode::LIFETIME_END)
582 I.getOpcode() == TargetOpcode::LIFETIME_END || I.isDebugValue())
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 281 case ISD::LIFETIME_END: return "lifetime.end";
InstrEmitter.cpp     [all...]
SelectionDAGISel.cpp     [all...]
ScheduleDAGRRList.cpp 681 case ISD::LIFETIME_END:
    [all...]
SelectionDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]

Completed in 106 milliseconds