Home
last modified time | relevance | path

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

123

/external/llvm/lib/Target/AVR/
DTODO.md5 // BR_JT -> (mul x, 2) -> (shl x, 1)
/external/llvm/lib/Target/XCore/
DXCoreAsmPrinter.cpp282 case XCore::BR_JT: in EmitInstruction()
286 if (MI->getOpcode() == XCore::BR_JT) in EmitInstruction()
DXCoreISelLowering.h73 BR_JT, enumerator
DXCoreInstrInfo.cpp128 return BrOpc == XCore::BR_JT in IsBR_JT()
DXCoreISelLowering.cpp63 case XCoreISD::BR_JT : return "XCoreISD::BR_JT"; in getTargetNodeName()
117 setOperationAction(ISD::BR_JT, MVT::Other, Custom); in XCoreTargetLowering()
208 case ISD::BR_JT: return LowerBR_JT(Op, DAG); in LowerOperation()
362 return DAG.getNode(XCoreISD::BR_JT, dl, MVT::Other, Chain, TargetJT, Index); in LowerBR_JT()
DXCoreInstrInfo.td46 def XCoreBR_JT : SDNode<"XCoreISD::BR_JT", SDT_XCoreBR_JT,
964 def BR_JT : PseudoInstXCore<(outs), (ins InlineJT:$t, GRRegs:$i),
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DISDOpcodes.h482 BR_JT, enumerator
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h568 BR_JT, enumerator
DBasicTTIImpl.h193 return TLI->isOperationLegalOrCustom(ISD::BR_JT, MVT::Other) || in shouldBuildLookupTables()
/external/swiftshader/third_party/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()
116 setOperationAction(ISD::BR_JT, MVT::Other, Custom); in XCoreTargetLowering()
173 case ISD::BR_JT: return LowerBR_JT(Op, DAG); in LowerOperation()
345 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,
964 def BR_JT : PseudoInstXCore<(outs), (ins InlineJT:$t, GRRegs:$i),
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp124 setOperationAction(ISD::BR_JT, MVT::Other, Custom); in WebAssemblyTargetLowering()
541 case ISD::BR_JT: in LowerOperation()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMISelLowering.h48 BR_JT, // Jumptable branch. enumerator
/external/llvm/lib/Target/ARM/
DARMISelLowering.h47 BR_JT, // Jumptable branch. enumerator
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
DBlackfinISelLowering.cpp64 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in BlackfinTargetLowering()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp281 case ISD::BR_JT: return "br_jt"; in getOperationName()
/external/llvm/lib/Target/BPF/
DBPFISelLowering.cpp67 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in BPFTargetLowering()
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
DSystemZISelLowering.cpp86 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in SystemZTargetLowering()
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeISelLowering.cpp161 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in MBlazeTargetLowering()
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/
DAlphaISelLowering.cpp74 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in AlphaTargetLowering()
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/
DMSP430ISelLowering.cpp111 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in MSP430TargetLowering()
/external/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp104 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in MSP430TargetLowering()
/external/llvm/lib/Target/Lanai/
DLanaiISelLowering.cpp71 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in LanaiTargetLowering()

123