Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.cpp293 case TargetOpcode::EH_LABEL: in getInstSizeInBytes()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1143 EH_LABEL, enumerator
H A DMachineInstr.h1320 bool isEHLabel() const { return getOpcode() == TargetOpcode::EH_LABEL; }
H A DSelectionDAGNodes.h2317 return N->getOpcode() == ISD::EH_LABEL ||
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp1281 case ISD::EH_LABEL: in EmitSpecialNode()
1283 unsigned Opc = (Node->getOpcode() == ISD::EH_LABEL) in EmitSpecialNode()
1284 ? TargetOpcode::EH_LABEL in EmitSpecialNode()
H A DSelectionDAGISel.cpp1417 const MCInstrDesc &II = TII->get(TargetOpcode::EH_LABEL); in PrepareEHLandingPad()
1469 TII->get(TargetOpcode::EH_LABEL)) in reportIPToStateForBlocks()
1478 TII->get(TargetOpcode::EH_LABEL)) in reportIPToStateForBlocks()
3211 case ISD::EH_LABEL: in SelectCodeCommon()
H A DSelectionDAGDumper.cpp190 case ISD::EH_LABEL: return "eh_label"; in getOperationName()
H A DStatepointLowering.cpp343 if (CallEnd->getOpcode() == ISD::EH_LABEL) in lowerCallFromStatepointLoweringInfo()
H A DScheduleDAGRRList.cpp714 case ISD::EH_LABEL: in EmitNode()
H A DSelectionDAG.cpp974 case ISD::EH_LABEL: in doNotCSE()
2298 return getLabelNode(ISD::EH_LABEL, dl, Root, Label); in getEHLabel()
H A DLegalizeDAG.cpp3127 case ISD::EH_LABEL: in ExpandNode()
H A DSelectionDAGBuilder.cpp10599 if (CallEnd->getOpcode() == ISD::EH_LABEL) in visitPatchpoint()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRInstrInfo.cpp488 case TargetOpcode::EH_LABEL: in getInstSizeInBytes()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DVLIWMachineScheduler.cpp173 case TargetOpcode::EH_LABEL: in reserveResources()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2917 MIRBuilder.buildInstr(TargetOpcode::EH_LABEL).addSym(BeginSymbol); in translateInvoke()
2929 MIRBuilder.buildInstr(TargetOpcode::EH_LABEL).addSym(EndSymbol); in translateInvoke()
2992 MIRBuilder.buildInstr(TargetOpcode::EH_LABEL) in translateLandingPad()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DTargetOpcodes.def33 HANDLE_TARGET_OPCODE(EH_LABEL)
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1757 case TargetOpcode::EH_LABEL: in emitFunctionBody()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTarget.td1202 def EH_LABEL : StandardPseudoInstruction {
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp566 setOperationAction(ISD::EH_LABEL, MVT::Other, Expand); in X86TargetLowering()