/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetOpcodes.h | 29 EH_LABEL = 3, enumerator
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | 2009-03-16-PHIElimInLPad.ll | 2 ; Check that register copies in the landing pad come after the EH_LABEL
|
/external/llvm/test/CodeGen/X86/ |
D | 2009-03-16-PHIElimInLPad.ll | 2 ; Check that register copies in the landing pad come after the EH_LABEL
|
/external/llvm/lib/CodeGen/ |
D | PatchableFunction.cpp | 49 case TargetOpcode::EH_LABEL: in doesNotGeneratecode()
|
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
D | MipsEmitGPRestore.cpp | 62 for (; I->getOpcode() != TargetOpcode::EH_LABEL; ++I) ; in runOnMachineFunction()
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | MachineInstr.h | 259 getOpcode() == TargetOpcode::EH_LABEL || 266 bool isEHLabel() const { return getOpcode() == TargetOpcode::EH_LABEL; }
|
D | ISDOpcodes.h | 516 EH_LABEL, enumerator
|
D | SelectionDAGNodes.h | 1462 : SDNode(ISD::EH_LABEL, dl, getSDVTList(MVT::Other)), Label(L) { 1470 return N->getOpcode() == ISD::EH_LABEL;
|
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 602 EH_LABEL, enumerator
|
D | MachineInstr.h | 775 bool isEHLabel() const { return getOpcode() == TargetOpcode::EH_LABEL; } 856 case TargetOpcode::EH_LABEL:
|
D | SelectionDAGNodes.h | 1679 : 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/ |
D | PPCCodeEmitter.cpp | 121 case TargetOpcode::EH_LABEL: in emitBasicBlock()
|
D | PPCInstrInfo.cpp | 648 case PPC::EH_LABEL: in GetInstSizeInBytes()
|
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/ |
D | MSP430InstrInfo.cpp | 307 case TargetOpcode::EH_LABEL: in GetInstSizeInBytes()
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430InstrInfo.cpp | 304 case TargetOpcode::EH_LABEL: in GetInstSizeInBytes()
|
/external/llvm/lib/Target/AVR/ |
D | AVRInstrInfo.cpp | 451 case TargetOpcode::EH_LABEL: in GetInstSizeInBytes()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | InstrEmitter.cpp | 825 case ISD::EH_LABEL: { in EmitSpecialNode() 828 TII->get(TargetOpcode::EH_LABEL)).addSym(S); in EmitSpecialNode()
|
D | FastISel.cpp | 74 while (I != E && I->getOpcode() == TargetOpcode::EH_LABEL) { in startNewBlock() 296 FuncInfo.InsertPt->getOpcode() == TargetOpcode::EH_LABEL) in recomputeInsertPt()
|
D | SelectionDAGISel.cpp | 697 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/ |
D | InstrEmitter.cpp | 918 case ISD::EH_LABEL: { in EmitSpecialNode() 921 TII->get(TargetOpcode::EH_LABEL)).addSym(S); in EmitSpecialNode()
|
D | SelectionDAGDumper.cpp | 148 case ISD::EH_LABEL: return "eh_label"; in getOperationName()
|
/external/llvm/include/llvm/Target/ |
D | TargetOpcodes.def | 33 HANDLE_TARGET_OPCODE(EH_LABEL, 3)
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonMachineScheduler.cpp | 112 case TargetOpcode::EH_LABEL: in reserveResources()
|
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/ |
D | BlackfinISelLowering.cpp | 119 setOperationAction(ISD::EH_LABEL, MVT::Other, Expand); in BlackfinTargetLowering()
|
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/ |
D | SparcISelLowering.cpp | 783 setOperationAction(ISD::EH_LABEL, MVT::Other, Expand); in SparcTargetLowering() 798 setOperationAction(ISD::EH_LABEL, MVT::Other, Expand); in SparcTargetLowering()
|