Searched refs:EH_LABEL (Results 1 - 17 of 17) sorted by relevance
/external/llvm/include/llvm/Target/ |
H A D | TargetOpcodes.h | 29 EH_LABEL = 3, enumerator in enum:llvm::TargetOpcode::__anon12092
|
/external/llvm/include/llvm/CodeGen/ |
H A D | ISDOpcodes.h | 590 /// EH_LABEL - Represents a label in mid basic block used to track 593 EH_LABEL, enumerator in enum:llvm::ISD::NodeType
|
H A D | MachineInstr.h | 743 bool isEHLabel() const { return getOpcode() == TargetOpcode::EH_LABEL; } 824 case TargetOpcode::EH_LABEL:
|
H A 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/ |
H A D | ImplicitNullChecks.cpp | 403 // Emit the HandlerLabel as an EH_LABEL. 405 TII->get(TargetOpcode::EH_LABEL)).addSym(HandlerLabel);
|
/external/llvm/lib/Target/MSP430/ |
H A D | MSP430InstrInfo.cpp | 301 case TargetOpcode::EH_LABEL:
|
/external/llvm/lib/Target/Hexagon/ |
H A D | HexagonMachineScheduler.cpp | 112 case TargetOpcode::EH_LABEL:
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | InstrEmitter.cpp | 916 case ISD::EH_LABEL: { 919 TII->get(TargetOpcode::EH_LABEL)).addSym(S);
|
H A D | SelectionDAGDumper.cpp | 148 case ISD::EH_LABEL: return "eh_label";
|
H A D | SelectionDAGISel.cpp | 976 /// PrepareEHLandingPad - Emit an EH_LABEL, set up live-in registers, and 1012 const MCInstrDesc &II = TII->get(TargetOpcode::EH_LABEL); 2130 UserOpcode == ISD::EH_LABEL || 2619 case ISD::EH_LABEL:
|
H A D | FastISel.cpp | 348 FuncInfo.InsertPt->getOpcode() == TargetOpcode::EH_LABEL)
|
H A D | ScheduleDAGRRList.cpp | 683 case ISD::EH_LABEL:
|
H A D | SelectionDAG.cpp | 581 case ISD::EH_LABEL: 1730 AddNodeIDNode(ID, ISD::EH_LABEL, getVTList(MVT::Other), Ops);
|
H A D | LegalizeDAG.cpp | 3017 case ISD::EH_LABEL:
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinter.cpp | 877 case TargetOpcode::EH_LABEL:
|
/external/llvm/lib/Target/AArch64/ |
H A D | AArch64InstrInfo.cpp | 51 case TargetOpcode::EH_LABEL:
|
/external/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 491 setOperationAction(ISD::EH_LABEL, MVT::Other, Expand); [all...] |
Completed in 276 milliseconds