Home
last modified time | relevance | path

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

12

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AVR/
H A DTODO.md5 // BR_JT -> (mul x, 2) -> (shl x, 1)
H A DAVRISelLowering.cpp126 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in AVRTargetLowering()
H A DAVRInstrInfo.td2172 // BR_JT -> (mul x, 2) -> (shl x, 1)
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreAsmPrinter.cpp274 case XCore::BR_JT: in emitInstruction()
278 if (MI->getOpcode() == XCore::BR_JT) in emitInstruction()
H A DXCoreISelLowering.h71 BR_JT, enumerator
H A DXCoreInstrInfo.cpp127 return BrOpc == XCore::BR_JT in IsBR_JT()
H A DXCoreISelLowering.cpp63 case XCoreISD::BR_JT : return "XCoreISD::BR_JT"; in getTargetNodeName()
114 setOperationAction(ISD::BR_JT, MVT::Other, Custom); in XCoreTargetLowering()
205 case ISD::BR_JT: return LowerBR_JT(Op, DAG); in LowerOperation()
358 return DAG.getNode(XCoreISD::BR_JT, dl, MVT::Other, Chain, TargetJT, Index); in LowerBR_JT()
H A DXCoreInstrInfo.td45 def XCoreBR_JT : SDNode<"XCoreISD::BR_JT", SDT_XCoreBR_JT,
956 def BR_JT : PseudoInstXCore<(outs), (ins InlineJT:$t, GRRegs:$i),
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h936 BR_JT, enumerator
H A DBasicTTIImpl.h431 return TLI->isOperationLegalOrCustom(ISD::BR_JT, MVT::Other) || in shouldBuildLookupTables()
H A DTargetLowering.h1158 return isOperationLegalOrCustom(ISD::BR_JT, MVT::Other) || in areJTsAllowed()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.h73 BR_JT, // Jumptable branch. enumerator
H A DARMInstrFormats.td647 // BR_JT instructions
1176 // BR_JT instructions
H A DARMISelLowering.cpp1381 setOperationAction(ISD::BR_JT, MVT::Other, Custom); in ARMTargetLowering()
1627 MAKE_CASE(ARMISD::BR_JT) in getTargetNodeName()
5582 return DAG.getNode(ARMISD::BR_JT, dl, MVT::Other, Chain, Addr, JTI); in LowerBR_JT()
5588 return DAG.getNode(ARMISD::BR_JT, dl, MVT::Other, Chain, Addr, JTI); in LowerBR_JT()
9856 case ISD::BR_JT: return LowerBR_JT(Op, DAG); in LowerOperation()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp374 case ISD::BR_JT: return "br_jt"; in getOperationName()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/ARC/
H A DARCISelLowering.cpp118 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in ARCTargetLowering()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp71 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in BPFTargetLowering()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp257 setOperationAction(ISD::BR_JT, MVT::Other, Custom); in WebAssemblyTargetLowering()
1229 case ISD::BR_JT: in LowerOperation()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp86 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in LanaiTargetLowering()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp88 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in MSP430TargetLowering()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/VE/
H A DVEISelLowering.cpp153 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in initSPUActions()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp120 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in M68kTargetLowering()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp423 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in NVPTXTargetLowering()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1546 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in SparcTargetLowering()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1541 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in HexagonTargetLowering()

12