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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 480 // BR_JT - Jumptable branch. The first operand is the chain, the second
482 BR_JT,
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.h 67 BR_JT,
XCoreInstrInfo.cpp 124 return BrOpc == XCore::BR_JT
XCoreISelLowering.cpp 58 case XCoreISD::BR_JT : return "XCoreISD::BR_JT";
116 setOperationAction(ISD::BR_JT, MVT::Other, Custom);
173 case ISD::BR_JT: return LowerBR_JT(Op, DAG);
345 return DAG.getNode(XCoreISD::BR_JT, dl, MVT::Other, Chain, TargetJT, Index);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 48 BR_JT, // Jumptable branch.
ARMISelLowering.cpp 699 setOperationAction(ISD::BR_JT, MVT::Other, Custom);
    [all...]
  /external/llvm/lib/Target/Blackfin/
BlackfinISelLowering.cpp 64 setOperationAction(ISD::BR_JT, MVT::Other, Expand);
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 86 setOperationAction(ISD::BR_JT, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.cpp 161 setOperationAction(ISD::BR_JT, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/Alpha/
AlphaISelLowering.cpp 74 setOperationAction(ISD::BR_JT, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 111 setOperationAction(ISD::BR_JT, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 742 setOperationAction(ISD::BR_JT, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp 165 setOperationAction(ISD::BR_JT, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 148 setOperationAction(ISD::BR_JT, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 174 setOperationAction(ISD::BR_JT, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 367 setOperationAction(ISD::BR_JT , MVT::Other, Expand);
    [all...]

Completed in 86 milliseconds