HomeSort by relevance Sort by last modified time
    Searched refs:EH_LABEL (Results 1 - 23 of 23) sorted by null

  /external/llvm/include/llvm/Target/
TargetOpcodes.h 29 EH_LABEL = 3,
  /external/llvm/lib/Target/Mips/
MipsEmitGPRestore.cpp 59 // EH_LABEL.
61 // Find EH_LABEL first.
62 for (; I->getOpcode() != TargetOpcode::EH_LABEL; ++I) ;
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 513 // EH_LABEL - Represents a label in mid basic block used to track
516 EH_LABEL,
    [all...]
MachineInstr.h 259 getOpcode() == TargetOpcode::EH_LABEL ||
266 bool isEHLabel() const { return getOpcode() == TargetOpcode::EH_LABEL; }
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCCodeEmitter.cpp 121 case TargetOpcode::EH_LABEL:
PPCInstrInfo.cpp 656 case PPC::EH_LABEL:
  /external/llvm/lib/Target/MSP430/
MSP430InstrInfo.cpp 307 case TargetOpcode::EH_LABEL:
  /external/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.cpp     [all...]
SelectionDAGISel.cpp 685 /// PrepareEHLandingPad - Emit an EH_LABEL, set up live-in registers, and
697 const MCInstrDesc &II = TM.getInstrInfo()->get(TargetOpcode::EH_LABEL);
    [all...]
FastISel.cpp 71 // Advance the emit start point past any EH_LABEL instructions.
74 while (I != E && I->getOpcode() == TargetOpcode::EH_LABEL) {
296 FuncInfo.InsertPt->getOpcode() == TargetOpcode::EH_LABEL)
    [all...]
ScheduleDAGRRList.cpp 562 case ISD::EH_LABEL:
    [all...]
SelectionDAG.cpp 501 case ISD::EH_LABEL:
    [all...]
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 783 setOperationAction(ISD::EH_LABEL, MVT::Other, Expand);
798 setOperationAction(ISD::EH_LABEL, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/Blackfin/
BlackfinISelLowering.cpp 119 setOperationAction(ISD::EH_LABEL, MVT::Other, Expand);
  /external/llvm/lib/Target/X86/
X86CodeEmitter.cpp 735 case TargetOpcode::EH_LABEL:
    [all...]
X86ISelLowering.cpp 502 setOperationAction(ISD::EH_LABEL, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.cpp 175 setOperationAction(ISD::EH_LABEL, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMCodeEmitter.cpp     [all...]
ARMBaseInstrInfo.cpp 557 case TargetOpcode::EH_LABEL:
    [all...]
  /external/llvm/lib/Target/Alpha/
AlphaISelLowering.cpp 133 setOperationAction(ISD::EH_LABEL, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 692 case TargetOpcode::EH_LABEL:
    [all...]

Completed in 146 milliseconds