Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/CodeGen/
HDStackColoring.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()
/NextBSD/contrib/llvm/include/llvm/Target/
HDTargetOpcodes.h94 LIFETIME_START = 15, enumerator
HDTarget.td831 def LIFETIME_START : Instruction {
834 let AsmString = "LIFETIME_START";
/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDISDOpcodes.h711 LIFETIME_START, LIFETIME_END, enumerator
/NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/
HDInstrEmitter.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()
HDSelectionDAGDumper.cpp294 case ISD::LIFETIME_START: return "lifetime.start"; in getOperationName()
HDSelectionDAGISel.cpp2092 UserOpcode == ISD::LIFETIME_START || in WalkChainUsers()
2581 case ISD::LIFETIME_START: in SelectCodeCommon()
HDScheduleDAGRRList.cpp679 case ISD::LIFETIME_START: in EmitNode()
HDSelectionDAG.cpp4840 Opcode == ISD::LIFETIME_START || in getMemIntrinsicNode()
HDSelectionDAGBuilder.cpp4921 unsigned Opcode = (IsStart ? ISD::LIFETIME_START : ISD::LIFETIME_END); in visitIntrinsicCall()
/NextBSD/contrib/llvm/lib/Target/Hexagon/
HDHexagonGenInsert.cpp1441 if (Opc == TargetOpcode::LIFETIME_START || in removeDeadCode()