| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | PatchableFunction.cpp | 49 case TargetOpcode::EH_LABEL: in doesNotGeneratecode()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 978 EH_LABEL, enumerator
|
| H A D | MachineInstr.h | 1177 bool isEHLabel() const { return getOpcode() == TargetOpcode::EH_LABEL; } 1312 case TargetOpcode::EH_LABEL:
|
| H A D | SelectionDAGNodes.h | 2139 return N->getOpcode() == ISD::EH_LABEL ||
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/ |
| H A D | MSP430InstrInfo.cpp | 293 case TargetOpcode::EH_LABEL: in getInstSizeInBytes()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | InstrEmitter.cpp | 1135 case ISD::EH_LABEL: in EmitSpecialNode() 1137 unsigned Opc = (Node->getOpcode() == ISD::EH_LABEL) in EmitSpecialNode() 1138 ? TargetOpcode::EH_LABEL in EmitSpecialNode()
|
| H A D | SelectionDAGDumper.cpp | 178 case ISD::EH_LABEL: return "eh_label"; in getOperationName()
|
| H A D | SelectionDAGISel.cpp | 1274 const MCInstrDesc &II = TII->get(TargetOpcode::EH_LABEL); in PrepareEHLandingPad() 2850 case ISD::EH_LABEL: in SelectCodeCommon()
|
| H A D | FastISel.cpp | 414 FuncInfo.InsertPt->getOpcode() == TargetOpcode::EH_LABEL) in recomputeInsertPt()
|
| H A D | ScheduleDAGRRList.cpp | 712 case ISD::EH_LABEL: in EmitNode()
|
| H A D | SelectionDAG.cpp | 787 case ISD::EH_LABEL: in doNotCSE() 1984 return getLabelNode(ISD::EH_LABEL, dl, Root, Label); in getEHLabel()
|
| H A D | LegalizeDAG.cpp | 2727 case ISD::EH_LABEL: in ExpandNode()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/ |
| H A D | AVRInstrInfo.cpp | 485 case TargetOpcode::EH_LABEL: in getInstSizeInBytes()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| H A D | HexagonMachineScheduler.cpp | 168 case TargetOpcode::EH_LABEL: in reserveResources()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
| H A D | IRTranslator.cpp | 2457 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-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| H A D | TargetOpcodes.def | 33 HANDLE_TARGET_OPCODE(EH_LABEL)
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfo.cpp | 729 case TargetOpcode::EH_LABEL: in getInstSizeInBytes()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | MIRLangRef.rst | 734 EH_LABEL <mcsymbol Ltmp1>
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 1296 case TargetOpcode::EH_LABEL: in emitFunctionBody()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/ |
| H A D | Target.td | 1046 def EH_LABEL : StandardPseudoInstruction {
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | SIInstrInfo.cpp | 7146 case TargetOpcode::EH_LABEL: in getInstSizeInBytes()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 523 setOperationAction(ISD::EH_LABEL, MVT::Other, Expand); in X86TargetLowering()
|