Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DStackColoring.cpp428 assert((MI.getOpcode() == TargetOpcode::LIFETIME_START || in getStartOrEndSlot()
448 if (MI.getOpcode() == TargetOpcode::LIFETIME_START || in isLifetimeStartOrEnd()
519 if (MI.getOpcode() == TargetOpcode::LIFETIME_START || in collectMarkers()
525 if (MI.getOpcode() == TargetOpcode::LIFETIME_START) { in collectMarkers()
535 DEBUG(dbgs() << (MI.getOpcode() == TargetOpcode::LIFETIME_START in collectMarkers()
841 if (I.getOpcode() == TargetOpcode::LIFETIME_START || in remapInstructions()
923 if (I.getOpcode() == TargetOpcode::LIFETIME_START || in removeInvalidSlotRanges()
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h751 LIFETIME_START, LIFETIME_END, enumerator
/external/llvm/lib/CodeGen/SelectionDAG/
DInstrEmitter.cpp925 case ISD::LIFETIME_START: in EmitSpecialNode()
927 unsigned TarOp = (Node->getOpcode() == ISD::LIFETIME_START) ? in EmitSpecialNode()
928 TargetOpcode::LIFETIME_START : TargetOpcode::LIFETIME_END; in EmitSpecialNode()
DSelectionDAGDumper.cpp309 case ISD::LIFETIME_START: return "lifetime.start"; in getOperationName()
DSelectionDAGISel.cpp2253 UserOpcode == ISD::LIFETIME_START || in WalkChainUsers()
2756 case ISD::LIFETIME_START: in SelectCodeCommon()
DScheduleDAGRRList.cpp679 case ISD::LIFETIME_START: in EmitNode()
DSelectionDAG.cpp4983 Opcode == ISD::LIFETIME_START || in getMemIntrinsicNode()
DSelectionDAGBuilder.cpp5569 unsigned Opcode = (IsStart ? ISD::LIFETIME_START : ISD::LIFETIME_END); in visitIntrinsicCall()
/external/llvm/include/llvm/Target/
DTargetOpcodes.def98 HANDLE_TARGET_OPCODE(LIFETIME_START, 15)
DTarget.td880 def LIFETIME_START : Instruction {
883 let AsmString = "LIFETIME_START";
/external/llvm/lib/Target/Hexagon/
DHexagonGenInsert.cpp1438 if (Opc == TargetOpcode::LIFETIME_START || in removeDeadCode()
DHexagonBitSimplify.cpp952 if (Opc == TargetOpcode::LIFETIME_START || in runOnNode()