Home
last modified time | relevance | path

Searched refs:BR_JT (Results 1 – 23 of 23) sorted by relevance

/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.h49 BR_JT, // Jump table. enumerator
DHexagonISelLowering.cpp751 return DAG.getNode(HexagonISD::BR_JT, dl, MVT::Other, Chain, LoadTarget); in LowerBR_JT()
1349 setOperationAction(ISD::BR_JT, MVT::Other, Custom); in HexagonTargetLowering()
1351 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in HexagonTargetLowering()
1444 case HexagonISD::BR_JT: return "HexagonISD::BR_JT"; in getTargetNodeName()
1480 case ISD::BR_JT: return LowerBR_JT(Op, DAG); in LowerOperation()
DHexagonInstrInfo.td3428 def HexagonBR_JT: SDNode<"HexagonISD::BR_JT", SDHexagonBR_JT, [SDNPHasChain]>;
3431 def BR_JT : JRInst<(outs), (ins IntRegs:$src),
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h487 BR_JT, enumerator
/external/llvm/lib/Target/XCore/
DXCoreISelLowering.h67 BR_JT, enumerator
DXCoreInstrInfo.cpp124 return BrOpc == XCore::BR_JT in IsBR_JT()
DXCoreISelLowering.cpp57 case XCoreISD::BR_JT : return "XCoreISD::BR_JT"; in getTargetNodeName()
117 setOperationAction(ISD::BR_JT, MVT::Other, Custom); in XCoreTargetLowering()
174 case ISD::BR_JT: return LowerBR_JT(Op, DAG); in LowerOperation()
343 return DAG.getNode(XCoreISD::BR_JT, dl, MVT::Other, Chain, TargetJT, Index); in LowerBR_JT()
DXCoreInstrInfo.td41 def XCoreBR_JT : SDNode<"XCoreISD::BR_JT", SDT_XCoreBR_JT,
962 def BR_JT : PseudoInstXCore<(outs), (ins InlineJT:$t, GRRegs:$i),
/external/llvm/lib/Target/ARM/
DARMISelLowering.h52 BR_JT, // Jumptable branch. enumerator
DARMInstrFormats.td487 // BR_JT instructions
935 // BR_JT instructions
DARMISelLowering.cpp757 setOperationAction(ISD::BR_JT, MVT::Other, Custom); in ARMTargetLowering()
891 case ARMISD::BR_JT: return "ARMISD::BR_JT"; in getTargetNodeName()
3126 return DAG.getNode(ARMISD::BR_JT, dl, MVT::Other, Chain, Addr, JTI, UId); in LowerBR_JT()
3132 return DAG.getNode(ARMISD::BR_JT, dl, MVT::Other, Chain, Addr, JTI, UId); in LowerBR_JT()
5222 case ISD::BR_JT: return LowerBR_JT(Op, DAG); in LowerOperation()
DARMInstrInfo.td128 def ARMbrjt : SDNode<"ARMISD::BR_JT", SDT_ARMBrJT,
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp250 case ISD::BR_JT: return "br_jt"; in getOperationName()
DSelectionDAGBuilder.cpp1647 SDValue BrJumpTable = DAG.getNode(ISD::BR_JT, getCurDebugLoc(), in visitJumpTable()
2070 (TLI.isOperationLegalOrCustom(ISD::BR_JT, MVT::Other) || in areJTsAllowed()
DLegalizeDAG.cpp3362 case ISD::BR_JT: { in ExpandNode()
/external/llvm/lib/Target/MBlaze/
DMBlazeISelLowering.cpp161 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in MBlazeTargetLowering()
/external/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp108 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in MSP430TargetLowering()
/external/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp161 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in NVPTXTargetLowering()
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp746 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in SparcTargetLowering()
/external/llvm/lib/Target/CellSPU/
DSPUISelLowering.cpp163 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in SPUTargetLowering()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp200 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in MipsTargetLowering()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp187 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in PPCTargetLowering()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp370 setOperationAction(ISD::BR_JT , MVT::Other, Expand); in X86TargetLowering()