|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/CodeGen/MachineInstr.h 1039 bool isEHLabel() const { return getOpcode() == TargetOpcode::EH_LABEL; }
1148 case TargetOpcode::EH_LABEL:
lib/CodeGen/AsmPrinter/AsmPrinter.cpp 1087 case TargetOpcode::EH_LABEL:
lib/CodeGen/GlobalISel/IRTranslator.cpp 1701 MIRBuilder.buildInstr(TargetOpcode::EH_LABEL).addSym(BeginSymbol);
1707 MIRBuilder.buildInstr(TargetOpcode::EH_LABEL).addSym(EndSymbol);
1751 MIRBuilder.buildInstr(TargetOpcode::EH_LABEL)
lib/CodeGen/PatchableFunction.cpp 48 case TargetOpcode::EH_LABEL:
lib/CodeGen/SelectionDAG/FastISel.cpp 540 FuncInfo.InsertPt->getOpcode() == TargetOpcode::EH_LABEL)
lib/CodeGen/SelectionDAG/InstrEmitter.cpp 1025 ? TargetOpcode::EH_LABEL
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp 1258 const MCInstrDesc &II = TII->get(TargetOpcode::EH_LABEL);
lib/Target/AMDGPU/SIInstrInfo.cpp 6031 case TargetOpcode::EH_LABEL:
lib/Target/AVR/AVRInstrInfo.cpp 485 case TargetOpcode::EH_LABEL:
lib/Target/Hexagon/HexagonMachineScheduler.cpp 168 case TargetOpcode::EH_LABEL:
lib/Target/MSP430/MSP430InstrInfo.cpp 305 case TargetOpcode::EH_LABEL:
lib/Target/RISCV/RISCVInstrInfo.cpp 455 case TargetOpcode::EH_LABEL: