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

  /external/llvm/include/llvm/Target/
TargetOpcodes.h 29 EH_LABEL = 3,
  /external/llvm/lib/Target/Mips/
MipsEmitGPRestore.cpp 62 // EH_LABEL.
64 // Find EH_LABEL first.
65 for (; I->getOpcode() != TargetOpcode::EH_LABEL; ++I) ;
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 512 // EH_LABEL - Represents a label in mid basic block used to track
515 EH_LABEL,
    [all...]
MachineInstr.h 591 getOpcode() == TargetOpcode::EH_LABEL ||
598 bool isEHLabel() const { return getOpcode() == TargetOpcode::EH_LABEL; }
    [all...]
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCCodeEmitter.cpp 121 case TargetOpcode::EH_LABEL:
PPCInstrInfo.cpp 684 case PPC::EH_LABEL:
  /external/llvm/lib/Target/MSP430/
MSP430InstrInfo.cpp 300 case TargetOpcode::EH_LABEL:
  /external/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.cpp     [all...]
SelectionDAGDumper.cpp 133 case ISD::EH_LABEL: return "eh_label";
SelectionDAGISel.cpp 765 /// PrepareEHLandingPad - Emit an EH_LABEL, set up live-in registers, and
777 const MCInstrDesc &II = TM.getInstrInfo()->get(TargetOpcode::EH_LABEL);
    [all...]
FastISel.cpp 79 // Advance the emit start point past any EH_LABEL instructions.
82 while (I != E && I->getOpcode() == TargetOpcode::EH_LABEL) {
302 FuncInfo.InsertPt->getOpcode() == TargetOpcode::EH_LABEL)
    [all...]
ScheduleDAGRRList.cpp 660 case ISD::EH_LABEL:
    [all...]
SelectionDAG.cpp 513 case ISD::EH_LABEL:
    [all...]
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 784 setOperationAction(ISD::EH_LABEL, MVT::Other, Expand);
799 setOperationAction(ISD::EH_LABEL, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/X86/
X86CodeEmitter.cpp 752 case TargetOpcode::EH_LABEL:
    [all...]
X86ISelLowering.cpp 522 setOperationAction(ISD::EH_LABEL, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.cpp 177 setOperationAction(ISD::EH_LABEL, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMCodeEmitter.cpp     [all...]
ARMBaseInstrInfo.cpp 565 case TargetOpcode::EH_LABEL:
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 697 case TargetOpcode::EH_LABEL:
    [all...]

Completed in 721 milliseconds