Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1100 EH_LABEL, enumerator
H A DMachineInstr.h1285 bool isEHLabel() const { return getOpcode() == TargetOpcode::EH_LABEL; }
H A DSelectionDAGNodes.h2271 return N->getOpcode() == ISD::EH_LABEL ||
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.cpp293 case TargetOpcode::EH_LABEL: in getInstSizeInBytes()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp1243 case ISD::EH_LABEL: in EmitSpecialNode()
1245 unsigned Opc = (Node->getOpcode() == ISD::EH_LABEL) in EmitSpecialNode()
1246 ? TargetOpcode::EH_LABEL in EmitSpecialNode()
H A DSelectionDAGISel.cpp1306 const MCInstrDesc &II = TII->get(TargetOpcode::EH_LABEL); in PrepareEHLandingPad()
1355 TII->get(TargetOpcode::EH_LABEL)) in reportIPToStateForBlocks()
1364 TII->get(TargetOpcode::EH_LABEL)) in reportIPToStateForBlocks()
3077 case ISD::EH_LABEL: in SelectCodeCommon()
H A DSelectionDAGDumper.cpp184 case ISD::EH_LABEL: return "eh_label"; in getOperationName()
H A DScheduleDAGRRList.cpp714 case ISD::EH_LABEL: in EmitNode()
H A DSelectionDAG.cpp971 case ISD::EH_LABEL: in doNotCSE()
2259 return getLabelNode(ISD::EH_LABEL, dl, Root, Label); in getEHLabel()
H A DLegalizeDAG.cpp3059 case ISD::EH_LABEL: in ExpandNode()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRInstrInfo.cpp488 case TargetOpcode::EH_LABEL: in getInstSizeInBytes()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DVLIWMachineScheduler.cpp173 case TargetOpcode::EH_LABEL: in reserveResources()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2751 MIRBuilder.buildInstr(TargetOpcode::EH_LABEL).addSym(BeginSymbol); in translateInvoke()
2763 MIRBuilder.buildInstr(TargetOpcode::EH_LABEL).addSym(EndSymbol); in translateInvoke()
2827 MIRBuilder.buildInstr(TargetOpcode::EH_LABEL) in translateLandingPad()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DTargetOpcodes.def33 HANDLE_TARGET_OPCODE(EH_LABEL)
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1748 case TargetOpcode::EH_LABEL: in emitFunctionBody()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/
H A DTarget.td1174 def EH_LABEL : StandardPseudoInstruction {
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp518 setOperationAction(ISD::EH_LABEL, MVT::Other, Expand); in X86TargetLowering()