Home
last modified time | relevance | path

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

123

/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetOpcodes.h29 EH_LABEL = 3, enumerator
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
D2009-03-16-PHIElimInLPad.ll2 ; Check that register copies in the landing pad come after the EH_LABEL
/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/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsEmitGPRestore.cpp62 for (; I->getOpcode() != TargetOpcode::EH_LABEL; ++I) ; in runOnMachineFunction()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineInstr.h259 getOpcode() == TargetOpcode::EH_LABEL ||
266 bool isEHLabel() const { return getOpcode() == TargetOpcode::EH_LABEL; }
DISDOpcodes.h516 EH_LABEL, enumerator
DSelectionDAGNodes.h1462 : SDNode(ISD::EH_LABEL, dl, getSDVTList(MVT::Other)), Label(L) {
1470 return N->getOpcode() == ISD::EH_LABEL;
/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:
DSelectionDAGNodes.h1679 : SDNode(ISD::EH_LABEL, Order, dl, getSDVTList(MVT::Other)), Label(L) {}
1685 return N->getOpcode() == ISD::EH_LABEL;
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCCodeEmitter.cpp121 case TargetOpcode::EH_LABEL: in emitBasicBlock()
DPPCInstrInfo.cpp648 case PPC::EH_LABEL: in GetInstSizeInBytes()
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/
DMSP430InstrInfo.cpp307 case TargetOpcode::EH_LABEL: in GetInstSizeInBytes()
/external/llvm/lib/Target/MSP430/
DMSP430InstrInfo.cpp304 case TargetOpcode::EH_LABEL: in GetInstSizeInBytes()
/external/llvm/lib/Target/AVR/
DAVRInstrInfo.cpp451 case TargetOpcode::EH_LABEL: in GetInstSizeInBytes()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DInstrEmitter.cpp825 case ISD::EH_LABEL: { in EmitSpecialNode()
828 TII->get(TargetOpcode::EH_LABEL)).addSym(S); in EmitSpecialNode()
DFastISel.cpp74 while (I != E && I->getOpcode() == TargetOpcode::EH_LABEL) { in startNewBlock()
296 FuncInfo.InsertPt->getOpcode() == TargetOpcode::EH_LABEL) in recomputeInsertPt()
DSelectionDAGISel.cpp697 const MCInstrDesc &II = TM.getInstrInfo()->get(TargetOpcode::EH_LABEL); in PrepareEHLandingPad()
1631 User->getOpcode() == ISD::EH_LABEL) { in WalkChainUsers()
2044 case ISD::EH_LABEL: in SelectCodeCommon()
/external/llvm/lib/CodeGen/SelectionDAG/
DInstrEmitter.cpp918 case ISD::EH_LABEL: { in EmitSpecialNode()
921 TII->get(TargetOpcode::EH_LABEL)).addSym(S); in EmitSpecialNode()
DSelectionDAGDumper.cpp148 case ISD::EH_LABEL: return "eh_label"; in getOperationName()
/external/llvm/include/llvm/Target/
DTargetOpcodes.def33 HANDLE_TARGET_OPCODE(EH_LABEL, 3)
/external/llvm/lib/Target/Hexagon/
DHexagonMachineScheduler.cpp112 case TargetOpcode::EH_LABEL: in reserveResources()
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
DBlackfinISelLowering.cpp119 setOperationAction(ISD::EH_LABEL, MVT::Other, Expand); in BlackfinTargetLowering()
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/
DSparcISelLowering.cpp783 setOperationAction(ISD::EH_LABEL, MVT::Other, Expand); in SparcTargetLowering()
798 setOperationAction(ISD::EH_LABEL, MVT::Other, Expand); in SparcTargetLowering()

123