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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DPatchableFunction.cpp49 case TargetOpcode::EH_LABEL:
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h730 /// EH_LABEL - Represents a label in mid basic block used to track
733 EH_LABEL, enumerator in enum:llvm::ISD::NodeType
H A DMachineInstr.h1039 bool isEHLabel() const { return getOpcode() == TargetOpcode::EH_LABEL; }
1148 case TargetOpcode::EH_LABEL:
H A DSelectionDAGNodes.h2111 return N->getOpcode() == ISD::EH_LABEL ||
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.cpp305 case TargetOpcode::EH_LABEL:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp1023 case ISD::EH_LABEL:
1025 unsigned Opc = (Node->getOpcode() == ISD::EH_LABEL)
1026 ? TargetOpcode::EH_LABEL
H A DSelectionDAGDumper.cpp176 case ISD::EH_LABEL: return "eh_label";
H A DSelectionDAGISel.cpp1243 /// PrepareEHLandingPad - Emit an EH_LABEL, set up live-in registers, and
1277 const MCInstrDesc &II = TII->get(TargetOpcode::EH_LABEL);
2799 case ISD::EH_LABEL:
H A DScheduleDAGRRList.cpp712 case ISD::EH_LABEL:
H A DFastISel.cpp238 // If this is a landingpad, the first non-phi instruction will be an EH_LABEL.
244 /// order. Consider EH_LABEL instructions to be terminators as well, since local
555 FuncInfo.InsertPt->getOpcode() == TargetOpcode::EH_LABEL)
H A DLegalizeDAG.cpp2770 case ISD::EH_LABEL:
H A DSelectionDAG.cpp678 case ISD::EH_LABEL:
1821 return getLabelNode(ISD::EH_LABEL, dl, Root, Label);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRInstrInfo.cpp485 case TargetOpcode::EH_LABEL:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.cpp168 case TargetOpcode::EH_LABEL:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp469 case TargetOpcode::EH_LABEL:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1718 MIRBuilder.buildInstr(TargetOpcode::EH_LABEL).addSym(BeginSymbol);
1724 MIRBuilder.buildInstr(TargetOpcode::EH_LABEL).addSym(EndSymbol);
1768 MIRBuilder.buildInstr(TargetOpcode::EH_LABEL)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1117 case TargetOpcode::EH_LABEL:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp6040 case TargetOpcode::EH_LABEL:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp479 setOperationAction(ISD::EH_LABEL, MVT::Other, Expand);
[all...]

Completed in 343 milliseconds