Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DPatchableFunction.cpp49 case TargetOpcode::EH_LABEL: in doesNotGeneratecode()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h978 EH_LABEL, enumerator
H A DMachineInstr.h1177 bool isEHLabel() const { return getOpcode() == TargetOpcode::EH_LABEL; }
1312 case TargetOpcode::EH_LABEL:
H A DSelectionDAGNodes.h2139 return N->getOpcode() == ISD::EH_LABEL ||
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.cpp293 case TargetOpcode::EH_LABEL: in getInstSizeInBytes()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp1135 case ISD::EH_LABEL: in EmitSpecialNode()
1137 unsigned Opc = (Node->getOpcode() == ISD::EH_LABEL) in EmitSpecialNode()
1138 ? TargetOpcode::EH_LABEL in EmitSpecialNode()
H A DSelectionDAGDumper.cpp178 case ISD::EH_LABEL: return "eh_label"; in getOperationName()
H A DSelectionDAGISel.cpp1274 const MCInstrDesc &II = TII->get(TargetOpcode::EH_LABEL); in PrepareEHLandingPad()
2850 case ISD::EH_LABEL: in SelectCodeCommon()
H A DFastISel.cpp414 FuncInfo.InsertPt->getOpcode() == TargetOpcode::EH_LABEL) in recomputeInsertPt()
H A DScheduleDAGRRList.cpp712 case ISD::EH_LABEL: in EmitNode()
H A DSelectionDAG.cpp787 case ISD::EH_LABEL: in doNotCSE()
1984 return getLabelNode(ISD::EH_LABEL, dl, Root, Label); in getEHLabel()
H A DLegalizeDAG.cpp2727 case ISD::EH_LABEL: in ExpandNode()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AVR/
H A DAVRInstrInfo.cpp485 case TargetOpcode::EH_LABEL: in getInstSizeInBytes()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.cpp168 case TargetOpcode::EH_LABEL: in reserveResources()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2457 MIRBuilder.buildInstr(TargetOpcode::EH_LABEL).addSym(BeginSymbol); in translateInvoke()
2466 MIRBuilder.buildInstr(TargetOpcode::EH_LABEL).addSym(EndSymbol); in translateInvoke()
2524 MIRBuilder.buildInstr(TargetOpcode::EH_LABEL) in translateLandingPad()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp729 case TargetOpcode::EH_LABEL: in getInstSizeInBytes()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DTargetOpcodes.def33 HANDLE_TARGET_OPCODE(EH_LABEL)
/netbsd/external/apache2/llvm/dist/llvm/docs/
H A DMIRLangRef.rst734 EH_LABEL <mcsymbol Ltmp1>
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1296 case TargetOpcode::EH_LABEL: in emitFunctionBody()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTarget.td1046 def EH_LABEL : StandardPseudoInstruction {
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp7146 case TargetOpcode::EH_LABEL: in getInstSizeInBytes()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp523 setOperationAction(ISD::EH_LABEL, MVT::Other, Expand); in X86TargetLowering()