Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DPatchableFunction.cpp49 case TargetOpcode::EH_LABEL: in doesNotGeneratecode()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h988 EH_LABEL, enumerator
H A DMachineInstr.h1188 bool isEHLabel() const { return getOpcode() == TargetOpcode::EH_LABEL; }
1324 case TargetOpcode::EH_LABEL:
H A DSelectionDAGNodes.h2151 return N->getOpcode() == ISD::EH_LABEL ||
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.cpp293 case TargetOpcode::EH_LABEL: in getInstSizeInBytes()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp1174 case ISD::EH_LABEL: in EmitSpecialNode()
1176 unsigned Opc = (Node->getOpcode() == ISD::EH_LABEL) in EmitSpecialNode()
1177 ? TargetOpcode::EH_LABEL in EmitSpecialNode()
H A DSelectionDAGDumper.cpp178 case ISD::EH_LABEL: return "eh_label"; in getOperationName()
H A DSelectionDAGISel.cpp1283 const MCInstrDesc &II = TII->get(TargetOpcode::EH_LABEL); in PrepareEHLandingPad()
2864 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.cpp788 case ISD::EH_LABEL: in doNotCSE()
1991 return getLabelNode(ISD::EH_LABEL, dl, Root, Label); in getEHLabel()
H A DLegalizeDAG.cpp2714 case ISD::EH_LABEL: in ExpandNode()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRInstrInfo.cpp485 case TargetOpcode::EH_LABEL: in getInstSizeInBytes()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.cpp168 case TargetOpcode::EH_LABEL: in reserveResources()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2500 MIRBuilder.buildInstr(TargetOpcode::EH_LABEL).addSym(BeginSymbol); in translateInvoke()
2509 MIRBuilder.buildInstr(TargetOpcode::EH_LABEL).addSym(EndSymbol); in translateInvoke()
2567 MIRBuilder.buildInstr(TargetOpcode::EH_LABEL) in translateLandingPad()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DTargetOpcodes.def33 HANDLE_TARGET_OPCODE(EH_LABEL)
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp735 case TargetOpcode::EH_LABEL: in getInstSizeInBytes()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1310 case TargetOpcode::EH_LABEL: in emitFunctionBody()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/
H A DTarget.td1046 def EH_LABEL : StandardPseudoInstruction {
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp524 setOperationAction(ISD::EH_LABEL, MVT::Other, Expand); in X86TargetLowering()