Searched refs:EH_LABEL (Results 1 – 19 of 19) sorted by relevance
/external/llvm/include/llvm/Target/ |
D | TargetOpcodes.h | 29 EH_LABEL = 3, enumerator
|
D | Target.td | 777 def EH_LABEL : Instruction {
|
/external/llvm/test/CodeGen/X86/ |
D | 2009-03-16-PHIElimInLPad.ll | 2 ; Check that register copies in the landing pad come after the EH_LABEL
|
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 593 EH_LABEL, enumerator
|
D | MachineInstr.h | 743 bool isEHLabel() const { return getOpcode() == TargetOpcode::EH_LABEL; } 824 case TargetOpcode::EH_LABEL:
|
D | SelectionDAGNodes.h | 1813 : SDNode(ISD::EH_LABEL, Order, dl, getSDVTList(MVT::Other)), Label(L) { 1820 return N->getOpcode() == ISD::EH_LABEL;
|
/external/llvm/lib/CodeGen/ |
D | ImplicitNullChecks.cpp | 405 TII->get(TargetOpcode::EH_LABEL)).addSym(HandlerLabel); in rewriteNullChecks()
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430InstrInfo.cpp | 301 case TargetOpcode::EH_LABEL: in GetInstSizeInBytes()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | InstrEmitter.cpp | 916 case ISD::EH_LABEL: { in EmitSpecialNode() 919 TII->get(TargetOpcode::EH_LABEL)).addSym(S); in EmitSpecialNode()
|
D | SelectionDAGDumper.cpp | 148 case ISD::EH_LABEL: return "eh_label"; in getOperationName()
|
D | SelectionDAGISel.cpp | 1012 const MCInstrDesc &II = TII->get(TargetOpcode::EH_LABEL); in PrepareEHLandingPad() 2130 UserOpcode == ISD::EH_LABEL || in WalkChainUsers() 2619 case ISD::EH_LABEL: in SelectCodeCommon()
|
D | FastISel.cpp | 348 FuncInfo.InsertPt->getOpcode() == TargetOpcode::EH_LABEL) in recomputeInsertPt()
|
D | ScheduleDAGRRList.cpp | 683 case ISD::EH_LABEL: in EmitNode()
|
D | SelectionDAG.cpp | 581 case ISD::EH_LABEL: in doNotCSE() 1730 AddNodeIDNode(ID, ISD::EH_LABEL, getVTList(MVT::Other), Ops); in getEHLabel()
|
D | LegalizeDAG.cpp | 3017 case ISD::EH_LABEL: in ExpandNode()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonMachineScheduler.cpp | 112 case TargetOpcode::EH_LABEL: in reserveResources()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 877 case TargetOpcode::EH_LABEL: in EmitFunctionBody()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.cpp | 51 case TargetOpcode::EH_LABEL: in GetInstSizeInBytes()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 491 setOperationAction(ISD::EH_LABEL, MVT::Other, Expand); in X86TargetLowering()
|