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/include/llvm/CodeGen/
ISDOpcodes.h 523 /// EH_LABEL - Represents a label in mid basic block used to track
526 EH_LABEL,
    [all...]
MachineInstr.h 630 getOpcode() == TargetOpcode::EH_LABEL ||
637 bool isEHLabel() const { return getOpcode() == TargetOpcode::EH_LABEL; }
698 case TargetOpcode::EH_LABEL:
    [all...]
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCCodeEmitter.cpp 122 case TargetOpcode::EH_LABEL:
PPCInstrInfo.cpp 713 case PPC::EH_LABEL:
  /external/llvm/lib/Target/MSP430/
MSP430InstrInfo.cpp 300 case TargetOpcode::EH_LABEL:
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 134 case ISD::EH_LABEL: return "eh_label";
InstrEmitter.cpp     [all...]
SelectionDAGISel.cpp 805 /// PrepareEHLandingPad - Emit an EH_LABEL, set up live-in registers, and
817 const MCInstrDesc &II = TM.getInstrInfo()->get(TargetOpcode::EH_LABEL);
    [all...]
FastISel.cpp 80 // Advance the emit start point past any EH_LABEL instructions.
83 while (I != E && I->getOpcode() == TargetOpcode::EH_LABEL) {
324 FuncInfo.InsertPt->getOpcode() == TargetOpcode::EH_LABEL)
    [all...]
SelectionDAG.cpp 536 case ISD::EH_LABEL:
    [all...]
ScheduleDAGRRList.cpp 682 case ISD::EH_LABEL:
    [all...]
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.cpp 112 case TargetOpcode::EH_LABEL:
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 788 setOperationAction(ISD::EH_LABEL, MVT::Other, Expand);
803 setOperationAction(ISD::EH_LABEL, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64InstrInfo.cpp 582 case TargetOpcode::EH_LABEL:
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.cpp 179 setOperationAction(ISD::EH_LABEL, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/X86/
X86CodeEmitter.cpp     [all...]
X86ISelLowering.cpp 552 setOperationAction(ISD::EH_LABEL, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 687 case TargetOpcode::EH_LABEL:
    [all...]
  /external/llvm/lib/Target/ARM/
ARMCodeEmitter.cpp     [all...]
ARMBaseInstrInfo.cpp 571 case TargetOpcode::EH_LABEL:
    [all...]

Completed in 1002 milliseconds