Home
last modified time | relevance | path

Searched refs:LIFETIME_START (Results 1 – 12 of 12) sorted by relevance

/external/llvm/lib/CodeGen/
DStackColoring.cpp246 if (MI.getOpcode() != TargetOpcode::LIFETIME_START && in collectMarkers()
252 bool IsStart = MI.getOpcode() == TargetOpcode::LIFETIME_START; in collectMarkers()
387 assert((MI->getOpcode() == TargetOpcode::LIFETIME_START || in calculateLiveIntervals()
391 bool IsStart = MI->getOpcode() == TargetOpcode::LIFETIME_START; in calculateLiveIntervals()
507 if (I.getOpcode() == TargetOpcode::LIFETIME_START || in remapInstructions()
581 if (I.getOpcode() == TargetOpcode::LIFETIME_START || in removeInvalidSlotRanges()
/external/llvm/include/llvm/Target/
DTargetOpcodes.h94 LIFETIME_START = 15, enumerator
DTarget.td856 def LIFETIME_START : Instruction {
859 let AsmString = "LIFETIME_START";
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h742 LIFETIME_START, LIFETIME_END, enumerator
/external/llvm/lib/CodeGen/SelectionDAG/
DInstrEmitter.cpp923 case ISD::LIFETIME_START: in EmitSpecialNode()
925 unsigned TarOp = (Node->getOpcode() == ISD::LIFETIME_START) ? in EmitSpecialNode()
926 TargetOpcode::LIFETIME_START : TargetOpcode::LIFETIME_END; in EmitSpecialNode()
DSelectionDAGDumper.cpp308 case ISD::LIFETIME_START: return "lifetime.start"; in getOperationName()
DSelectionDAGISel.cpp2131 UserOpcode == ISD::LIFETIME_START || in WalkChainUsers()
2620 case ISD::LIFETIME_START: in SelectCodeCommon()
DScheduleDAGRRList.cpp679 case ISD::LIFETIME_START: in EmitNode()
DSelectionDAG.cpp4969 Opcode == ISD::LIFETIME_START || in getMemIntrinsicNode()
DSelectionDAGBuilder.cpp5143 unsigned Opcode = (IsStart ? ISD::LIFETIME_START : ISD::LIFETIME_END); in visitIntrinsicCall()
/external/llvm/lib/Target/Hexagon/
DHexagonGenInsert.cpp1440 if (Opc == TargetOpcode::LIFETIME_START || in removeDeadCode()
DHexagonBitSimplify.cpp960 if (Opc == TargetOpcode::LIFETIME_START || in runOnNode()