Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.cpp288 case TargetOpcode::EH_LABEL: in getInstSizeInBytes()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1212 EH_LABEL, enumerator
H A DMachineInstr.h1318 bool isEHLabel() const { return getOpcode() == TargetOpcode::EH_LABEL; }
H A DSelectionDAGNodes.h2432 return N->getOpcode() == ISD::EH_LABEL ||
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp1282 case ISD::EH_LABEL: in EmitSpecialNode()
1284 unsigned Opc = (Node->getOpcode() == ISD::EH_LABEL) in EmitSpecialNode()
1285 ? TargetOpcode::EH_LABEL in EmitSpecialNode()
H A DSelectionDAGISel.cpp1433 const MCInstrDesc &II = TII->get(TargetOpcode::EH_LABEL); in PrepareEHLandingPad()
1484 TII->get(TargetOpcode::EH_LABEL)) in reportIPToStateForBlocks()
1493 TII->get(TargetOpcode::EH_LABEL)) in reportIPToStateForBlocks()
3266 case ISD::EH_LABEL: in SelectCodeCommon()
H A DSelectionDAGDumper.cpp200 case ISD::EH_LABEL: return "eh_label"; in getOperationName()
H A DStatepointLowering.cpp342 if (CallEnd->getOpcode() == ISD::EH_LABEL) in lowerCallFromStatepointLoweringInfo()
H A DScheduleDAGRRList.cpp714 case ISD::EH_LABEL: in EmitNode()
H A DSelectionDAG.cpp1008 case ISD::EH_LABEL: in doNotCSE()
2356 return getLabelNode(ISD::EH_LABEL, dl, Root, Label); in getEHLabel()
H A DLegalizeDAG.cpp3157 case ISD::EH_LABEL: in ExpandNode()
H A DSelectionDAGBuilder.cpp10761 if (CallEnd->getOpcode() == ISD::EH_LABEL) in visitPatchpoint()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRInstrInfo.cpp485 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.cpp2964 MIRBuilder.buildInstr(TargetOpcode::EH_LABEL).addSym(BeginSymbol); in translateInvoke()
2976 MIRBuilder.buildInstr(TargetOpcode::EH_LABEL).addSym(EndSymbol); in translateInvoke()
3039 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.cpp1870 case TargetOpcode::EH_LABEL: in emitFunctionBody()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp4592 if (MI->getOpcode() == TargetOpcode::EH_LABEL) { in spillFPBP()
H A DX86ISelLowering.cpp570 setOperationAction(ISD::EH_LABEL, MVT::Other, Expand); in X86TargetLowering()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTarget.td1207 def EH_LABEL : StandardPseudoInstruction {