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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 490 /// BR_JT - Jumptable branch. The first operand is the chain, the second
492 BR_JT,
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.h 50 BR_JT, // Jump table.
HexagonISelLowering.cpp 760 return DAG.getNode(HexagonISD::BR_JT, dl, MVT::Other, Chain, LoadTarget);
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreAsmPrinter.cpp 320 case XCore::BR_JT:
324 if (MI->getOpcode() == XCore::BR_JT)
XCoreISelLowering.h 70 BR_JT,
XCoreInstrInfo.cpp 124 return BrOpc == XCore::BR_JT
XCoreISelLowering.cpp 58 case XCoreISD::BR_JT : return "XCoreISD::BR_JT";
118 setOperationAction(ISD::BR_JT, MVT::Other, Custom);
178 case ISD::BR_JT: return LowerBR_JT(Op, DAG);
344 return DAG.getNode(XCoreISD::BR_JT, dl, MVT::Other, Chain, TargetJT, Index);
    [all...]
  /external/llvm/lib/CodeGen/
BasicTargetTransformInfo.cpp 159 (TLI->isOperationLegalOrCustom(ISD::BR_JT, MVT::Other) ||
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 52 BR_JT, // Jumptable branch.
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/R600/
AMDILISelLowering.cpp 106 setOperationAction(ISD::BR_JT, VT, Expand);
204 setOperationAction(ISD::BR_JT, MVT::Other, Expand);
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 251 case ISD::BR_JT: return "br_jt";
SelectionDAGBuilder.cpp     [all...]
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.cpp 162 setOperationAction(ISD::BR_JT, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 108 setOperationAction(ISD::BR_JT, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 743 setOperationAction(ISD::BR_JT, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp 144 setOperationAction(ISD::BR_JT, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 226 setOperationAction(ISD::BR_JT, MVT::Other, Custom);
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 113 setOperationAction(ISD::BR_JT, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 192 setOperationAction(ISD::BR_JT, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 377 setOperationAction(ISD::BR_JT , MVT::Other, Expand);
    [all...]

Completed in 363 milliseconds