Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h482 BR_JT, enumerator
/external/llvm/lib/Target/XCore/
DXCoreISelLowering.h67 BR_JT, enumerator
DXCoreInstrInfo.cpp124 return BrOpc == XCore::BR_JT in IsBR_JT()
DXCoreISelLowering.cpp58 case XCoreISD::BR_JT : return "XCoreISD::BR_JT"; in getTargetNodeName()
115 setOperationAction(ISD::BR_JT, MVT::Other, Custom); in XCoreTargetLowering()
171 case ISD::BR_JT: return LowerBR_JT(Op, DAG); in LowerOperation()
342 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,
958 def BR_JT : PseudoInstXCore<(outs), (ins InlineJT:$t, GRRegs:$i),
/external/llvm/lib/Target/ARM/
DARMISelLowering.h48 BR_JT, // Jumptable branch. enumerator
DARMISelLowering.cpp695 setOperationAction(ISD::BR_JT, MVT::Other, Custom); in ARMTargetLowering()
819 case ARMISD::BR_JT: return "ARMISD::BR_JT"; in getTargetNodeName()
2965 return DAG.getNode(ARMISD::BR_JT, dl, MVT::Other, Chain, Addr, JTI, UId); in LowerBR_JT()
2970 return DAG.getNode(ARMISD::BR_JT, dl, MVT::Other, Chain, Addr, JTI, UId); in LowerBR_JT()
4834 case ISD::BR_JT: return LowerBR_JT(Op, DAG); in LowerOperation()
DARMInstrFormats.td421 // BR_JT instructions
918 // BR_JT instructions
DARMInstrInfo.td103 def ARMbrjt : SDNode<"ARMISD::BR_JT", SDT_ARMBrJT,
/external/llvm/lib/Target/Blackfin/
DBlackfinISelLowering.cpp63 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in BlackfinTargetLowering()
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp85 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in SystemZTargetLowering()
/external/llvm/lib/Target/MBlaze/
DMBlazeISelLowering.cpp160 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in MBlazeTargetLowering()
/external/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp110 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in MSP430TargetLowering()
/external/llvm/lib/Target/Alpha/
DAlphaISelLowering.cpp73 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in AlphaTargetLowering()
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp742 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in SparcTargetLowering()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp912 case ISD::BR_JT: in LegalizeOp()
3631 case ISD::BR_JT: { in ExpandNode()
DSelectionDAGBuilder.cpp1600 SDValue BrJumpTable = DAG.getNode(ISD::BR_JT, getCurDebugLoc(), in visitJumpTable()
1945 (TLI.isOperationLegalOrCustom(ISD::BR_JT, MVT::Other) || in areJTsAllowed()
DSelectionDAG.cpp5961 case ISD::BR_JT: return "br_jt"; in getOperationName()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp121 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in MipsTargetLowering()
/external/llvm/lib/Target/CellSPU/
DSPUISelLowering.cpp165 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in SPUTargetLowering()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp174 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in PPCTargetLowering()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp405 setOperationAction(ISD::BR_JT , MVT::Other, Expand); in X86TargetLowering()