Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Target/
DTargetOpcodes.h29 EH_LABEL = 3, enumerator
DTarget.td777 def EH_LABEL : Instruction {
/external/llvm/test/CodeGen/X86/
D2009-03-16-PHIElimInLPad.ll2 ; Check that register copies in the landing pad come after the EH_LABEL
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h593 EH_LABEL, enumerator
DMachineInstr.h743 bool isEHLabel() const { return getOpcode() == TargetOpcode::EH_LABEL; }
824 case TargetOpcode::EH_LABEL:
DSelectionDAGNodes.h1813 : SDNode(ISD::EH_LABEL, Order, dl, getSDVTList(MVT::Other)), Label(L) {
1820 return N->getOpcode() == ISD::EH_LABEL;
/external/llvm/lib/CodeGen/
DImplicitNullChecks.cpp405 TII->get(TargetOpcode::EH_LABEL)).addSym(HandlerLabel); in rewriteNullChecks()
/external/llvm/lib/Target/MSP430/
DMSP430InstrInfo.cpp301 case TargetOpcode::EH_LABEL: in GetInstSizeInBytes()
/external/llvm/lib/CodeGen/SelectionDAG/
DInstrEmitter.cpp916 case ISD::EH_LABEL: { in EmitSpecialNode()
919 TII->get(TargetOpcode::EH_LABEL)).addSym(S); in EmitSpecialNode()
DSelectionDAGDumper.cpp148 case ISD::EH_LABEL: return "eh_label"; in getOperationName()
DSelectionDAGISel.cpp1012 const MCInstrDesc &II = TII->get(TargetOpcode::EH_LABEL); in PrepareEHLandingPad()
2130 UserOpcode == ISD::EH_LABEL || in WalkChainUsers()
2619 case ISD::EH_LABEL: in SelectCodeCommon()
DFastISel.cpp348 FuncInfo.InsertPt->getOpcode() == TargetOpcode::EH_LABEL) in recomputeInsertPt()
DScheduleDAGRRList.cpp683 case ISD::EH_LABEL: in EmitNode()
DSelectionDAG.cpp581 case ISD::EH_LABEL: in doNotCSE()
1730 AddNodeIDNode(ID, ISD::EH_LABEL, getVTList(MVT::Other), Ops); in getEHLabel()
DLegalizeDAG.cpp3017 case ISD::EH_LABEL: in ExpandNode()
/external/llvm/lib/Target/Hexagon/
DHexagonMachineScheduler.cpp112 case TargetOpcode::EH_LABEL: in reserveResources()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp877 case TargetOpcode::EH_LABEL: in EmitFunctionBody()
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.cpp51 case TargetOpcode::EH_LABEL: in GetInstSizeInBytes()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp491 setOperationAction(ISD::EH_LABEL, MVT::Other, Expand); in X86TargetLowering()