Home
last modified time | relevance | path

Searched refs:EH_LABEL (Results 1 – 18 of 18) sorted by relevance

/NextBSD/contrib/llvm/include/llvm/Target/
HDTargetOpcodes.h29 EH_LABEL = 3, enumerator
HDTarget.td752 def EH_LABEL : Instruction {
/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDISDOpcodes.h576 EH_LABEL, enumerator
HDMachineInstr.h736 bool isEHLabel() const { return getOpcode() == TargetOpcode::EH_LABEL; }
817 case TargetOpcode::EH_LABEL:
HDSelectionDAGNodes.h1799 : SDNode(ISD::EH_LABEL, Order, dl, getSDVTList(MVT::Other)), Label(L) {
1806 return N->getOpcode() == ISD::EH_LABEL;
/NextBSD/contrib/llvm/lib/CodeGen/
HDImplicitNullChecks.cpp332 TII->get(TargetOpcode::EH_LABEL)).addSym(HandlerLabel); in rewriteNullChecks()
/NextBSD/contrib/llvm/lib/Target/MSP430/
HDMSP430InstrInfo.cpp303 case TargetOpcode::EH_LABEL: in GetInstSizeInBytes()
/NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/
HDInstrEmitter.cpp916 case ISD::EH_LABEL: { in EmitSpecialNode()
919 TII->get(TargetOpcode::EH_LABEL)).addSym(S); in EmitSpecialNode()
HDSelectionDAGDumper.cpp141 case ISD::EH_LABEL: return "eh_label"; in getOperationName()
HDSelectionDAGISel.cpp934 const MCInstrDesc &II = TII->get(TargetOpcode::EH_LABEL); in PrepareEHLandingPad()
2091 UserOpcode == ISD::EH_LABEL || in WalkChainUsers()
2580 case ISD::EH_LABEL: in SelectCodeCommon()
HDFastISel.cpp348 FuncInfo.InsertPt->getOpcode() == TargetOpcode::EH_LABEL) in recomputeInsertPt()
HDScheduleDAGRRList.cpp683 case ISD::EH_LABEL: in EmitNode()
HDSelectionDAG.cpp605 case ISD::EH_LABEL: in doNotCSE()
1750 AddNodeIDNode(ID, ISD::EH_LABEL, getVTList(MVT::Other), Ops); in getEHLabel()
HDLegalizeDAG.cpp2903 case ISD::EH_LABEL: in ExpandNode()
/NextBSD/contrib/llvm/lib/Target/Hexagon/
HDHexagonMachineScheduler.cpp112 case TargetOpcode::EH_LABEL: in reserveResources()
/NextBSD/contrib/llvm/lib/CodeGen/AsmPrinter/
HDAsmPrinter.cpp826 case TargetOpcode::EH_LABEL: in EmitFunctionBody()
/NextBSD/contrib/llvm/lib/Target/AArch64/
HDAArch64InstrInfo.cpp52 case TargetOpcode::EH_LABEL: in GetInstSizeInBytes()
/NextBSD/contrib/llvm/lib/Target/X86/
HDX86ISelLowering.cpp473 setOperationAction(ISD::EH_LABEL, MVT::Other, Expand); in X86TargetLowering()