Home
last modified time | relevance | path

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

12345

/external/llvm-project/llvm/test/CodeGen/WebAssembly/
Deh-labels.mir4 # EH_LABEL instructions.
23 ; TRY should be before EH_LABEL wrappers of throwing calls
25 ; CHECK-NEXT: EH_LABEL
27 ; CHECK-NEXT: EH_LABEL
29 EH_LABEL <mcsymbol .Ltmp0>
31 EH_LABEL <mcsymbol .Ltmp1>
37 ; CATCH should be after an EH_LABEL at the beginning of an EH pad
38 ; CHECK: EH_LABEL
40 EH_LABEL <mcsymbol .Ltmp2>
/external/llvm-project/llvm/test/CodeGen/X86/
Dstatepoint-fixup-shared-ehpad.mir107 ; CHECK: EH_LABEL <mcsymbol Ltmp0>
115 ; CHECK: EH_LABEL <mcsymbol Ltmp1>
120 ; CHECK: EH_LABEL <mcsymbol Ltmp2>
128 ; CHECK: EH_LABEL <mcsymbol Ltmp3>
132 ; CHECK: EH_LABEL <mcsymbol Ltmp4>
151 EH_LABEL <mcsymbol Ltmp0>
155 EH_LABEL <mcsymbol Ltmp1>
162 EH_LABEL <mcsymbol Ltmp2>
166 EH_LABEL <mcsymbol Ltmp3>
178 EH_LABEL <mcsymbol Ltmp4>
Dstatepoint-fixup-invoke.mir92 ; CHECK: EH_LABEL <mcsymbol .Ltmp0>
98 ; CHECK: EH_LABEL <mcsymbol .Ltmp1>
109 ; CHECK: EH_LABEL <mcsymbol .Ltmp2>
120 EH_LABEL <mcsymbol .Ltmp0>
124 EH_LABEL <mcsymbol .Ltmp1>
141 EH_LABEL <mcsymbol .Ltmp2>
Dwin64-eh-empty-block-2.mir181 EH_LABEL <mcsymbol .Leh1>
183 EH_LABEL <mcsymbol .Leh2>
189 EH_LABEL <mcsymbol .Leh3>
191 EH_LABEL <mcsymbol .Leh4>
197 EH_LABEL <mcsymbol .Leh5>
199 EH_LABEL <mcsymbol .Leh6>
D2009-03-16-PHIElimInLPad.ll2 ; Check that register copies in the landing pad come after the EH_LABEL
Dsink-local-value.ll132 ; before any EH_LABEL.
167 ; before any EH_LABEL.
/external/llvm-project/llvm/test/CodeGen/AArch64/GlobalISel/
Dirtranslator-exceptions.ll13 ; CHECK: EH_LABEL
17 ; CHECK: EH_LABEL
21 ; CHECK: EH_LABEL
96 ; CHECK: EH_LABEL
98 ; CHECK: EH_LABEL
103 ; CHECK: EH_LABEL
Dlegalize-exceptions.ll16 ; CHECK: EH_LABEL
/external/llvm-project/llvm/test/CodeGen/Hexagon/
Drdf-ehlabel-live.mir6 # CHECK: EH_LABEL
15 EH_LABEL 0
/external/llvm-project/llvm/test/CodeGen/AArch64/
Dunwind-preserved-from-mir.mir85 ; CHECK: EH_LABEL <mcsymbol .Ltmp0>
88 ; CHECK: EH_LABEL <mcsymbol .Ltmp1>
105 ; CHECK: EH_LABEL <mcsymbol .Ltmp2>
123 EH_LABEL <mcsymbol .Ltmp0>
129 EH_LABEL <mcsymbol .Ltmp1>
139 EH_LABEL <mcsymbol .Ltmp2>
/external/llvm-project/llvm/test/CodeGen/AMDGPU/
Dwaitcnt-meta-instructions.mir46 ; GCN: EH_LABEL <mcsymbol Ltmp0>, implicit $vgpr0
48 EH_LABEL <mcsymbol Ltmp0>, implicit $vgpr0
Dwaitcnt-skip-meta.mir39 # CHECK: EH_LABEL
45 EH_LABEL 0
/external/llvm-project/llvm/test/CodeGen/PowerPC/
Dblock-placement-1.mir222 EH_LABEL <mcsymbol .Ltmp0>
224 EH_LABEL <mcsymbol .Ltmp1>
234 EH_LABEL <mcsymbol .Ltmp2>
244 EH_LABEL <mcsymbol .Ltmp3>
246 EH_LABEL <mcsymbol .Ltmp4>
261 EH_LABEL <mcsymbol .Ltmp5>
/external/llvm/test/CodeGen/X86/
D2009-03-16-PHIElimInLPad.ll2 ; Check that register copies in the landing pad come after the EH_LABEL
/external/llvm/lib/CodeGen/
DPatchableFunction.cpp49 case TargetOpcode::EH_LABEL: in doesNotGeneratecode()
/external/llvm-project/llvm/lib/CodeGen/
DPatchableFunction.cpp49 case TargetOpcode::EH_LABEL: in doesNotGeneratecode()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DPatchableFunction.cpp49 case TargetOpcode::EH_LABEL: in doesNotGeneratecode()
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h602 EH_LABEL, enumerator
DMachineInstr.h775 bool isEHLabel() const { return getOpcode() == TargetOpcode::EH_LABEL; }
856 case TargetOpcode::EH_LABEL:
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h733 EH_LABEL, enumerator
/external/llvm-project/llvm/include/llvm/CodeGen/
DISDOpcodes.h910 EH_LABEL, enumerator
/external/llvm/lib/Target/MSP430/
DMSP430InstrInfo.cpp304 case TargetOpcode::EH_LABEL: in GetInstSizeInBytes()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
DMSP430InstrInfo.cpp305 case TargetOpcode::EH_LABEL: in getInstSizeInBytes()
/external/llvm-project/llvm/lib/Target/MSP430/
DMSP430InstrInfo.cpp293 case TargetOpcode::EH_LABEL: in getInstSizeInBytes()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DInstrEmitter.cpp1023 case ISD::EH_LABEL: in EmitSpecialNode()
1025 unsigned Opc = (Node->getOpcode() == ISD::EH_LABEL) in EmitSpecialNode()
1026 ? TargetOpcode::EH_LABEL in EmitSpecialNode()

12345